I have a back button with the formulae:
ResetForm(ClassDetailsForm) & ResetForm(SpeakerDetailsForm);Back();
When I navigate back to the form page, the input boxes revert to default however the error message for every required field still shows..
Solved! Go to Solution.
Hi @mozzerellagoril ,
Based on the goal, you will have to make the two forms in a specific mode. So, if you need them in New Mode, add formulas OnSelect of the control that navigating to the form page:
NewForm(ClassDetailsForm) ; NewForm(SpeakerDetailsForm); Navigate(FormPage)
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @mozzerellagoril ,
Based on the goal, you will have to make the two forms in a specific mode. So, if you need them in New Mode, add formulas OnSelect of the control that navigating to the form page:
NewForm(ClassDetailsForm) ; NewForm(SpeakerDetailsForm); Navigate(FormPage)
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
User | Count |
---|---|
125 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
216 | |
181 | |
140 | |
97 | |
83 |