Getting started

Introduction

What Vlozi Forms is and the three ways to embed it.

Vlozi Forms is a hosted form backend that stores submissions in your Vlozi dashboard. You create a form in the dashboard, get a form_id, and start collecting contacts from any website — with no backend code of your own.

What you get

  • Submissions inbox — every submission is stored and visible in your Vlozi dashboard the moment it arrives.
  • Email notifications — optional owner email for each new submission.
  • Spam protection — honeypot field, Cloudflare Turnstile CAPTCHA, and IP-based rate limiting, all configurable per form.
  • File uploads — accept résumés, images, and documents (up to 5 files × 25 MB per submission).
  • Webhooks — push submissions to your own backend in real time.
  • Analytics — view counts, submission counts, conversion rate, and credit usage, all in the dashboard.

Four embedding surfaces

Method Best for
Hosted page /f/:form_id/page Share a link — no code needed
Script embed embed.js Drop-in widget on any static site
@vlozi/forms SDK Custom React / Next.js integrations
Plain HTML <form> Any static HTML page, no JavaScript required

TIP

Jump to the Quickstart to embed your first form in under two minutes.

Forms · Getting startedEdit on GitHub