Forums

Save form data to DB and display new empty form

kkurtz 04 Sep, 2017
I have a form that adds data to a database. I want to be able to add multiple records in succession.
I have a Save Data event that works, but I can't figure out how to clear the form data and re-display the form for the next input. Probably need a button that says "Next input" but how can I get it to go back to the for?
GreyHead 05 Sep, 2017
Hi kkurz,

The Event Loader action will let you automatically re-load the form load event after the submission processing is complete.

Bob
kkurtz 06 Sep, 2017
I couldn't get the Event Loader action to work. I think I didn't know where to place it. I used a link event to load the new form.

Thanks for your help.
This topic is locked and no more replies can be posted.