Forced Capitalization of First & Last Name Fields
-
I am wondering if there is a way to force the capitalization of the First & Last Name fields in my forms when a user submits. I don’t care if the user sees the change or not, I am more interested in the submission that gets processed being changed before the data from the form gets posted.
So if
joHn doE, jOHN DOE, or john doe are entered they would all be changed to John Doe (first letter capitalized, others lowercase).
Here are my fields for reference:
<label> First name
[text* FirstName id:] </label>
<label> Last name
[text* LastName] </label>Thanks in advance if you can help with this!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Forced Capitalization of First & Last Name Fields’ is closed to new replies.