Application Forms
Build public intake forms so prospective hosts can apply per platform.
Application forms are your public top-of-funnel. Each form is tied to a platform and lives at a public URL — no login required for applicants.
Creating a form #
Create a form under the Forms area and give it a slug. It's then reachable at:
/{subdomain}/apply/{slug}
Add as many questions as you need. Each question has a type (text, choice, etc.) and can be required or optional. Reorder questions to control how the form reads.
Sharing it #
Share the public URL anywhere — your link-in-bio, ads, recruiters. The form is a Livewire page that renders in the applicant's language where available.
Per-form analytics #
Each form tracks its own conversion funnel: total, pending, accepted, and rejected counts, plus a conversion rate. Use this to compare sources and campaigns.
What happens on submit #
A submission creates an Application record in your queue. Nothing is created on the talent side yet — you review and decide first. See Reviewing Applications.
Recruiter attribution #
A form can be associated with a recruiter so that hosts hired through it are credited to that recruiter for commission and reporting.