forms

Create Your First Form Endpoint

Get started with Formeezy in minutes by creating your first form endpoint to accept submissions. This short guide will walk you through everything you need to know to get started.

Creating a new form endpoint is the first step you'll take to start accepting HTML form submissions with Formeezy. Follow the instructions below to create a unique form endpoint URL that you can submit to.

Once you've created your endpoint, you're ready to manage your form without leaving the frontend. Follow the short guide below to get started.

1. Create your endpoint 🔗

  • Visit your Forms dashboard and click "Add Form" or click here to generate a new form endpoint on your account.
  • This will generate a unique URL endpoint for you to send your forms to.
"https://formeezy.com/api/forms/XXXXXXXX/submissions"

2. Configure your endpoint settings (Optional) ⚙️

Now it's time to customize the behavior and options on your form. Out of the box, we provide a reasonable configuration that includes one-click reCAPTCHA. Configure your notification settings and more to your liking.

Available Settings:

  • Form Name - The form name is for internal use only and won't be displayed to your visitors.

  • Submission Email - We'll forward all submissions to this email. To add a new email address, visit the account page.

  • Timezone - The timezone you would like to view submission data in.

  • Form Enabled - Enable or disable the form entirely.

  • Email Notifications - Enable or disable notification emails. Submissions will still be saved and integrations will still run.

  • Store Submissions - Disable submission storage if you don't want Formeezy to save your submissions.

  • reCAPTCHA - Enable automatic reCAPTCHA spam protection for this form.

  • Use custom reCAPTCHA - Provide your own field named 'g-recaptcha-response' and reCAPTCHA secret for submissions. (Advanced)

  • Stripe Payments - Enable or disable Stripe payments.

  • Filter Bad Language - We'll automatically censor any submissions with profane language and/or common spam terms.

  • Restrict to Domain - Only submissions from this domain (and all subdomains) will be accepted.

  • Redirect on Success - Custom success URL for thank-you page.

  • Delete - Remove this form and all data (including submissions) from our database.

3. Add the endpoint URL to your form or code. 🖥️

Now that you've configured your endpoint to your liking, it's time to add your endpoint to your HTML form or inside your code. Use our examples to help you get started as quickly as possible.

  • Click on your Form
  • Click "Using Your Form"
  • Copy/paste the endpoint and/or form samples into your project
  • Done!

It's always a good idea to try out your implementation. Send a test submission to your endpoint and confirm the settings are to your liking and you're all set! In no time at all, you're accepting forms without any backend code.

4. Integrations (Optional) ✨

Integrations allow you to configure what happens with your form submissions after they are received. With Zapier, you can connect to 200+ apps to help manage your submission data with ease. Send to your Email Newsletter, or add tags and send to your CRM - the possibilities are endless.

Resources

Have questions? Send us a message →

Was this helpful?