Embedding

Hosted page

Share a standalone, themed form page — no code required.

Every Vlozi form gets a fully themed, standalone page hosted at:

https://api.vlozi.app/forms/f/YOUR_FORM_ID/page

Share this URL directly in emails, social posts, bio links, or as a landing page. No HTML, no JavaScript, no server required.

What the page includes

  • Your form's fields, styled with your brand accent colour and custom button label
  • Spam protection (honeypot + Turnstile if enabled) — all handled server-side
  • File upload support if your form has file fields
  • <meta name="robots" content="noindex"> — the page is not indexed by search engines
  • "Powered by Vlozi" footer

Customising the theme

In the dashboard → Forms → your form → SettingsTheme:

Setting Effect
Accent colour Button colour and focus ring
Button label Submit button text (default: "Send")
Success message Text shown after a successful submission
Redirect URL Redirect the visitor to this URL after submission instead of showing the success message

When the page returns 404

The hosted page returns 404 if the form is:

  • Deleted (soft-deleted in the dashboard)
  • Archived (status = archived)
  • Paused (status = paused)

Embed snippet

Copy the URL from the dashboard — Forms → your form → EmbedHosted page.

https://api.vlozi.app/forms/f/form_abc123/page

TIP

Use the hosted page for any context where you can't add HTML or JavaScript — QR codes, SMS campaigns, Twitter/X bio links, and paper printouts.

Forms · EmbeddingEdit on GitHub