Features

ES · EN

Notifications

Configure email notifications and auto-responses for each form.

Contents

The platform can notify you every time a form receives a new submission. You can configure the destination email and the subject line from the dashboard.

Email notifications

Every time someone submits your form, the service will send you an email containing the submission data. The message includes all fields received and their corresponding values.

To configure the notification:

  1. Go to the dashboard.
  2. Select the form you want to configure.
  3. Open the Notifications section.
  4. Enter the destination email address.
  5. Optionally customize the subject line.
  6. Save your changes.

Auto-response

Auto-response lets you send a custom email to the user who completed the form, confirming that the submission was received.

This feature is available on the Pro plan.

To enable it:

  1. Open the Auto-response section in the form settings.
  2. Turn the feature on and define the subject and body of the message.
  3. Make sure your form includes a field with name="email" so the platform knows where to send the response.
<input type="email" name="email" placeholder="Your email" required>