Every form has a unique public URL. Share it in an email signature, a website footer, a Slack channel, a README - anywhere requests come from.

The public page renders with your board appearance (or the form's own brand color, if set) and the form's logo, in light and dark mode, and works great on mobile.

Free plan: public form pages show a "Made with t0ggles" badge. Paid plans remove it.
If your board has a custom domain, forms are served from it automatically - requests.yourcompany.com/f/... instead of t0ggles.com/f/.... The share and copy-link buttons always give you the right URL.
A prefill link opens the form with some answers already filled in - perfect for personalized intake links from a CRM, an email campaign, or another app.

Prefilled values are only a starting point: the recipient can edit everything before submitting, invalid values are silently ignored, and file fields can't be prefilled. Building links programmatically? Each field's query parameter name is shown right in the popover.
If your board is public (or has guest users), you don't need to send visitors anywhere - the board's own submit button can open a form directly, in a popup over the board.
In Board Settings → Visibility → Public Tasks, set Button Opens to Form and pick one of the board's forms. Visitors click the button (default: "Suggest a Task"), fill in the form without leaving the board, and the submission flows through the form's usual pipeline - field mapping, approval queue, submitter messaging.
Only forms with Public or Verified email access modes can be selected - a members-only form doesn't make sense behind a public button. If the selected form is later disabled or deleted, the button falls back to the built-in task editor, so intake never stops.
See the Board Visibility docs for the full picture.