Question

I NEED SOME HELP WITH THIS PLEASE :)

1. Create a data entry form on one of your web pages for visitors who want to be added to your mailing list. Include one of e

0 0
Add a comment Improve this question Transcribed image text
Answer #1

<!-- html code -->

<html>
<head>
<title>
</title>
</head>
<body>

<form id ="mailList" action = " " method ="post">
<table border ="1" cellpadding ="2" cellspacing ="5" bordercolor ="Red" bgcolor ="Cyan" align ="center">
<caption> <h1>Form</h1> </Caption>
<tr>
<td> Enter Text: </td>
<td><input type ="text" id = "txtInputText" name = "txtInputText"> </td>
</tr>
<tr>
<td> Enter Telephone number: </td>
<td> <input type = "tel" id = "inputTel" name ="inputTel"></td>
</tr>
<tr>
<td> Enter Email Id</td>
<td> <input type ="email" id = "inputEmail" name = "inputEmail"></td>
</tr>
<tr>
<td>Select Date: </td>
<td><input type = "date" id = "inputDate" name = "inputDate"> </td>
</tr>
<tr>
<td> Select any one option</td>
<td><input type ="radio" id = "rd1" name = "rdGroup">Radio1</input>
<input type ="radio" id = "rd2" name = "rdGroup">Radio2</input>
<input type ="radio" id = "rd3" name = "rdGroup">Radio3</input>
</td>
</tr>
<tr>
<td> Select choices</td>
<td> <input type ="checkbox" id = "chk1" name ="chk1">checkBox1</input>
<input type ="checkbox" id = "chk2" name ="chk2">checkBox2</input>
<input type ="checkbox" id = "chk3" name ="chk3">checkBox3</input>
</td>
</tr>
<tr>
<td>Select option</td>
<td>
<select>
<option value="option1">Option1</option>
<option value="option2">Option2</option>
<option value="option3">Option3</option>
<option value="option4">Option4</option>
</select></td>
</tr>
<tr>
<td><input type = "submit" id = "btnSubmit" name = "btnSubmit">
</td>
<td><input type ="reset" id = "btnReset" name = "btnReset">
</td>
</tr>
</table>

</form>
<footer> Thanks for visiting our website</Footer>
</Body>

</html>

//output

en/OneDrive/Desktop/emailform.html Form Enter Text: Enter Telephone number: Enter Email Id Select Date: mm/dd/yyyy | Radio1 R

//If you need any help regarding this solution ......... please leave a comment ...... thanks..

Add a comment
Know the answer?
Add Answer to:
I NEED SOME HELP WITH THIS PLEASE :) 1. Create a data entry form on one...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • NEED HELP DIRECTIONS: Notice that there is one input area and two buttons There is a...

    NEED HELP DIRECTIONS: Notice that there is one input area and two buttons There is a place in the HTML reserved for < li > elements under the heading “Shopping List” Write a javascript program that will cause whatever the user inputs to be placed in a newly -created < li > tag and the tag placed inside the < ul > element whenever the user clicks the button Your program must not create any < li > tag is...

  • PHP Create an HTML Form that asks for a series of personal information from the user,...

    PHP Create an HTML Form that asks for a series of personal information from the user, and once the user presses the [SUBMIT] button, sends the data to a PHP script that generates HTML code displaying the data entered. The form should have the following fields: First Name (using the text input type) Last Name (using the text input type) E-mail Address (using the email input type) Phone Number (using the tel input type) Date of Birth (using the date...

  • Create an HTML5 page that contains a form to collect the following data. The text in...

    Create an HTML5 page that contains a form to collect the following data. The text in bold indicates the id value that should be assigned to each html control: Product (drop down list) product – iPad, iPhone 6S, Galaxy 5S, Moto X, and so on Quantity (number) quantity Unit price (number) unit_price Discount (%)(number) discount_rate Date (date)   order_date First Name (text box)   first_name Last Name (text box)   last_name Payment type (drop down list)   payment_type – Visa, Master, Discover, Amex, and...

  • Below is the code created for a previous assignment. I now need to create functions to...

    Below is the code created for a previous assignment. I now need to create functions to validate the name, age, and item selection in an external JavaScript file. Specifically, check for the following: The user has entered a name Age is a number between 18 and 110 An item is selected Ensure that a handler returns true if the input is acceptable and false otherwise. Add an onSubmit attribute to the form tag so that a validation failure prevents the...

  • 1.Buttons that can automatically be created using the type attribute are __________. A. submit B. reset...

    1.Buttons that can automatically be created using the type attribute are __________. A. submit B. reset C. submit and reset D. All buttons require the type attribute. 2. Which of the following are ways to submit form data? A. email B. to a server C. to a JavaScript program D. All of these are ways to submit form data. 3. When using a set of radio buttons, which attribute must be the same for all buttons in the set? A....

  • Hey Guys I am doing a project and need some help with code in HTML and...

    Hey Guys I am doing a project and need some help with code in HTML and PHP. I need a form made in HTML that can be sent to a specific email through PHP. For some reason the info is not getting sent to my email, even though it says that it was sent. I have some source code here: <?php if(isset($_POST['submit'])) { $name = $_POST['name']; $email = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $email = mail('MY_EMAIL', $subject, $message,...

  • Hello! I am to create a .js file that allows the paragraph on the bottom of...

    Hello! I am to create a .js file that allows the paragraph on the bottom of the page to update with what the user enters. I need to modify the given HTML to recognize the javascript file that I am to make from scratch. The HTML file and other details are below: Use the given HTML to add functionality to an interactive form that generates an invitation to volunteers for an event. The file will have the following invitation message...

  • <!DOCTYPE html> <html> <head> <!-- JavaScript 6th Edition Chapter 8 Hands-on Project 8-1 Author: Date:   ...

    <!DOCTYPE html> <html> <head> <!-- JavaScript 6th Edition Chapter 8 Hands-on Project 8-1 Author: Date:    Filename: index.htm --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>Hands-on Project 8-1</title> <link rel="stylesheet" href="styles.css" /> <script src="modernizr.custom.65897.js"></script> </head> <body> <header> <h1> Hands-on Project 8-1 </h1> </header> <article> <h2>New Account Information</h2> <form> <fieldset id="deliveryinfo"> <label for="fnameinput">First Name</label> <input type="text" id="fnameinput" name="fname" /> <label for="lnameinput">Last Name</label> <input type="text" id="lnameinput" name="lname" /> <label for="addrinput">Street Address</label> <input type="text" id="addrinput" name="address" /> <label for="cityinput">City</label> <input type="text" id="cityinput" name="city"...

  • Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on...

    Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on the client side before it is submitted to the server. It is done everywhere because it is fast and it gives you a great deal of flexibility in how you handle errors insofar as the GUI is concerned. Attached is an image of some code I wrote (so Blackboard can't mess it up). Some things to notice that will help you with the lab....

  • For this code below, I need to add the form information to mysql when I click...

    For this code below, I need to add the form information to mysql when I click on submit, at the same time when I click on submit I need to move to another page like Welcome.php WITH NOTE THAT THE ENTERED INFORMATION NOW ALREADY IN DATABASE how can I male that with my code below? THANKS ................................................................................................................................................   <form method="POST"> <div class="container">    <label for="fname"><b>First Name</b></label> <input type="text" placeholder="Enter First Name" name="fname" required> <label for="lname"><b>Last Name</b></label> <input type="text" placeholder="Enter Last Name"...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT