URL parameter redirect to thank you page using condition

  • ACSIntake
    Asked on January 13, 2021 at 8:50 AM

    Hello,

    I have tried a variety of ways to get this to work, but the condition keeps telling me to "add in a valid link".

    My form 1 is: https://form.jotform.com/202006593215143

    If you go to form 1 and and if you select the 4th option that reads "I am interested in applying to be an ACS Foster for this pet or would like more information about the ACS Foster program.", and input your name, address, phone number, email, the AID, then click next, scroll down and select the drop down, and then at submission you will be directed to https://form.jotform.com/92256416564158 (my form 2).

    I have tried to write the link so that the name, address, phone number, email, the AID, and the selection on the next page are prefilled but I keep getting a "Please insert a valid link" on the condition settings. I have a condition set up to where you are redirected to a link. I couldnt even get passed the name portion:

    https://form.jotform.com/92256416564158?name3[first]={name:first}&name3[last]={name:last}

    I did try this and it worked but the whole name went into the "first" field on form 2: https://form.jotform.com/92256416564158?name3={name}

    Thank you!

  • Richie JotForm Support
    Replied on January 13, 2021 at 9:39 AM

    It seems you're trying to pass data to another form using the redirect condition.

    It seems the you cannot use the values with colon (:) in the URL, example would be the name field name3[first]={name:first}.

    However, this would work when you just directly target the UNIQUE NAME name3[first]={name}

    Example:https://form.jotform.com/92256416564158?name3[first]={name}&name3[last]={name}

    Please give it a try and let us know how it goes.

  • ACSIntake
    Replied on January 14, 2021 at 3:21 PM

    Thank you!!

    I tried the suggestion but both the first name and last name were put into the first name field and the last name field. 1610655663 6000a7af35719 Screen Shot 202 Screenshot 10

  • Amin JotForm Support
    Replied on January 14, 2021 at 7:07 PM

    Can you please use the link below?

    https://form.jotform.com/92256416564158?name3[first]=FN TEST&name3[last]=LN TEST

    Result:

    1610669131 6000dc4b91aaa  Screenshot 10


    Kindly replace the values with your own.

    I hope I have been of any help.