Test Forms Multi-Step and see two "issues", plus a question #959
chambrickShS
started this conversation in
General
Replies: 2 comments
-
I realized the solution to #1. The example had searchable set to true causing the behavior in question. When I removed it worked as I expected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Likewise I think the same thing fixes my issue with #2. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
When you click on an item in a drop-down (select) it doesn't automatically close the select. You have to hit twice. Is there someway around that?
If auto_submit is TRUE is there a way to clear out values from steps beyond the one changed? For example if they get through 3 steps and then go back and change the 1st one and the form re-submits, it does so with steps 2 and 3 values which are not correct if step one was changed.
Is there a way with SQL-Page to have two different submit buttons? With the multi-step form I want the user to be able to submit after the first two steps are followed but they could go through two more steps before submitting if they wanted to. So after the first two steps are complete the Next button would stay but then there would now be a Go button as well.
Beta Was this translation helpful? Give feedback.
All reactions