Hosted lead forms with — embed, WhatsApp ping and email notify.
Build a custom-field form once, get a public render at /forms/<slug>/ and an embeddable iframe. Each submission optionally pings a WhatsApp number and an email address, and is stored in a per-form submission list. Slug must be unique per workspace.
Public render + embeddable iframe + optional WhatsApp / 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 for uniqueness in your workspace), and publish. The same form is available on a public hosted URL and as an embeddable iframe — no separate setup for either surface.
- Arbitrary custom fields per form
- Unique slug per workspace, validated on save
- Hosted public URL at /forms/<slug>/
- Embeddable iframe — same form, drop into any site
Form builder
Drag & dropPreview
Full name *
Phone *
What are you looking for?
Notify on submit
Get a WhatsApp ping or email the moment a lead arrives.
Wire each form to optionally notify a WhatsApp number and / or email address on every submission. The submission lands in the per-form submission list inside WBIZ; pair with Automations to trigger 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 + outbound webhooks to push leads anywhere.
No prebuilt CRM connectors. Subscribe to the lead-form submission webhook event, sign-verify the payload, and push the lead into whatever CRM, ad-platform or warehouse you run. The data is yours from the moment it submits.
- Outbound webhook event on every submission
- HMAC-signed payloads, retries, 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 URL per form
0
Embeddable iframe per form
0
Notification channels: WhatsApp + 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, hosted URL, embed, and optional notifications. The interesting work happens after capture: trigger Automations, send a template, pipe the submission into your stack via webhook.
WhatsApp ping
Optional WhatsApp notification on every submit, sent to a configured business number.
Email notify
Optional email notification on every submit — wire it to a sales-ops shared mailbox.
Submission webhook
Subscribe via outbound webhooks, HMAC-signed and retried, to push leads into any backend.
Pair with Automations
Use the contact_created or opt-in trigger to fire templates and tag the lead automatically.
Capture and ship
Lead forms feed the rest of WBIZ — and your stack.
A submission becomes a contact, can fire an Automation and pings your team via WhatsApp / email. Push into anything else via webhook + REST API.
Hosted URL
/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 new contact
FAQ
Lead forms, answered.
In a per-form submission list inside WBIZ. You can additionally configure a WhatsApp ping and / or 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 URL at /forms/<slug>/ and an embeddable iframe. Use either or both.
Subscribe to the lead-form submission webhook event. WBIZ POSTs the signed payload to your endpoint with retries; from there, you push it into HubSpot, Salesforce, Zoho or any other CRM your team uses.
Yes — pair the form with an Automation that triggers on contact_created or on the opt-in event, and send a send_template action as the first response.
Yes — add a consent custom field. The submission is stored in WBIZ with the timestamp; data export and deletion endpoints are available aligned to GDPR / DPDP requests.