Publishing and Sharing
Once your form is ready, publishing makes it accessible to respondents. WittyForm provides multiple sharing methods so you can distribute your form wherever your audience is.
Publishing Your Form
Click the Publish button in the top-right corner of the form builder. The form transitions from draft to live status. While published, any edits you make in the builder are saved as a draft until you click Publish again to push the changes live.
To unpublish a form, open the form settings and click Unpublish. This deactivates the form link and embed. Existing responses are preserved.
Share Link
Every published form gets a unique URL. Copy it from the Share dialog and send it via email, chat, social media, or anywhere else. The link format is:
https://wittyform.com/form/your-form-idRespondents who open the link see the full page form experience with your configured theme and branding.
Embedding on Your Site
Embed a form directly in your own website or application with an iframe. Copy the iframe snippet from the Share > Embed tab and paste it into your HTML:
<iframe
src="https://wittyform.com/form/your-form-id?embed=1"
width="100%"
height="600"
frameborder="0"
></iframe>The embedded form inherits the theme and branding you configured in the builder. Adjust thewidth and height attributes to fit the space on your page.
Custom Domain
On the Pro plan, you can serve forms from your own domain (e.g., forms.yourcompany.com). To set this up:
- Go to Settings > Custom Domains and add your domain.
- Create a
CNAMEDNS record pointing your domain todomains.wittyform.com. - Add the ownership
TXTrecord shown in the dashboard at_wittyform.<your-subdomain>. Both the CNAME and this TXT record must be present for the domain to verify. - Wait for DNS propagation (typically 5 to 30 minutes).
- Once verified, WittyForm automatically provisions an SSL certificate for your domain.
QR Code
In the Share dialog, click the QR Code tab to generate a scannable code that links to your form. Download it as PNG or SVG for use in printed materials, presentations, or physical signage.
Tip: Print the QR code on flyers, table tents, or event signage so people can open your form straight from their phone camera.