Web Census Form & PDF

Заказчик: AI | Опубликовано: 09.01.2026

I’m putting together a small population census and need a clean, responsive web form that gathers seven fields—name, age, gender, address, contact number, occupation and education level—then turns every submission into a downloadable PDF. Here’s the flow I have in mind: • A user opens the page on any browser, fills out the form and sees real-time validation: numbers where numbers belong, text where text belongs, correct gender selection and a properly formatted phone number. • On successful submit, the data saves to a lightweight database and a nicely styled PDF is generated automatically; the user can download it right away. • In the background I need an admin view where I can list all entries and grab individual PDFs or a bulk export whenever I want. Keep the tech stack simple—plain PHP, Node, or even a lightweight Python backend is fine as long as it runs on standard shared hosting. Use common libraries such as jsPDF, TCPDF or similar for the PDF generation; no paid dependencies, please. I’ll consider the job complete when I can deploy your code, submit a test record, and receive a correctly formatted PDF without any validation errors.