< HTML forms, but they actually work. / >
Build your form. Submit to our API.
We will handle the rest.
We will handle the rest.
<form
action="https://formlinx.onrender.com/api/form/{form_id}"
method="post"
name="emailForm"
>
<label for="email">Your Email:</label>
<input
type="email"
id="email"
name="email"
placeholder="Enter your email"
/>
<button type="submit">Submit</button>
</form>
JavaScript
Make a Post Request Manually to Your Form Url, and Send Request Body, if you have any other Side Effects to carry out on form submission.
HTML Forms
Add Your Form Url to Your HTML form action, and set the method to post.
Ready to get started ?
Grab your form_ID.