Capital Letter for name surname entry and uppercase postcode letters

  • careconfidential
    Asked on June 19, 2014 at 4:57 AM

    Is there a way to make sure that when users enter their name, surname and postcode they are forced to use capital letters for the first letter of their names and in the postcode. Also will this be downloaded in this format?

    Many thanks

  • BryanPaulo
    Replied on June 19, 2014 at 10:58 AM

    Thank you for contacting us.

    This is possible to capitalize the first letter of Names on your email notification. On your email notification, instead of using {firstName} and {lastName}, use {CAPITALIZE:firstName} and {CAPITALIZE:lastName} instead. Note that, this may not work on your post code if you want all the letters in upper case. And also if, the first character is a number. On my example below, the Name field is fullName, to capitalize the first letter, i used {CAPITALIZE:fullName}.

    Capital Letter for name surname entry and uppercase postcode letters Image 1 Screenshot 20

    Let us know if you need further help.

  • careconfidential
    Replied on June 19, 2014 at 11:20 AM

    Thanks this is a good start. What I need is to be able the form to be correct as the user enters information. The reason for this is that I then download the spreadsheet of all the submissions and import it into my database. I'm not too bothered what is shown in the emails.

    Thanks

  • Carina
    Replied on June 19, 2014 at 1:32 PM

    To achieve this please inject the following css code:

    #input_32

    {text-transform:capitalize;}

    #input_34

    {text-transform:capitalize;}

    #input_4_postal

    {text-transform:uppercase;}

    The postal code is set to be all in Uppercase. If you wish it also to have only the first letter please change the code to capitalize instead.

    You can test your form here:

    http://form.jotformpro.com/form/41695471151960?

    Please let us know if further support is needed.
    Thank you

  • AbbasBabar
    Replied on July 7, 2017 at 9:56 PM

    75850