Share a form
A published form has one public link. There are three other ways to put it in front of someone.
Public link
Every published form has a URL under your workspace, for example https://forms.badabingapp.cc/your-workspace/fence-quote. Put it on your website, in an email, or in a text message.
Private invites
Send a one-time link to a specific customer. It carries their email and can be revoked. Submissions that arrive through an invite are marked as such in your dashboard and in the webhook payload.
Internal view
Every form also has an owner-only view at /e/your-workspace/fence-quote that shows every calculation, including the private ones. Useful when you are pricing on site with the customer in front of you. Available on Pro.
Embed on your own website
Add this where you want the form to appear:
<div data-calcforms="fence-quote" data-height="560"></div>
<script src="https://forms.badabingapp.cc/embed.js" async></script>
The embed resizes itself to fit the form and fires a calcforms:submit event on the page when a submission is accepted. It works on any site served over HTTP or HTTPS; it does not work from a file opened directly from disk.