Sharing & Embedding

After publishing a form, you can share it via direct link, QR code, social media, or embed it on any website.
Display modes
Every form can be displayed in 3 modes:
| Mode | URL suffix | Experience |
|---|---|---|
| Card | (default) | One question per screen; mobile-optimized, conversational feel |
| Classic | /cl | All questions on one page; traditional form layout |
| Chat | /c | Chat-like interface; questions appear as a conversation |
Choose the mode when sharing. Each mode has its own URL.
Sharing options
Direct link
Copy the form URL and send it anywhere: email, Slack, SMS. The URL format is:
https://capture.tinycommand.com/YOUR_FORM_ID
https://capture.tinycommand.com/YOUR_FORM_ID/cl (Classic mode)
https://capture.tinycommand.com/YOUR_FORM_ID/c (Chat mode)
QR Code
Download a QR code as a JPG image. Print it on business cards, flyers, or posters.
Social media
Share directly to:
- Facebook: opens a share dialog
- LinkedIn: posts with the form link
- Twitter/X: tweets the form link
Embedding on your website
6 embed modes, each with customizable styling:
| Mode | How it works | Best for |
|---|---|---|
| Full Page | Form takes over the entire page | Dedicated form pages |
| Standard | Iframe with configurable width and height | Inline embedding in a page section |
| Popup | Button click opens a modal with the form | Lead capture without page navigation |
| Slider | Form slides in from the edge of the screen | Non-intrusive capture |
| Popover | Floating element that expands into the form | Contextual forms |
| Side Tab | Collapsible panel on the side of the page | Persistent feedback forms |
How to embed
- Click Share on your published form
- Choose an embed mode
- Customize the style (button text, color, font size, corner radius, position)
- Copy the generated HTML code
- Paste it into your website's HTML
Each embed mode generates a <script> tag and optional HTML elements.
Style customization
For button-triggered modes (Popup, Slider, Popover, Side Tab):
| Setting | Options |
|---|---|
| Button text | Custom label (e.g., "Give Feedback") |
| Button color | Any color via picker |
| Font size | Configurable size |
| Corner radius | Square to fully rounded |
| Position | Left, right, top, bottom (varies by mode) |
Card mode works best for mobile devices and popup embeds. Classic mode is better for desktop-only forms with many fields. Chat mode creates the most engaging conversational experience.
Forms must be published before they can be shared or embedded. Draft forms will show an error when accessed via the share URL.