I want the filled in names to appear automaticly in capitals.

  • Lijn58
    Asked on October 9, 2018 at 8:12 AM

    I want the filled in names to appear automaticly in capitals. How do I do this?

  • jherwin
    Replied on October 9, 2018 at 10:06 AM

    You can follow this guide to make your filled in names appear automaticaly in capitals.

    1. Select your form and click the CSS tab

    2. Select Advanced CSS Editor

    I want the filled in names to appear automaticly in capitals. Image 10

    3. Click CSS

    I want the filled in names to appear automaticly in capitals. Image 21

    4. Select the textbox and Inject this  CSS Code


    input, textarea{

    text-transform:uppercase;
    }


    I want the filled in names to appear automaticly in capitals. Image 32


    Here is the result : 


    1539093829allcaps Screenshot 43


    How to Inject Custom CSS Codes


    If you wish to clone my form, here is the link : https://form.jotform.com/82813735725967

    Please feel free to contact us if you need any further assistance.