Dynamic Form Builder
Design customized intake questionnaires, ADHD pre-assessments, clinician mentorship applications, and feedback forms. Drag input components directly onto the canvas.
Input Types Palette
Click or DragDrag an input type into the form canvas, or click any component to add it immediately.
Form Configuration
New Clinical Survey / Form
Reorder questions using the handles. Configure titles, required flags, and choices.
New Clinical Survey / Form
A custom form created by Sky Steele.
Embed & Share Custom Form
Use these codes to integrate this form into client intake pages, forum announcements, or emails.
<?php
require_once __DIR__ . '/components/DynamicFormBuilder.php';
$form = getCustomFormBySlug('new-assessment-form');
if ($form) {
echo DynamicFormBuilder::renderForm($form, 'process_form.php', 'Submit Assessment');
}
?>