Conditions Not Skipping to Correct Page

  • allarounddevicerepair
    Asked on May 25, 2017 at 11:11 AM

    I'm creating a fairly large form, but i'm not having much success getting the form logic to work correctly.  As you'll see in the form link below..when you click iphone...the logic leads you all the way to the end of the form.  When you click ipad..it takes you down the same path instead of taking you to the ipad models.  i created a logic that if ipad was chosen, it takes you to the model page..i don't get it? thanks.

     

     

     

  • Kevin Support Team Lead
    Replied on May 25, 2017 at 1:54 PM

    I have checked your form and seems  like you are adding the images to a radio button, but you're adding the images using HTML code, this is the reason why conditions are not properly responding to the selections made on the field. 

    I would suggest you to instead Image Radio Buttons widget, it will allow you to set up images in a radio button field and the widget will properly trigger the condition. 

    Link to the widget: https://widgets.jotform.com/widget/image_radio_buttons 

    How-to-Add-a-Widget-to-your-Form

    You will need to set labels to each option in the widget, this will help you to trigger the condition:

    Conditions Not Skipping to Correct Page Image 1 Screenshot 30

    If you do not want to display the labels you could hide them injecting this code: 

    ul li label{

     display: none;

    To inject the code simply open the widget's wizard and go to the Custom CSS tab, paste the given code there: 

    Conditions Not Skipping to Correct Page Image 2 Screenshot 41

    Here's a sample form about how this will work: https://form.jotformpro.com/71445815241958 

    Hope this helps. 

  • allarounddevicerepair
    Replied on May 25, 2017 at 9:28 PM

    thank you that works great.

     i have a new problem however. my auto next isn't working.  any thoughts?
  • jonathan
    Replied on May 25, 2017 at 11:49 PM

    Your net question was about a different feature. We will resolve it on a new thread here https://www.jotform.com/answers/1155222

    Thanks.