
Dashboard — see your plan, generated forms, and quick-start callout
Stop spending hours building intake forms. FormIQ generates a complete, AHPRA-compliant patient intake form for your specialty in under 60 seconds.
Allied health practitioners across Australia spend 3–5 hours a week manually building, updating, and maintaining patient intake forms. FormIQ eliminates that entirely. Tell it your specialty — psychology, physiotherapy, occupational therapy, speech pathology, dietetics, social work — and it returns a complete, ready-to-use intake form that meets Australian privacy and AHPRA documentation standards.
FormIQ connects your WordPress site to an AI form-generation engine purpose-built for allied health. You select your specialty, add any custom instructions (e.g. “include a K10 scale” or “add Medicare and DVA number fields”), and the AI builds your form in under 60 seconds.
Every generated form includes:
FormIQ isn’t a generic form builder. It knows the difference between a psychology intake and a physiotherapy intake. Each form is generated from a model that understands the specific information requirements, clinical screening tools, and consent language relevant to each allied health discipline.
All generated forms include a compliance check against Australian Privacy Principle 3 (collection of solicited personal information) and AHPRA’s patient record guidelines. Forms that pass the check are flagged AHPRA ✓. Forms that require review are flagged accordingly, with notes on what to check.
Note: FormIQ assists with form structure and compliance guidance. It does not replace legal or clinical advice. Always review generated forms before use in your practice.
FormIQ sends form generation requests (specialty + custom instructions) to the FormIQ API hosted on Google Cloud (australia-southeast1 region). No patient data is ever sent to the API. Full privacy policy: https://formiq.cchk.info/privacy
The free plan includes form generation for all allied health specialties. The Pro plan adds:
Upgrade at https://formiq.cchk.info/pricing
The compiled JavaScript in build/formiq.js is produced from human-readable React/TypeScript source files. All source files are included in this plugin zip:
src/ — React/TypeScript source componentsvite.config.ts — Vite build configurationtsconfig.json — TypeScript configurationpackage.json — npm dependencies and build scriptsTo build from source:
npm installnpm run buildThis produces build/formiq.js and build/formiq.css using Vite.