To get started, you should already have the following:
To generate an endpoint, add a new form by clicking the "Add Form" button on the My Forms page. This will open a dialog prompting you to enter a name for your form. This name is just used within Postform's dashboard for you to identify your form and not displayed publicly.
After adding your form, you will be redirected to a page with instructions to integrate. Here, you can copy the unique endpoint generated for your form:
Now that you've copied the the endpoint, you can set it as the action
attribute value in your HTML form:
<form action="https://postform.com/s/i6awv5" method="POST"></form>
Make sure all your form elements (input, select, textarea) have a name
attribute! If they do not, it's value will not be saved.
Submit your form and check the following: