When a number field is created on a form, it won't accept any characters as input except for numbers. That is how I want I want this input to behave but I'm not able to set it up as a number field. It is the "Other" choice on the radio button group.
I have a radio button set up on the form with the Other option. When the user chooses Other Rate and the input field opens, I would like the user to only be able to enter numbers. I've been able to use jquery to insert some parsley validation after looking at other inputs that are formatted for numbers and I have it working so that if the user enters anything other than text it shows it as Invalid.
But I'm wanting it to work like the number inputs work. I would like the input to be restricted to numbers only. Is that possible?