Pro - both saving an enabled autoresponder config and sending an autoresponse are Pro-gated.
Enabling it
- Open a form in the dashboard → Settings → Autoresponder.
- Turn it on and fill in the fields below.
- Save.
Config fields
The reply is sent to the address in the submission’s mapped reply-to field
(
reply_to_field, configured under notifications) - that’s how
Formpaste knows who submitted the form.
Guardrails
An autoresponse is sent only when every condition holds:- The form has
autoresponder_enabledon. - The account is on a plan that allows the
autoresponderfeature (Pro). - The submission’s reply-to field is a valid, well-formed email address.
- The same recipient hasn’t already received an autoresponse from this form in the last 24 hours - this dedup window prevents a form being used to mail-bomb an address via repeated submissions. A recipient is tracked by a hashed value, never stored as plaintext.
Free vs. Pro
Free cannot enable an autoresponder. Both savingautoresponder_enabled: true and the
send-time check resolve through the same plan gate, so a form that was Pro when configured
and later downgrades to Free stops auto-replying (the config is preserved but inert).