Dashboard
Your intake form activity
Recent Activity
Send Intake Form
Generate a unique personalised link for a client
Client Details
My Clients
Manage your client list and form status
Submissions
View completed intake forms
Practitioners
Manage practitioner accounts, branding and email routing
New Practitioner
Settings
Configure your account and EmailJS integration
๐ง EmailJS Configuration
These values go into shared.js โ open the file and paste your values at the top.
// In shared.js, update these three values:
const EMAILJS_CONFIG = {
publicKey: "YOUR_PUBLIC_KEY",
serviceId: "YOUR_SERVICE_ID",
templateId: "YOUR_TEMPLATE_ID"
};
๐ Base Form URL
The URL where your form files are hosted.
Adult link:
Child link:
https://ctd-intake.pages.dev/form.html?prac=SLUGChild link:
https://ctd-intake.pages.dev/form-child.html?prac=SLUG
