Issue in resetting form values

Hello,

I have a problem with a form created by Bootstrap 5 Generator and after using the form for inserting a new Database record though API Action, the record is inserted successfully but the form values stay as is and doesn’t reset after successful submission, so is there any way to overcome that issue ?

Thanks in advance

Welcome!

Try this:

Select the form element and click on Dynamic events > Server connect > Success

In the list of available actions, you will find your form, which has a reset action. Double click to add to the Selected actions.

Screen Shot 2022-12-13 at 2.44.54 PM

Now when the form is successfully submitted, it will reset the inputs.

3 Likes