How to save all the submissions in uppercase?

  • ricardostartit
    Asked on January 15, 2018 at 4:29 PM

    I need my DATABASE info to save as ALL UPPERCASE.  I don't care what it looks like on the form or what it looks like in the email that comes to me. I only care that it is ALL CAPS in the actual csv or excel database that is downloaded.

    Is there any way to do this?

    Right now I have to download the database and fix everything and THEN import it to the software I need.

  • Jed_C
    Replied on January 15, 2018 at 5:28 PM

    This is possible using the form's source code https://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form.

    You can check this forum https://stackoverflow.com/questions/2332811/capitalize-words-in-string for a sample script on how to implement this by modifying your form's source code.

    If you need further assistance, let us know here.