I am trying to figure out the conditional logic and this is what I have been trying to create but it does not seem to function:
At the top of the form i want the users Contact Information
Then I have a conditional box that says " if you want to submit more info for a quote, click this check box"
When you put a check mark in the box the rest of the form shows up and show the user more information to put in.
This is where I get lost:
I want to have a submit button show up if the user does NOT put a check mark in, then they can just send us their Contact Info and a comment only (maybe they don't want a quote).
But if they want to get a quote, they put a check mark in, the form continues and they fill it out then submit.
How to I get the Submit button to show up underneath the "Contact Information form" and just above the check mark first, then disappear if they put a check mark in the box, and have it appear at the end of the form?
I hope this makes sense. I am currently only creating this on a test box so I cannot send a URL.
Thanks,