Skip the form builder. Just craft a URL and share it. Your form appears instantly — no account needed.
Get Your Form Token →
Every URL parameter becomes a field. Add fieldname__type
to create inputs, and set the placeholder as the value.
https://formto.co/form?title=Contact Us&name__text=Your Name&email__email=you@example.com
Or embed it in your site with an HTML link:
<a href="https://formto.co/form?title=Contact%20Us
&name__text=Your%20Name
&email__email=you@example.com
&reason__radio=General,Support,Sales
&message__textarea=How%20can%20we%20help?">
Contact us
</a>
Name, email, and message fields
Rating options with comment box
Email with checkbox consent
title=
Sets the form heading
field__text=
Text input (placeholder as value)
field__email=
Email input with validation
field__textarea=
Multi-line text area
field__radio=
Radio buttons (comma-separated options)
field__checkbox=
Checkbox with label