F FormTo.co

Forms from URLs.
Like magic.

Skip the form builder. Just craft a URL and share it. Your form appears instantly — no account needed.

🔧

How it works

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>
text — single line email — validated textarea — multiline radio — options checkbox — toggle
🎯

Try these examples

📋 Quick Reference

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