I have a form that includes input field. When I navigate back to the page with the form, I want previously Filled data to be cleared, ensuring that field is reset and remain empty.
Welcome @Shrijit_Pandey to the Vahana Community.
For this use case, you can follow these two configurations:
-
Navigate Task: Suppose you are navigating from a page to the page in which your form is mapped, then on the navigate task under the configuration tab, you can see Form Mode.
- Choose the Form Mode as Create.
- And map the particular under Select Form Component ID.
-
Copy Control Task: You can use the copy control task to pass a NULL value to all the fieldset elements of the form by using the ‘Copy From’ option.
1 Like