Live Link

Forge-hosted public form endpoint

What is Live Link?

Live Link opens your form directly on Forge’s hosted domain. It is the simplest way to share a form without embedding or custom scripts.

URL Format

https://forge.app/f/{form_id}

Each form has a stable public URL. Anyone with the link can access the form, subject to publish status and security rules.

Behavior

  • Renders the form using the latest published snapshot
  • Loads without JavaScript embeds or iframes
  • Supports file uploads and validation
  • Auto-updates when the form is republished

Security Notes

  • Form must be in published state
  • CAPTCHA and rate limits apply if enabled
  • Origin checks are not enforced for Live Links

When to Use Live Link

  • Sharing a form via email or messaging
  • Linking from social profiles or landing pages
  • Quick testing without embedding

When Not to Use

  • If you need the form inside your site layout
  • If you require strict origin isolation
  • If you need dynamic theming from a parent app