Hello,
I'm looking for a solution to clear the data from the form viewer when the data from the the text box (email address) is reset but I'm really struggling.
Ideally I could have both clear from the same button but if this is not possible I would have to have 2?
Reset form button has this control so far -
Any advice greatly appreciated
Hi!
In order to reset a form, you can use the ResetForm function. You could include this below when you reset the email input. i.e
Reset(Email_input);
ResetForm(*YourFormName*);
^Just add your form name in here
However- resetting will only reset it to the default, so remember to confirm that also will be blank when you reset!
Hope this helps! 🙂
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional