I have a form with two text fields,(first name/last name). I would like the forms to format those fields with the first letter entered as a capital.
Solved
Is there a way to force a text field in forms to capitalize the first letter of the text?
Best answer by shirin
You can achieve this by using custom css. please look at below step.
- Add custom CSS into Form Settings.
- Click on Settings button on form designer
- Expand Custom CSS
- add new style like this: .transformToCapital {text-transform: capitalize;}
- Click Save
- Open Textbox control settings and expand Formatting
- Add Control CSS class value >> transformToCapital
- Publish form and it should work
Please let me know if it doesn't work.
Thanks,
Shirin
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

