Most "free online form builder" searches end at Google Forms. It works, it is genuinely free, and for an internal survey it is the right answer.
It is the wrong answer when the form goes on your own website, because a Google Form looks like a Google Form. It carries Google's styling, sits in an iframe that ignores your fonts and colours, and tells every visitor that you did not build this part of your site.
This post covers the three routes to a form on your own site, what each actually costs, and how to decide.
Route 1: Generate the HTML and own it
Build the form in a generator, copy the HTML and CSS, paste it into your page. The form is then genuinely yours - your fonts, your colours, no iframe, no third-party branding, and it loads with the rest of the page rather than after it.
This is the fastest route and costs nothing. The online form builder does it in the browser with ten field types, live preview and instant export.
The catch, and it is the important one: exported HTML describes what the form looks like, not where the answers go. A form posts to an endpoint. If you do not have one, submissions go nowhere.
That is the single thing people discover after they have already embedded the form. Which leads to the next two routes.
Route 2: Point it at a form-handling endpoint
Keep the HTML you generated and point its action at a service that receives submissions and emails them to you. Several exist on free tiers, usually capped at 50 to 100 submissions a month.
You keep full control of the markup and styling. You give up response storage and reporting - most of these services email you and little else. Fine for a contact form on a small site. Painful once you need to search past submissions or export them.
Route 3: A hosted form platform
The form lives on a platform that stores every response, exports to CSV, notifies you on submission, and handles validation and spam. You embed it or link to it.
This is what you are paying for when you pay for a form builder: not the form, the responses. Building form markup is nearly free. Reliably receiving, storing, searching and exporting answers is the part that takes a backend.
What free tiers actually limit
Free form builders rarely limit the form. They limit what happens after it is submitted.
| Limit | Why it bites |
|---|---|
| Responses per month | Usually 50-100. A form that works gets more, and the cap arrives exactly when it starts mattering |
| Branding | The provider's name on your form, visible to every customer |
| File uploads | Often disabled or heavily capped on free tiers |
| Response storage | Some free plans delete after 30 days |
| Export | CSV export is a common paid-only feature |
| Users | One seat, so nobody else on your team can see submissions |
Read the responses limit before the field list. It is the number that decides whether the free tier works for you.
Choosing quickly
Internal survey, do not care about styling - Google Forms. Genuinely free, no reason to look further.
Form on your own website, low volume, you have somewhere to send data - generate the HTML, point it at your endpoint. Full control, zero cost.
Form on your own website, you want responses collected for you - hosted platform. Start on a free plan and watch the response cap.
Regulated data - health, financial, identity documents - do not use a free tier at all. Check where data is stored, what compliance the provider actually holds, and whether uploads are encrypted at rest. "HIPAA compliant form builder" is a real search term for a real reason, and free plans almost never qualify.
Practical things that improve completion
Ask for less. Every field costs you submissions. If you do not act on the answer within a week, remove the field.
Mark required fields honestly. Making everything required is the most common cause of abandonment, and the data you gain is usually guesses.
Put the hardest question last. People who have answered four questions will answer the fifth. People who meet it first leave.
Say what happens next. "We reply within one working day" measurably outperforms a bare Submit button.
Test on a phone. Most form traffic is mobile, and most forms are built on a desktop and never checked on anything else.
Getting started
Build the form - ten field types, live preview, HTML export, free with no signup.
If you would rather the responses were collected, stored and exported for you, Edesy Forms does that side, and there is a free plan to start on.
The short version
Generating a form is free and always will be. Receiving responses reliably is the part worth paying for, and free tiers cap that rather than the form. Decide which side of that line you are on before choosing a tool - it saves rebuilding the form later.