Blog Logo

FormsReady

The simplest way to collect form submissions, send notifications, and integrate with your tools. Get your forms working in minutes, not hours.

<form
method="POST"
<!-- this is ALL! -->
action="https://api.formsready.io/workflows/KvnIuN7bMhXj1x5MYDbOH"
enctype="multipart/form-data"
>
<label for="name">Name</label>
<input id="name" name="name" type="text" required />

<label for="email">Email</label>
<input id="email" name="email" type="email" required />

<label for="file">File</label>
<input id="file" name="file" type="file" required />

<button type="submit">Submit</button>
</form>