Hello,
I currently have a form created and it's working great. However, I'm having trouble getting conditional logic working. The form is split into two different pages. The first page has a check box that the use has to tick to agree to our terms and conditions. I'm trying to set conditional logic to prevent the second page from showing without that check box being ticked.
When I enable next button conditional logic on the page break divider, my form simply stops displaying at all on my website. The same thing happens if I enable conditional logic on any of the other form fields.
Any Ideas?
Thanks,
Ben
Note: I'm currently calling the form in a php file using the following code:
<?php echo do_shortcode('[gravityform id=3 name=Contribute title=false description=false ajax=false]'); ?>