Auto-Responder Pro+

Send automatic confirmation emails to people who submit your forms.

What Is the Auto-Responder?

The auto-responder sends an automatic email to the person who filled out your form, immediately after they submit it. This is commonly used for:

The auto-responder is available on Pro plans and above.

Enabling the Auto-Responder

  1. Open your form in the dashboard.
  2. Go to the Settings tab.
  3. Toggle Auto-Responder to on.
  4. Configure the email field name, subject line, and message body (see sections below).
  5. Click Save.

Email Field Name

FormBlade needs to know which field in the submission contains the submitter's email address. By default, it looks for a field named email. If your form uses a different field name (e.g., contact_email, your_email, e-mail), update the Email field name setting to match.

FormBlade validates that the value in this field is a properly formatted email address before sending. If the field is missing or the value is not a valid email, the auto-responder is silently skipped for that submission.

Tip: Make the email field required in your form HTML (required attribute) to ensure every submission includes an email address for the auto-responder.
Spam submissions: The auto-responder is not sent for submissions flagged as spam (honeypot triggered, failed captcha, or bot detection). This prevents sending confirmation emails to fake or malicious addresses.

Subject Line

Set a custom subject line for the auto-responder email. You can use placeholders to include submission data in the subject. For example:

Thanks for your message, {name}!

If a placeholder references a field that doesn't exist in the submission, it is replaced with an empty string. Keep subject lines short — under 60 characters is ideal for email client previews.

Message Body

The message body supports plain text with placeholders. Write the message you want the submitter to receive, and insert placeholders using curly braces to include data from the submission.

Available placeholders

Any field name from your form can be used as a placeholder. Common examples:

Placeholders are case-sensitive and must match the name attribute of the corresponding form field exactly.

Example message

Hi {name},

Thanks for contacting us! We received your message
and will get back to you within one business day.

Here's a summary of what you submitted:

Name: {name}
Email: {email}
Message: {message}

Best regards,
The Support Team

Email Transport

The auto-responder uses the same email transport configured for that form's notification emails. This means:

For the best deliverability and brand consistency, we recommend using a custom SMTP provider with your own domain. See the Email Setup guide for configuration instructions.

When the Auto-Responder Does Not Send

The auto-responder is skipped in the following situations:

Compliance and Privacy Notices

When compliance settings are active on a form (data retention, consent checkbox, or a compliance preset), FormBlade automatically appends a privacy notice to the bottom of the auto-responder email. The notice includes:

This privacy notice is appended automatically and cannot be removed when compliance settings are active. It appears below your custom message body, separated by a divider line.

Note: The privacy notice is generated dynamically based on the form's current compliance settings. If you change the retention period, the notice in future auto-responder emails will reflect the new value.