Skip to content

Make conditional Form sections, more simple to create multi-step forms #1314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jasonbaciulis opened this issue Feb 27, 2025 · 1 comment

Comments

@jasonbaciulis
Copy link

I have built multi-step forms with a custom JS driver and controller for validating each step. However, a tricky part is when a specific radio field option is selected and I need to skip a few sections/steps. So I think if you add the same conditional functionality to Form sections like it is for fields now, that would be really helpful.

@avocadesign
Copy link

Sections as a whole could really benefit from conditional logic - not just in forms but in blueprints across Statamic. You can use group fields (although not in forms) but sections are such a nice way of organising "sections" of fields with an overall name, it would be great if you could turn them on and off.

Agreed though, there is no ability to make "skip logic" forms - e.g. if this question is answered in this way then skip the entire next section without a lot of hard hard code work. It should be much easier and it is easier in every other form tool in the WordPress space and beyond in all the form services (typeform, Jotform etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants