Guide

How to Set Up Form Auto-Reply Emails -- Copy, Preview, Test Sending, and Workflow Checks

How to Set Up Form Auto-Reply Emails -- Copy, Preview, Test Sending, and Workflow Checks

Last updated: June 17, 2026

A form auto-reply can be enabled and still fail to arrive in the inbox.

The issue may be the recipient field, Google Forms response receipt settings, an Apps Script trigger, authorization, daily email quota, spam filtering, or a form-service setting that was never tested with a real submission.

This guide explains how to set up a useful form auto-reply email, how to decide the recipient, subject, body, and reply-to, how to preview and test the message, and how FORMLOVA keeps the setup and workflow checks together.

If your immediate problem is that a Google Forms response receipt or Apps Script email is not arriving, start with Google Forms Auto-Reply Not Delivered: What to Check First. This page is the parent setup guide, not the detailed Google Forms delivery diagnostic.

If you already know the setup path and only need reusable copy, read the Form Auto-Reply Email Examples guide. This article focuses on setup decisions.

Quick Answer: Design the State Before the Copy

When you set up an auto-reply, do not start by polishing the message.

Start with the state the email represents.

DecisionWhy it mattersWhere to look
Recipient email fieldThe system must know who receives the messageForm settings, email field
Subject and bodyThe respondent should understand receipt and next stepsEmail template
Reply-to addressReplies should reach a monitored inboxEmail settings
PreviewVariables, links, and stale instructions should be caught before savingPre-save review
Test sendingThe inbox rendering and links should be checkedTest email
Post-launch stateSending and response status should be observableResponse and email state

After that, choose the setup path.

MethodBest forWatch out for
Google Forms response receiptSending respondents a copy of their answersNot ideal for custom confirmation copy, response timing, or conditional messaging
Google Apps ScriptKeeping Google Forms while sending a custom emailRequires script, trigger, authorization, quota, and error maintenance
Form-service autoresponderSetting subject, body, variables, and reply-to in a UIFree and paid boundaries vary by service
FORMLOVACreating, adjusting, previewing, and testing the email through chatAuto-reply customization is available on Standard or higher

Google Forms response receipts, Apps Script triggers, spam filtering, and quota failures are a separate diagnostic path. Use Google Forms Auto-Reply Not Delivered for that checklist.

These setup paths are not the same feature.

If respondents only need a copy of what they submitted, Google Forms may be enough. If you need a confirmation email that says "we received your request," gives a response timeline, includes a resource link, explains an event URL policy, or routes replies to a support address, treat it as a custom auto-reply.

Checklist When the Email Is Enabled but Not Delivered

Auto-reply failures are often not dramatic. They are small mismatches.

A typical composite example looks like this: the form has a field labeled "Email address," the script expects a field named Email, the function is saved, but no installable trigger was created. The owner tests with a personal Gmail address, sees one successful test, and never checks the company domain where the actual respondents are. Nothing looks broken in the form editor, but the live workflow is not reliable.

Use this checklist before changing the message.

SymptomCheck firstLikely layer
Nobody receives the emailTrigger, authorization, sender, quotaThe sending process is not running
Only some respondents miss itEmail address input, spam filtering, domain policyRecipient or inbox layer
You receive tests, respondents do notRecipient mapping, variables, test conditionTest does not match production
Response receipts arrive, custom copy does notApps Script or form-service autoresponderCustom sender layer
Delivery is inconsistentQuota, concurrent execution, execution logsOperational reliability

When I think about this in FORMLOVA, "auto-reply enabled" is not the same as "the respondent received the right message." The useful state is more specific: enabled, mapped to the correct recipient, previewed, approved, tested, and still aligned with the workflow.

Decide These Details Before Opening the Settings Screen

Before editing any tool settings, define the email.

DecisionWhy it matters
Recipient email fieldThe system needs to know which submitted address receives the reply
Subject lineThe respondent should recognize what was received
Body copyThe email should confirm receipt and explain the next step
Reply-to addressReplies should go to a monitored inbox
Submitted fields to includeOnly necessary confirmation details should be repeated
Test emailThe final email should be checked in a real inbox

Skipping this step creates technically working but operationally weak email.

For example, "Submission completed" is too vague as a subject line. "We will contact you if needed" does not tell the respondent when to expect a reply. A no-reply address conflicts with copy that says "reply to this email."

The job of an auto-reply is not polished language. It is reducing uncertainty after submission.

What to Check in Google Forms Response Receipts

Google Forms can send response receipts when you collect respondent email addresses. That is useful when the respondent needs a copy of their submitted answers.

Google's help docs describe this as sending responders a copy of their response. To use it, the form must collect email addresses, and the setting for sending responders a copy must be configured. Google also notes that, in some circumstances, expected response receipts may not arrive because of spam filters or other counter-abuse measures.

So the Google Forms built-in path has three checks:

CheckMeaning
Email collectionThe form actually has a respondent email address to send to
Response receipt settingThe form is configured to send responders a copy
Scope of the featureYou are not expecting a fully custom confirmation email from a response receipt

It is less useful when the message needs to sound like a real operational confirmation:

Thanks for contacting us.
We received your inquiry and usually respond within two business days.
If this is urgent, contact support@example.com.

For that kind of custom email, many teams use Google Apps Script.

What to Check When Apps Script Does Not Send

A typical Apps Script setup looks like this:

1. Collect respondent email addresses in the form.
2. Open Apps Script from the form or linked spreadsheet.
3. Write a function that runs on form submission.
4. Use MailApp or GmailApp to send the email.
5. Create an installable form-submit trigger.
6. Authorize the script and test a real submission.

This can be a good path for teams comfortable with Google Workspace automation. It keeps the workflow close to Google Forms and allows custom logic.

The failure points are usually outside the email copy.

Apps Script installable form-submit triggers can run a function when someone responds to a form. Google's docs distinguish between a form-submit trigger for Google Forms itself and one for Sheets when the form submits to a spreadsheet. That distinction matters because the event data and owner context can differ.

Check these items when the email does not arrive:

CheckFailure example
TriggerThe function exists, but the installable trigger was never created
AuthorizationThe script has not been authorized after trigger setup
Event dataThe script expects a Sheets row but receives a Forms event, or the reverse
Recipient mappingThe field name or column name does not match the submitted email address
QuotaMailApp/GmailApp has hit a daily recipient limit
Execution logsTrigger failure emails or execution errors are ignored

The tradeoff is maintenance:

Someone must own the script.
Trigger failures need to be monitored.
Authorization and sending quotas matter.
Copy changes may require code edits.

Google Forms is not the wrong choice. If response receipts are enough, it is simple. The question is whether your post-submit communication needs to evolve beyond a copy of the submitted answers.

Apps Script is powerful, but the team needs someone who can diagnose which layer failed: form settings, event data, script logic, authorization, quota, or recipient filtering.

If the same Google Forms stack is also carrying Sheets, Slack notifications, and response status, use Google Forms + Sheets + Apps Script Operations to decide where each responsibility should live before adding another script.

Set Up an Auto-Reply in FORMLOVA

In FORMLOVA, auto-reply email creation and customization are available on Standard or higher.

The Free plan can still create forms, collect unlimited responses, view responses, search, update status, and export CSV / Excel files. Sending custom auto-reply emails after submission belongs to the paid operational layer.

Start with a plain instruction:

Set up an auto-reply email for this contact form.
Use the subject "We received your inquiry."
Say that we usually reply within two business days.
Add support@example.com for urgent questions.

FORMLOVA can draft a subject and body such as:

Subject: We received your inquiry

Hi {name},

Thanks for contacting us.
We received your inquiry and will review it shortly.

Our team usually replies within two business days.
If this is urgent, please contact support@example.com.

The important part is not that the first draft is final. The important part is that the form, email, preview, and test flow stay in one conversation.

FORMLOVA shows a preview before saving template changes. That confirmation step is intentional. Auto-reply copy is customer-facing, so the system should not silently change it without review.

I do not treat an auto-reply as just generated copy inside FORMLOVA. It is a product state after submission.

At minimum, these states matter:

The form is published.
The respondent email address is collected.
Auto-reply is enabled.
The template has been approved.
Sender and reply-to are configured.
A test email has been checked before launch.

If any of those states are unclear, the result can be "enabled but not delivered," "delivered to the wrong reply path," or "correct copy sent at the wrong time."

That is why FORMLOVA keeps drafting, preview, approval, test sending, and launch review close together instead of treating the auto-reply as a detached text box.

Adjust the Copy Through Chat

Auto-reply copy usually needs one or two small revisions.

Use direct instructions:

Make it a little warmer.
Make it more formal for B2B inquiries.
Shorten it for mobile.
Move the response timeframe earlier.
Add the resource link near the top.
Do not include the webinar link; say it will be sent one day before the event.

Separate tone changes from operational changes.

"Make it better" is vague. "Shorten it," "make the first paragraph more formal," "move the reply timing above the submitted details," and "remove the join link" are easier to apply safely.

For reusable subjects and body structures by use case, use the Form Auto-Reply Email Examples guide. It covers contact forms, resource requests, webinar registration, job applications, and survey forms.

Send a Test Email Before Publishing

Always send a test email before publishing or before turning the auto-reply on for a live form.

Preview is not enough. You need to see the message in an actual inbox.

Check these items:

