Quick Start Guide
Welcome to VeratekForm! Our API provides a powerful, secure backend for your static HTML forms. You can start collecting submissions in less than a minute.
1. Create an Endpoint
Log in to your dashboard and create a new form. We will generate a unique endpoint URL for you. It will look something like this:
2. Set your Action Attribute
Take that URL and place it inside the action attribute of your HTML form. Make sure the method is set to POST.
Frequently Asked Questions (FAQ)
Q:How fast can I integrate VeratekForm into my website?
You can integrate VeratekForm in under 60 seconds. Simply create an endpoint URL in your dashboard and paste it into the action attribute of your standard HTML form.
Q:Do I need server-side code like PHP or Node.js to use VeratekForm?
No server-side code is required. VeratekForm acts as your serverless form backend, processing POST requests directly from user browsers or frontend JavaScript.
Q:Why are name attributes required on HTML form inputs?
We use the name attribute of each input field as the key in the JSON payload saved to your database and sent via email notifications. Without valid name attributes, form data cannot be indexed or captured.