Omit "$" sign on form submission [RESOLVED]

I am using the number field and using currency to show the “$” which is perfect for the form view. However, I am using merge tags to pass the value of this number field as a parameter in a URL redirect. The issue I am having, is that it is including the “$” in the field. Is there a way to omit the “$” only on submission and only pass the number value, but keep the “$” in place in the front-end form view?

Any advice would be greatly appreciated!

Hello. Try adding the :numeric modifier to your merge tag. For example, if your merge tag is for field 17, this is the new merge tag:

{:17:numeric}

Documentation:

If you have any other questions, please let us know.

That worked like a charm! Thank you Chris!

1 Like