Hosted lead forms, with embed, WhatsApp ping and email notify.
Build a custom-field form once and get a public page at /forms/<slug>/ plus an embeddable iframe. Each submission can optionally ping a WhatsApp number and an email address, and is stored in a per-form submission list. The slug is unique per workspace.
A public page, an embeddable iframe, and an optional WhatsApp or email notification on submit. Built in India.
Custom-field builder
Compose any field set you need.
Add custom fields, give the form a unique slug (validated against your workspace), and publish. The same form is available on a public hosted page and as an embeddable iframe, with no separate setup for either.
- Any custom fields you need per form
- Unique slug per workspace, validated on save
- Hosted public page at /forms/<slug>/
- Embeddable iframe of the same form, dropped into any site
Form builder
Drag & dropPreview
Full name *
Phone *
What are you looking for?
Notify on submit
Get a WhatsApp ping or an email the moment a lead arrives.
Each form can optionally notify a WhatsApp number, an email address, or both on every submission. The submission lands in the per-form submission list inside WBIZ. Pair it with automations to send templates, tag the contact, or push the lead into your stack via webhook.
- Optional WhatsApp notification on every submit
- Optional email notification on every submit
- Per-form submission list inside WBIZ
- Pair with automations to fire follow-up templates
Form responses
Today- PSHot
Priya Sharma
Meta Ads · 2m
- RMWarm
Rohan Mehta
Website CTA · 14m
- ARHot
Anika Roy
QR – store · 38m
- KGCold
Karan Gupta
Click-to-WA · 1h
- MIWarm
Maya Iyer
Meta Ads · 2h
Wire to your funnel
Use the REST API and outbound webhooks to push leads anywhere.
There are no prebuilt connectors. Subscribe to the submission webhook event, verify the signature, and push the lead into whatever system you run. The data is yours from the moment it submits.
- Outbound webhook event on every submission
- HMAC-signed payloads, retries and a dead-letter queue
- REST API to fetch submissions on demand
- Trigger automations with the new contact as the start
Form builder
Drag & dropPreview
Full name *
Phone *
What are you looking for?
By the numbers
What teams ship on WBIZ.
0
Hosted page per form
0
Embeddable iframe per form
0
Notification options: WhatsApp and email
0
Engineering required to embed
A simple lead-capture surface wired into your WhatsApp ops.
Lead forms are a focused capture surface: custom fields, a hosted page, an embed, and optional notifications. The interesting work happens after capture, when you trigger an automation, send a template, or pipe the submission into your stack via webhook.
WhatsApp ping
Optional WhatsApp notification on every submit, sent to a configured business number.
Email notify
An optional email notification on every submit, wired to a shared sales-ops mailbox.
Submission webhook
Subscribe via outbound webhooks, HMAC-signed and retried, to push leads into any backend.
Pair with automations
Use the new-contact or opt-in trigger to fire templates and tag the lead automatically.
Capture and ship
Lead forms feed the rest of WBIZ and your own stack.
A submission becomes a contact, can fire an automation, and pings your team via WhatsApp or email. Push it into anything else via the webhook and REST API.
Hosted page
/forms/<slug>/ public render
Iframe embed
Drop into any site
WhatsApp notify
Optional ping per submit
Email notify
Optional email per submit
Webhooks
HMAC-signed submission events
Automations
Trigger flows on a new contact
FAQ
Lead forms, answered.
In a per-form submission list inside WBIZ. You can also configure a WhatsApp ping or an email notification per submission, and subscribe to the submission webhook event to push leads into your own stack.
Yes. Every form ships both a public hosted page at /forms/<slug>/ and an embeddable iframe. Use either or both.
Subscribe to the submission webhook event. WBIZ POSTs the signed payload to your endpoint with retries, and your own handler pushes it into whatever CRM or backend your team uses.
Yes. Pair the form with an automation that triggers on a new contact or on the opt-in event, and send a template as the first response.
Yes. Add a consent custom field. The submission is stored in WBIZ with a timestamp, and data export and deletion endpoints are available, aligned to GDPR and DPDP requests.