Link from checkbox response

  • PaulyB
    Asked on March 9, 2014 at 11:52 PM

    Hello!
    I have a checkbox field in my form with 2 entries.  If the visitor checks a particular box I would like them to be sent to another page.  

    Or - a pop over could come up and the link to the other page appear in that.  

    Is either option doable?

    Thanks!

  • abajan Jotform Support
    Replied on March 10, 2014 at 5:06 AM

    Assuming you wish them to be sent to the other page after submission, a Change Thank You URL after submission condition would need to be created:

    Link from checkbox response Image 1 Screenshot 30

    However, your first order of business is to change the checkbox field to a radio button one because the user can't be a SBI or BizXpress Subscriber and not be one at the same time! (Checkboxes Vs. Radio Buttons).

    After replacing the checkbox field with a radio button one, click the Conditions button (Setup & Embed tab) and create a condition similar to the following:

    Link from checkbox response Image 2 Screenshot 41

    Further reading: Smart Forms Using Conditional Logic

    If you actually wanted a small window to pop-up as soon as the user selects one of the radio buttons, the default form code currently embedded in your web page would have to be replaced with the form's full source. A script would then have to be added to the page to observe (listen for) the event (action by the user) and respond by loading the appropriate URL in the pop-up.

    If you need additional help with this, please let us know.


    Thanks

  • PaulyB
    Replied on March 10, 2014 at 8:06 PM

    Abajan - this is a terrific and thoughtful response.  Thanks.  I will follow up