How can I force clearing all input fields on a form when it loads?

There is not much detail here on what you are trying to achieve here, when is this form loading on a page load it wouldn’t normally have any values you hadn’t defined in you can use reset to get it back to default with only values you have binded remaining.
I created a form inside a modal and whenever it initializes it already brings the last inclusion data.
From what I gather from this you need to click the form then scroll to dynamic events in the properties located bottom right, then select on data success after that use the reset option for the form shown in my screen shot
Thanks, works perfectly
1 Like

