Purchase Solution

HTML statistics submit form with confirmation

Not what you're looking for?

Ask Custom Question

Develop a form using JavaScript that collects client body statistics and customer contact information for record keeping and marketing purposes.

Contact Information fields:
1. Name
2. Address*
3. Phone number*
4. E-mail

Body statistics fields:
1. Age
2. Gender
3. Height
4. Weight
5. Waist*
6. Blood Pressure*
7. Medication currently being taken*

Create an HTML page with a form for clients to submit their contact information and body statistics.
Create another HTML page that acknowledges receipt of the client information. This page will read: "Thank you for providing the information needed".

Purchase this Solution

Solution Summary

Solution contains two web forms - Contact.htm and Confirmation.htm, with some basic JavaScript code as per the given requirement. The web page contains two sections "Contact Info" and "Body Statistics" each with entry fields. Enter the data and press "Send" button. Validation will e performed at this point and if passed Confirmation page will appear.

Solution Preview

Please find attached the two web forms - Contact.htm and Confirmation.htm, with some basic JavaScript code as ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.