CheckWhy
SubjectIt should be recognizable and not too long
Sender nameThe respondent should know who sent it
Reply-toReplies should reach the right inbox
BodyReceipt and next step should be clear
VariablesName, form title, and links should render correctly
URLsResource, map, event, and support links should open
Mobile viewParagraphs and links should be easy to scan

FORMLOVA test emails are not sent to live respondents. They are for checking the template in your own email client. Test subjects are marked as tests, and test emails do not count toward the monthly email quota.

For the broader launch checklist, read Review a Form Before Publishing.

How to Avoid Repeating the Same Delivery Problem

Getting one test email to arrive is not the finish line.

Forms change after launch. The response owner changes. Reply timing changes. Resource links change. Webinar links move from the confirmation email to a reminder email. Hiring and consultation forms collect more sensitive text than expected.

Treat auto-reply as a small operating checklist:

TimingCheck
Before publishingTest email, recipient, reply-to, body, links
After copy changesPreview, variables, outdated instructions
Before eventsWhether join links belong in the confirmation or reminder
When volume growsMonthly sends, owner notifications, response time
For sensitive formsWhether submitted personal details are repeated too widely

A missing email is one failure. A delivered email that no longer matches the real workflow is another.

Email Limits and Plan Boundaries

Auto-replies consume email quota when they are sent to respondents.

Current FORMLOVA plan availability is:

PlanMonthly priceAuto-reply emailsMonthly email limit
Free0 JPYNot sent100 emails
Standard480 JPYAvailable1,000 emails
Premium980 JPYAvailable10,000 emails

The Free plan still has an email limit for the email features available on that plan, but custom auto-reply sending is not included. Standard is often enough for contact forms, resource requests, and moderate webinar registration. Premium is a better fit when several forms send auto-replies, reminders, bulk emails, or follow-up sequences.

Do not automate every message just because you can. High-value inquiries, sensitive support cases, hiring communication, and unusual requests should keep a human review step.

What Comes After the First Auto-Reply

Once the first confirmation email is reliable, the next question is timing and targeting.

GoalFeature area
Send a reminder before a webinarReminder emails
Notify different owners by inquiry categoryConditional workflow
Follow up only with low-score survey respondentsConditional email
Hand hot resource requests to salesResponse search, status, and notification

The broader operating model is covered in the FORMLOVA Form Automation Guide. For contact-form operations, read the Contact Form Operations Guide. For webinar registration email flow, read the Webinar Registration Form Guide.

Related Workflows You Can Use

If the reply should change by inquiry type, start with Category-based Inquiry Auto-reply. It uses the response category or message content to choose the first reply and the next operational step.

For reservation or application confirmations through Gmail, use Gmail Reservation Confirmation. If the form is for an event or seminar, Event Reminder + Follow-up connects confirmation, reminders, and post-event follow-up.

FAQ

Can Google Forms send auto-reply emails?

Google Forms can send respondents a copy of their responses when respondent emails are collected. For custom confirmation copy, response timing, resource links, or conditional messages, you usually need Apps Script, an add-on, an external integration, or another form service.

Why did my Google Forms auto-reply not arrive?

First check whether the form collects respondent email addresses and whether response receipts are enabled. Then check spam folders and domain filtering. If you use Apps Script for custom mail, check the installable trigger, authorization, execution logs, recipient mapping, and MailApp/GmailApp sending quota.

Can I set up form auto-replies without Apps Script?

Yes. If a response receipt is enough, Google Forms can handle that without Apps Script. If you need a custom confirmation email without code, use a form service with autoresponder settings or FORMLOVA Standard or higher.

Does FORMLOVA Free include auto-reply emails?

No. FORMLOVA Free includes form creation, response collection, response viewing, search, status management, and CSV / Excel export. Auto-reply email creation and customization are available on Standard or higher.

Should auto-reply emails include all submitted fields?

Usually no. Include only the fields needed for confirmation. Repeating addresses, phone numbers, long free-text answers, and sensitive details increases forwarding and accidental disclosure risk.

Where can I find auto-reply email examples?

Use the Form Auto-Reply Email Examples guide for reusable copy patterns for contact forms, resource requests, webinar registration, job applications, and survey forms.

References

Read Next

Open the FORMLOVA setup guide

Disclosure and Verification

This guide was updated after checking official information from each service as of May 13, 2026. The author builds FORMLOVA. Google Forms response receipts, Apps Script installable form-submit triggers, MailApp, Apps Script quotas, and formrun auto-reply documentation were checked against official sources. Pricing, features, and email limits may change, so check each service's official pages before making a decision.

Related Articles

Last verified on:

Share this article

Written by

@Lovanaut
@Lovanaut

Creator of Sapolova, Lovai, Molelava, and FORMLOVA. Building kind services with love.

More in this category