Now that you created your form, you can copy the unique endpoint URL we have generated for you:
and paste it into your forms action attribute. Your form should look like this:
//this is a sample form endpoint
<form action="https://getform.io/f/d1f0fa6b-908b-46d9-89fb-0a2f1e4dcacf" method="POST">
<input type="text" name="name">
<input type="email" name="email">
<button type="submit">Send</button>
</form>
Important Notes:
Now, you're ready to collect your submissions!