I have gotten my link to work, however, I am having trouble with

  • ACSIntake
    Asked on January 16, 2021 at 11:28 PM

    Hello!

    I have gotten my link to work, however, I am having trouble with a drop down menu.

    First Form: https://form.jotform.com/202006593215143

    - When selecting "I am interested in applying to become an ACS registered rescue so that I can pull this pet". Then, then filling in the remaining info, then click next. At the bottom there is a question "Have you interacted with the pet that you are inquiring about?" with selections. I want the selection to go over to the second form that the user is directed to upon submission.

    Directed to from is below, but the selections for that question are not going over to the second form:

    https://form.jotform.com/92256416564158?name3[first]={name:first}&name3[last]={name:last}&address5[addr_line1]={address:addr_line1}&address5[addr_line2]={address:addr_line2}&address5[city]={address:city}&address5[state]={address:state}&address5[postal]={address:postal}&phoneNumber6[area]={phoneNumber:area}&phoneNumber6[phone]={phoneNumber:phone}&email9={emailAddress}&doYou340={pleaseList}&haveYou[Yes,No,N/A%20%20I%20do%20not%20have%20a%20particular%20pet%20chosen.]={haveYou119:Yes,No,N/A%20%20I%20do%20not%20have%20a%20particular%20pet%20chosen.}

    Thank you!

  • Mike_G JotForm Support
    Replied on January 17, 2021 at 6:25 AM

    What you will be needing is this URL parameter and value haveYou={haveYou119}

    This means that on the link of your second form you will have:

    https://form.jotform.com/92256416564158?name3[first]={name:first}&name3[last]={name:last}&address5[addr_line1]={address:addr_line1}&address5[addr_line2]={address:addr_line2}&address5[city]={address:city}&address5[state]={address:state}&address5[postal]={address:postal}&phoneNumber6[area]={phoneNumber:area}&phoneNumber6[phone]={phoneNumber:phone}&email9={emailAddress}&doYou340={pleaseList}&haveYou={haveYou119}

    Please give it a try and let us know if you need any further assistance.