Lead forms — /tools/lead-form
Public form: /f/{slug}
Submit: POST /f/{slug}/submit
Admin: /admin/lead-forms, submissions, /admin/leads
Must be logged in to create/list forms. Autosave is on.
How it works
- Create or select a form.
- Settings: title, description, theme color (hex), success message, optional redirect URL after submit, active flag.
- Fields you can add:
| Field | Input |
|---|---|
| Full name | text |
| Phone | tel |
| Company | text |
| Custom message | textarea |
Reorder and remove fields in the list. Preview in the builder.
- Save form. View form opens
/f/{slug}. View leads opens submissions for that form. - Stats: views, submissions, conversion rate.
Setup
Create one form per campaign (webinar-2026). Point landing CTA buttons at /f/webinar-2026. Export CSV from the form or admin leads export.
Link-in-bio widget
On a bio page, enable lead capture (email only or name+email). Those posts hit POST /leads and still appear in the admin inbox.
Authenticated lead list
/leads (auth) lists the current user’s leads; /leads/export downloads them.
Follow up by changing status in admin where the UI provides it, then export to a CRM.
← All ProfileSuite – Digital Business Card, Bio Link & Lead Capture Platform documentation