Hi,
Another newbie question. I created a form that I’d like a user to fill out. When they do, I’ve set the Submit button to an Action that basically Adds a Row to a table using the fields in that form. I also have the last step of that action take them to a different Tab. However when they come back to this form, say to submit another entry, the text from the previous time they filled it in is still visible. I was trying to find a ‘Clear form’ option but realized I’m probably looking at this the wrong way.
How could I have it such that after they submit a form, and a row is added to the table, the form fields are cleared out for a follow up entry?
Thanks.