Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this is related to web application development and should be done in notepad++. then/ Based on the following form: -Contact information First Name: Middle/Initial Last

this is related to web application development and should be done in notepad++.

image text in transcribed

then/

image text in transcribed

Based on the following form: -Contact information First Name: Middle/Initial Last Name E-mail: Phone: Message Reason: Other Message: Send Clear 1) Recreate the form with HTML and CSS a) Feel free to add a colour scheme or other suitable fonts, etc. b) The form must look exactly as the template provided above. c) Next to the Reason you find a select control. The options are: "Info reques", 0 5 "Feedback" and "Other". The input text element following the reasons for contact is only visible when Other is selected and hidden for all other options d) The form must to be sent to "fakeFormCheck.php" using post. e) Use type button for "Send" an "Clear" Validate the form with JavaScript before sending it a) Validation happens when "Send" is clicked b) You will generate an error message and display it through and alert if the validation fails c) All required fields start with asterisk. They cannot be empty. While attempting to submit 6 with empty mandatory fields, change the text colour of those items (their labels) to red d) "Clear" removes the values of all the elements in the form. Likewise, it removes all formatting added by errors e) E-mail validation includes i Contains @ i) Ends with XX or .XXX where X is a valid alphabetic character ii) E-mails are not case sensitive Once the validation is completed and everything is correct, your validation function executes the submission. 2 f)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago