Only part of my conditional logic is working on my form. When i preview the form everything looks fine, but live the first part of the logic is not showing up.
Only part of my conditional logic is working on my form. When i preview the form everything looks fine, but live the first part of the logic is not showing up.
Make sure your theme has both the wp_head() function call in your header.php file and the wp_footer() function call in your footer.php. It looks like the header function call is there, but not the footer function call. It's probably related to that, give it a look and see. It is a theme issue, which is why it works in the Preview but not on your page.
Thanks Carl. I sent you my login info since i am not that technically savvy to mess with the code.
Carl- Have you had a chance to take a look at my php?
I'm not sure what the issue is, the form appears to be working fine at the link you provided above.
Here is a screenshot of the conditional logic working when I select "Google" from the "How did you hear about us" field: http://grab.by/aaKn
Here is a screenshot of the conditional logic working when I select "Agency" from the "How did you hear about us" field: http://grab.by/aaKo
I don't see any other fields using conditional logic on that form and don't see any problems with that form on your page.
Hi Carl- I am still having problems with some of my conditional logic working. I have added it starting at the beginning of the form, but it only starts working further down (where you were able to see it before). Here is a link to the form http://texasinsuranceprelicensingschools.com/sample/
When you choose which class to attend, it should start bringing up different options.
Thanks for any help you can give me.