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:
- Go to the dashboard.
- Select the form you want to configure.
- Open the Notifications section.
- Enter the destination email address.
- Optionally customize the subject line.
- 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:
- Open the Auto-response section in the form settings.
- Turn the feature on and define the subject and body of the message.
- 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>