I'm guessing conditional logic is what you are looking for. You can use submit button logic - https://formidableforms.com/knowledgebase/general-form-settings/#kb-submit-button-logic or logic within the fields to check answers of previous questions and then hide or show fields based on that.
<p>Ah, that looks interesting, that sure wasn't there in earlier versions of formidable. I've not used it for a complicated form in a few years. There used to be a validation section in every field.</p>
Conditional logic exists for nearly every field as well as the submit button.
Yes, but it only hides or shows a field, it doesn't validate it. I don't understand what happened to the validation, I'm sure you used to be able to tick a box for an acceptable answer, enter answers that would be acceptable, and even enter regex for acceptable formatting.
Only thing I know of other than built in formatting for input fields is the hook Victor alluded to -> https://formidableforms.com/knowledgebase/frm_validate_field_entry/
That was me actually. Looks like I'll be using a function to perform a simple validation! Why did they remove the validation feature I wonder?
Please login or Register to submit your answer
Just to be clear, do I understand that you want to validate a Yes/No field for a correct answer?
Also, is it a single page form?
<p>Yes, that's correct. I'm sure there used to be an option to put a tick against any acceptable answers. And yes, single page. At the moment, I'm thinking that I might want it to be multi-page due to its size.</p>