My form logic is not working

  • rheersink
    Asked on August 25, 2015 at 1:34 PM

    i added some conditional logic to my form to allow patients to submit information on their PRIMARY, SECONDARY, TERTIARY and one ADDITIONAL health complaint

    I added logic so that if nothing is entered for the SeCONDARY, TERTIARY and ADDITIONAL complaints that those sections are skipped

    But when i test it with entry of only the PRIMARY condition, then after I go through some detailed questions related to that condition, I end up with a BLANK PAGE

    WHat am I doing wrong?

    Thanks

  • BJoanna
    Replied on August 25, 2015 at 3:51 PM

    I have cloned and tested your form and I was able to reproduce mentioned issue. 

    This is happening because of your conditions. You have set your conditions to hide all fields including page break. And because of that your page is blank.

    My form logic is not working  Image 1 Screenshot 30

    Instead of using conditional logic to hide/show fields, I would suggest you to use conditional logic to skip pages. 

    My form logic is not working  Image 2 Screenshot 41

    Hope this will help. Let us know if you need further assistance.