FF newbie! Just purchased for a large, complex checklist project. Basically, user will submit a lot of information over serval stages, a lot of which will be based on conditional logic. I’ve been trying to get my head around achieving something specific, and couldn’t find anything online to confirm how to do it. Looking at the FF knowledge base I think it could be related to conditional statements, but want to get some help and advice please.
So let’s say there’s 10 main sections to the form. On section 6, for example, there will be several text input fields that are not required, except for if a user has selected an option from a dropdown list from one of the questions in a previous section, say section 3. In which case the text fields in section 6 need to then become required. Is that possible?
I did see this https://connect.formidableforms.com/question/category/code-snippets/make-field-a-required-if-field-b-equals-x/ but not sure it’s what I need?
Thanks