REMOVE BLANKS/WHITESPACE Before and after Fillable form field Name/Text entry
Hi, I need a quick JavaScript that will take a form field entery (say First_Name) and remove any whitespace or blanks that the end-user might have entered before and after whatever was typed.
Also, where to put that script in the field? There is already some validation going on that is working, but I'm uncertain is this would ba a custom "Action" or custom "Format".
Basically, I want whatever text the user types into the form field to be stripped of whitespace (except for spaces between say the first and middle name) and then left-justified
Thanks!
