1. Two-Page Intake Form
Office AdministratorBackground
Need a clean, professional intake form for new clients that includes personal details and a signature.
Problem
Manual document creation is inconsistent and time-consuming.
How to use
Input the form structure into the Layout JSON field, ensuring the signature field is included on the second page.
[{"title": "Application Form - Page 1", "sections": [{"title": "Personal Information", "fields": [{"type": "text", "label": "Full Name", "required": true}, {"type": "text", "label": "Email", "required": true}]}, {"title": "Preferences", "fields": [{"type": "checkbox", "label": "Subscribe to newsletter"}]}]}, {"title": "Application Form - Page 2", "sections": [{"title": "Comments", "fields": [{"type": "signature", "label": "Applicant Signature", "required": true}]}]}]Outcome
A two-page PDF document with clearly defined sections and a signature line, ready for printing.