This is a simple html form using javascript, css, html created as an internship assignment.
Form is having the following fields
- Name
- Age
- Weight
- Email Id
- Upload Health Report (use a sample pdf file)
- Submit Button
Also has a simple php-mysql code to insert user details and pdf file into the database. And a second php code to fetch user health report(pdf file) on the basis of email id.