🆓
Free Project w/ Attribution
We love removing limits as much as you do, so we provide a way to remove all submission limits from your first project with a simple attribution.
To remove the free plan submission limit, just add our logo with a link to our site. Use the snippet below without modification to ensure our validation works. We want to keep our platform free, accessible, and available to small companies and startups.
1
<!-- Best on Light Theme -->
2
<a href="https://betterform.io" data-bf-attribution target="_blank">
3
<img
4
src="https://betterform.io/betterform-handler-light.svg"
5
alt="Handled by betterform"
6
/>
7
</a>
8
9
<!-- Best on Dark Theme -->
10
<a href="https://betterform.io" data-bf-attribution target="_blank">
11
<img
12
src="https://betterform.io/betterform-handler-dark.svg"
13
alt="Handled by betterform"
14
/>
15
</a>

Example of attribution
Last modified 8mo ago