Form submission issues

I'm running into the following error when trying to submit a form in preview mode:

No Form submission event handler configured for form2. Learn more about using event handlers.

This form is linked to a database I have on retool and is used to insert a new row into it.

When I go into the form query and try submitting a test, the form works as expected and the new row is inserted. Any idea where the disconnect might be?

Hi @Nicole_FS - welcome to the community!

Make sure your form has event handler when pressing Submit button. When I removed it from my example form I got the same notification message like you mentioned.

Here is the screenshot showing where this event handler should be added:

Hope this helps