FormsLite.io Docs
  • Introduction
  • Getting Started
    • Setup
    • Settings
      • Custom Subject
      • Success Page
      • Custom Redirect
      • Captcha and Spam Protection
        • Honeypot
        • hCaptcha
        • Report Spam
      • Custom Reply-to Email
      • Custom From Name
    • Plus Features
      • Add CC Emails
      • Autoresponder
      • Notion Database Integration
      • Webhooks
      • Domain Whitelisting
    • Examples
  • Guides
    • HTML Only
    • HTML + JavaScript
    • Alpine.js
    • Svelte
    • Vue.js
    • React
Powered by GitBook
On this page
  1. Getting Started
  2. Plus Features

Autoresponder

Overview

Autoresponder is a PLUS feature in FormsLite.io, available for all PLUS users. Users can enable the autoresponder feature and set up the necessary values through the settings panel by logging in with an email link (magic link login).

Setting Up the Autoresponder

  1. Log in to the Settings Panel: Use the email link (magic link login) to access your settings panel.

  2. Enable the Autoresponder Feature: Once logged in, navigate to the autoresponder settings and enable the feature.

  3. Configure Autoresponder Details:

    • From Name (Company Name): Specify the name that will appear as the sender.

    • Autoresponder Subject: Set the subject line for the auto-reply email.

    • Autoresponder Intro Text: Write an introductory text (e.g., "Thanks for submitting the form...").

    • Show Copy of Submission: Choose whether to include a copy of the user's submission in the email (Yes/No).

    • Logo Image URL: Provide the full URL path to your logo image (PNG preferred, e.g., https://yoursite.com/img/logo.png). (coming soon)

Requirements

To ensure the autoresponder works, include an email input field in your form with the name attribute set to email or Email. The autoresponder will send emails to this address once the user submits the form.

Example Code for Email Input

<input type="email" name="email" placeholder="you@company.com" required />

Summary

By enabling and configuring the autoresponder feature in the settings panel, Pro users of FormsLite.io can automatically send customized replies to form submissions. Ensure that your form includes the required email input field to utilize this feature effectively.

PreviousAdd CC EmailsNextNotion Database Integration

Last updated 11 months ago