Trying to pre-populate fields through URL parameter, but it's not working.

  • ashkenasian
    Asked on January 2, 2019 at 3:28 PM

    Hi there.  Here's the form link:

    https://www.jotform.com/90006486617155


    I want to pre-populate 2 fields: email & deposit (both already labelled in their respective settings).


    I've appended this to the url:  https://www.jotform.com/90006486617155??email=test@me.com&deposit=10


    However, only the email is pre-populating, the deposit is not.  Can you please advise?


    Thanks in advance.

  • Elton Support Team Lead
    Replied on January 2, 2019 at 5:07 PM

    Replace the deposit calculation field with a regular textbox field (Short Text Entry) so you can prepopulate values. This should work.

    Trying to pre populate fields through URL parameter, but its not working Screenshot 30

    If you want to capture the entered value in the textbox field, you can use calculation and add the field in its calculation formula.

    Example:

    Trying to pre populate fields through URL parameter, but its not working Screenshot 41

  • ashkenasian
    Replied on January 2, 2019 at 5:25 PM

    Thanks for the work around!