I used conditional logic for a question and now the submit button says "undefined."

  • starka53
    Asked on October 1, 2017 at 11:50 AM

    I deleted the logic question and it then showed the correct button "review and submit."

     

    Why can't I have both?

     

    The logic I had applied was If question I used conditional logic for a question and now the submit button says undefined Screenshot 50I used conditional logic for a question and now the submit button says undefined Screenshot 50I used conditional logic for a question and now the submit button says undefined Screenshot 50

    I used conditional logic for a question and now the submit button says undefined Screenshot 50If the applicant answered "yes" to the question about whether you have ever applied for the fair before, then "hide" the following question which asks them to upload jpgs of their work.

    Jotform Thread 1262268 Screenshot
  • starka53
    Replied on October 1, 2017 at 1:24 PM

    Okay,

    I had to sort of do the limbo here.  I did disable and unrequire for "no" and require for "yes" which fixed part of the problem.  Then I had to take out the final field which was a thank for their submission.  Now I just would like to be able to put back in the thank you and we'll contact you shortly field that I had to delete.  But I don't want to mess up the review and submit thing again!I used conditional logic for a question and now the submit button says undefined Screenshot 20

  • Mike
    Replied on October 1, 2017 at 1:30 PM

    It is usually easier to implement conditions with Show actions only. The corresponding Hide, Disable and Unrequire actions are usually not required.

    For example:

    If answer is equal to Yes
    Then show some field

    You do not need other conditions. The field will be automatically hidden until the Show condition is met.

    If there are still some issues, please let us know.