-
lolashouseofbostonsI want the Name, Address & Email fields to result in ALL CAPS so that I can cut and paste the results in an Excel spreadsheet.
-
Podo: Support SpecialistHi Gigi,
Thanks for reaching out to Jotform Support. I'm an AI assistant here to assist you.
Let me help you with that:
To make the Name, Address, and Email fields result in ALL CAPS in your form so you can easily cut and paste the results into an Excel spreadsheet, you can use custom CSS code to transform the input text to uppercase.
Here’s how to do it:
- Open your form in Jotform Form Builder.
- Go to the Form Designer by clicking the Paint Roller icon on the right side.
- Click on the Styles tab.
- Scroll down to the Inject Custom CSS section.
- Inject the following CSS code to target your specific fields (replace the field IDs with your actual field IDs):
#input_1, #input_2, #input_3 { text-transform: uppercase; }This CSS code will transform the text entered in those fields to uppercase (ALL CAPS) as the user types or when the form is submitted.
To find the field IDs, click on the field in the Form Builder and check the field properties or inspect the element.
If you want the data to be saved in uppercase regardless of how the user types it, this CSS method will visually display it in uppercase but the stored data will remain as typed. For forcing uppercase in the stored data, you would need to use form calculation or integration with external tools to convert the text.
Give it a try and let us know how it goes.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!