Good morning,
I'm working on a form with a new requirement.
I have a set of forms, each form is a "stage" in a process. When one process is complete you either move to the next or the process is closed.
The new requirement is depending on the status of the overall process, a user may need to jump from form-0 to form-3.
So, I've put a conditional statement in.
If "need to jump" == "Yes", then user needs to go to "form-3"
else "show the hidden fields to complete stage"
Pretty basic.
What I'd like to do is if a user selects "Yes" to the need to jump, that the "Submit" button actually shows "Jump".
I know you cannot do somethings w/ Submit&Reset, but I thought I could build a conditional if/else statement, but I keep getting errors in the Form (with Action) script area.
Any thoughts?
- realizing this isn't a critical thing, but more for the user's interface.
- I already have this form in place and am hoping to not need a re-work into Stateless
Thanks,
Scott