Getting Started

Start collecting form submissions in minutes using our API.

1. Create a Form

Log in to your dashboard and create a new form. You'll get a unique Form URL (e.g., https://api.formdrop.co/f/your-form-slug) that you'll use to send submissions.

2. Send a Submission

You can submit data using a standard HTML form or send an API request to your Form URL.

html
<form action="https://api.formdrop.co/f/YOUR_FORM_SLUG" method="POST">
  <input type="email" name="email" placeholder="Email" required />
  <textarea name="message" placeholder="Message" required></textarea>
  <button type="submit">Send</button>
</form>

3. Check your Dashboard

Go to the Forms section in your dashboard to view the submission. You can also configure email, Slack, or Discord notifications for this form.