Here is the page I'm working on:
http://amsdv.com/employment-application/
The form field in question is:
Do you have a current U.S. Security Clearance
If yes, it should show text field asking for "Clearance Level".
If no, it should ask a yes/no question about why.
This was working a few minutes ago but now it's not. Funny enough, if you go to the next page (whether you select an answer in that question or not) then go back to the first page, the conditional logic works!
The only thing I can think changed is I'm using some conditional logic on the next page and I started adding that functionality after creating this simple logic. Could the logic on the next page be corrupting the logic on the first page? To test this theory, I duplicated my form and deleted all the fields on the second page that contained logic. I put that "Test Form" on a new page here:
http://amsdv.com/form-test/
Sure enough, the logic in the field in question (Do you have a current U.S. Security Clearance?) works as expected. Very strange. I tried several combinations of making the question required and not, creating a new question with a different name and applying the conditional questions to that, etc.
Stumped.