
Announcements
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..
Hi @Anonymous ,
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,