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!