Copy link to clipboard
Copied
I'm trying to allow only numbers in text fields but I can't find a way to not allow currency symbols. Is there a way to not allow these?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Do you want to allow multiple currency symbols, or just one? If one, use the Format option shown above. If multiple, it will require a more complex, custom-made Validation and/or Keystroke script. In that case I would strongly recommend to use a separate field for the currency symbol (possibly a drop-down with pre-set options), and keep the amount field "clean" as just a number.
Copy link to clipboard
Copied
Got it, thank you!! I'm just learning, I appreciate all of the help.