Hello, for me the "NewForm(Formx)" doesn't work to create a new form (when coming from a page that says 'your submissions was successful'. Which formula should I use to create a button to go back and reset the form at the same time?
Hi @Anonymous ,
Assuming your form is not resetting, Try ResetForm(Formx);NewForm(Formx)
Regards,
Reza
Hi Reza, that doesn't work - I need it to go to the previous step (Formx) and have a cleared form at the same time.
@Anonymous
Can you post a few screenshots
Hi @Anonymous
On the OnSelect property of the button "Submit Another Absentee Form"
try the following :
ResetForm(Form3);NewForm(Form3);Navigate(<screen name of the screen containing the form)
Regards,
Reza
Thanks for posting in the community @Anonymous - can you review the above reply and update the thread if it was helpful?
Thank you,
@Anonymous
User | Count |
---|---|
254 | |
252 | |
82 | |
45 | |
27 |
User | Count |
---|---|
350 | |
267 | |
127 | |
61 | |
58 |