name correction

  • askmeabout
    Asked on August 14, 2015 at 4:54 AM

    Hi!

    I want to correct the name and last name such as:

    joHN sMitH  -> John Smith

    How can I do this? I mean auto correction during filling the form.  Thanks!

  • askmeabout
    Replied on August 14, 2015 at 5:50 AM

    I mean auto correction during filling the form

  • beril JotForm UI Developer
    Replied on August 14, 2015 at 10:23 AM

    Hi friend,

    it is possible to correct name with CSS Code.

     

    #first_15, #last_15 {text-transform: capitalize;} 

     

    Here is how to do :

    1) Click on Setup & Embed.

    name correction Image 1 Screenshot 70

     

    2) Click on Preferences.

    name correction Image 2 Screenshot 81

     

    3) Click on Form Styles.

    name correction Image 3 Screenshot 92

     

    4) Copy and paste the code below as shown.

    name correction Image 4 Screenshot 103

    You can check ID of your field from properties of your field.

     15 is my fields ID you should write yours.

     

    Here is how to do:

    1) Right_Click and click on Show Properties

     

    name correction Image 5 Screenshot 114

     

    2) Check the field_ID.

     

    name correction Image 6 Screenshot 125