Create the source code Creating a simple form. In this assignment you will creat
ID: 1135909 • Letter: C
Question
Create the source code
Creating a simple form. In this assignment you will create two files. Simpleform.html and simpleform.php 1. Create a contact Us Page: You will create page that customers can use to contact your company. This page will ask information about your customers and will have the ability submit the form. On this form, include fields for the following information: i. ii. iii. iv. v. Drop down menu for common titles Mr. Mrs. and Ms. Name: Email Address: Phone Number: 3 Radio buttons that ask the customer how they found your paqe, either by 1. Search 2. Direct Link 3. Friend vi. Comment BoxExplanation / Answer
Mr. <input type="radio" name="title" value ="Mr."/>
Mrs. <input type="radio" name="title" value="Mrs."/>
Ms. <input type="radio" name="title" value="Ms."/> <br/>
Name: <input type="text" name="name" Size ="20"/> <br/>
Email Address : < input type ="text" name="email" size ="20"/> <br/>
Phone number : < input type = "text" name ="phone number" size ="15"/>. <br/>
Vi) Comment : <textareaname="comment". rows="3" cols="30"> </textareaname> . <br/>
V) Radio button : <input type="text" name="radio">
<Input type="text" name =" search">
<Input type="text" name="Direct Link">
<Input type="text" name="Friend">
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.