Question: Client - Side Programming - HTML Forms & Server - Side PHP processing [ 2 0 p ] Use HTML to create a contact form

Client-Side Programming - HTML Forms & Server-Side PHP processing
[20p] Use HTML to create a contact form where a user would fill the personal information with the option of saving it to a text file (see Fig. 1).
[10p] Create a "Thank you" page that the user gets to after successfully submitting the information (Fig.2).
Thanks for Registration!
Your information is:
Fig. 2 Dialogue window for the client
[10p] Create a page that lists all the contacts saved with links from the main page to it (Fig.3).
Existing contacts
First Name: John
Last Name: Smith
Address: 123 Abercorn St.
State: GA
Zip: 31419
Telephone: (912)123-4567
Email:
johnsmith@email.com
Return to the main page
Fig. 3 Dialogue window with existing contacts
[15p] Mandatory. All potential user input errors/mistakes MUST be processed with corresponding messages (you can do this with JavaScript or other HTML functions). Make sure you have at least 50 valid contacts in the file. Please make sure you comment and indent your code. A 10 points penalty will be assessed if comments are not available. While you are NOT allowed to cut/paste JavaScript code from the web, you may study code examples available on the web, as well as the ones discussed in our discussion forum. (HINT: HTML 5 also provides ways to check for user input errors).
Client - Side Programming - HTML Forms & Server -

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!