A single-use form for collecting a full athlete profile up front.
An AthleteIntakeLink is a single-use URL that walks a new athlete through a structured profile form. The fields are configurable but typically cover:
Each link is good for one submission and expires.
Use the intake link when:
Use a join link instead for groups where a long intake form would slow signup down.
They see the form at /intake/<token>/ (no login required) and can
save a draft to finish later. On submit, they are prompted to set
a password, the athlete record is created, and they are added to
your roster automatically.
The intake answers are stored on an AthleteIntake record and are viewable on the athlete's profile page. You can edit or add to them later if facts change.
Still stuck? Ask us a question and we'll write up an answer.
Ask a question