Get Started

Welcome to SimplyFormly! Follow these simple steps to start creating and managing your forms:

1. Sign Up

To begin, register for an account using your Google or GitHub credentials.
Click on the Sign Up button on the homepage and choose your preferred provider.

2. Access the Dashboard

Once you are signed in, you will be redirected to your Dashboard.
Here, you can manage all your forms and view their submissions.

3. Create Your First Form

  • Click on the Create Form button in the dashboard.
  • Fill in the required details for your form.
  • Save your form to get a unique endpoint URL.

4. Integrate the Form

Copy the provided endpoint URL and use it as the action attribute in your HTML form.
No backend configuration is required!

<form action="https://api.simplyformly.com/" method="POST">
  <input type="hidden" name="formKey" value="YOUR_FORM_KEY" />
  <!-- your form fields here -->
</form>

5. Manage Submissions

All submissions will appear in your dashboard.
You can view, manage, and export your form responses anytime.


If you have any questions, check out our documentation or contact support.