I am using a "Edit Form" to request users to filled up the text input.
I have a button named Add, that uses the collect function to add all text input into a sharepoint (excel) file.
In the current scenario, after the user have key in all the text input and press the add button, the following happens:
1) The text inputs are all collected and added into the SharePoint (excel).
2) The text inputs field are still filled.
Question : is there any way for the text input fields to be resetted or cleared after pressing the add button?
I understand that i can use another button to do the reset, however, i was wondering if the clearing of the fills can be done with the same add button?
Meaning to say, once the user press the add button, the fields are collected into the sharepoint file and the text input fields are cleared ready for the next input.