Multi stage custom forms #5665
Unanswered
bfaulkner-champions
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Did you try: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
This could be a face-palmingly obvious thing, but I'm trying to create a multi-stage form. Preferably with each segment inside of an accordion.
I'm having issues accessing the data in a clean way. The only thing I can come up with is something like below, which seems uncharacteristically ugly. I really want to keep everything using the same partials so the site doesn't become a nightmare to maintain. Is there a much cleaner way?
I was hoping for something more like:
{{ partial:vendor/statamic/forms/fields/select :field="{form_field:fields:start_your_journey}" }}
Beta Was this translation helpful? Give feedback.
All reactions