Question

Can anyone help me how to create this form and if possible how to use jqueryValidation.org plug-in against this form to validate user input. Thank you for your time.

Assignment - SecurityAnswers.html Using the jqueryValidation.org plug-in, complete the form submission function to perform the following validations. All error messages should appear AFTER its respective form field. Use the GET method to transmit the form to formProcessor.html Make sure that the Secret Word field has data entered into it. If nothing is selected display an alert message that says Please enter a Secret Word. Make sure an item from the drop down list is selected. If nothing is selected display an alert message that says Please select a Secret Word Category 1. 2. . Make sure at least one favorite food is selected. If nothing is selected display an alert message that says Please select your Favorite Food Set your security answers. This information will be used to verify your identity, should you later have a problem logging into your account. Secret Word Category: First school attended Secret Word What pet(s) do you like? Cats Dogs FishD Goats D What is your favorite food? Fish O Beef Chicken O Pork Vegetarian Update My Record Reset Entries Test your work. Fix any bugs. Use the debugger.

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

<html>

<head>

<title> Security Answers </title>

</head>

  

<body>

<!-- Creates a Form -->

<form action = "/validation.php">

<h1> Set your security answers. </h1>

<p> This information will be used to verify your identity, should you later have a problem

logging into your account. </p>

<!-- Creates a List box -->

<p> Secret Word Category:

<select name = "secrect">

<option value = "school">First School Attended</option>

<option value = "actor">Favorite Actor</option>

<option value = "game" selected>Favorite Game</option>

</select>

</p>

<p>

<!-- Creates a Text box -->

Secret Word: <input type = "text" name = "secretWord">

</p>

<p>

<!-- Creates a Check box -->

What Pet(s) do your like?

<input type = "checkbox" name = "animal1" value = "Cat"> Cats

<input type = "checkbox" name = "animal2" value = "Dog"> Dogs

<input type = "checkbox" name = "animal2" value = "Fish"> Fish

<input type = "checkbox" name = "animal2" value = "Goats"> Goats

</p>

<p>

<!-- Creates a Radio button -->

What is your favorite food?

<input type = "radio" name = "food" value = "Beef"> Beef

<input type = "radio" name = "food" value = "Chicken"> Chicken

<input type = "radio" name = "food" value = "Pork"> Pork

<input type = "radio" name = "food" value = "Vegetaroan"> Vegetaroan

</p>

</form>

</body>

</html>

Sample Output:

Set your security answers. This information will be used to verify your identity, should you later have a problem logging int

Add a comment
Know the answer?
Add Answer to:
Can anyone help me how to create this form and if possible how to use jqueryValidation.org...
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
  • Develop an HTML form that could be used to enter your book information (Books, Authors, and...

    Develop an HTML form that could be used to enter your book information (Books, Authors, and Publishers) start with the HTML/JavaScript template provided Expand upon it! What field information would you enter into a system? Have your form use more then just character text fields ... radio buttons, pick lists, and other elements make your form easier to use and you don't need to do lots of JavaScript checks. What fields would be mandatory ... which could be left blank?...

  • How can help me to create this program? PartADriver public class PartADriver {    public static...

    How can help me to create this program? PartADriver public class PartADriver {    public static void main (String [] args)    { // create two martians Martian m1 = new Martian(); Martian m2 = new Martian("Grey", 3); // display both martians Output.showMessage("After instantiation.\n" + "Martian #1: " + m1.toString() + "\nMartian #2: " + m2.toString()); // make the first martian speak 3 times for (int count = 0; count < 3; count++)    m1.speak(); // make the second martian...

  • Can somebody help me with Java programming? please be brief and explain the process and carefully...

    Can somebody help me with Java programming? please be brief and explain the process and carefully follow the step by step instruction. Thanks Homework 12.1 - Write a program that generates five random sentences (like mad libs), prints them to a file, then reads in the sentences and prints them to the console. Start by creating four string arrays for nouns, verbs, colors, and places. They should store at least 5 of each type of word. You can have more...

  • 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....

  • Additional code needed: PartA: BurgerOrder class (1 point) Objective: Create a new class that represents an...

    Additional code needed: PartA: BurgerOrder class (1 point) Objective: Create a new class that represents an order at a fast-food burger joint. This class will be used in Part B, when we work with a list of orders. As vou work through this part and Part B, draw a UML diagram of each class in using the UML drawing tool 1) Create a new Lab5TestProject project in Netbeans, right-click on the lab5testproject package and select New>Java Class 2) Call your...

  • he Dilemma The story of Phar-Mor shows how quickly a company that built its earnings on...

    he Dilemma The story of Phar-Mor shows how quickly a company that built its earnings on fraudulent transactions can dissolve like an Alka-Seltzer. One day, Stan Cherelstein, the controller of Phar-Mor, discovered cabinets stuffed with held checks totaling $10 million. Phar-Mor couldn’t release the checks to vendors because it did not have enough cash in the bank to cover the amount. Cherelstein wondered what he should do. Background Phar-Mor was a chain of discount drugstores, based in Youngstown, Ohio, and...

  • Please read the article and answer about questions. You and the Law Business and law are...

    Please read the article and answer about questions. You and the Law Business and law are inseparable. For B-Money, the two predictably merged when he was negotiat- ing a deal for his tracks. At other times, the merger is unpredictable, like when your business faces an unexpected auto accident, product recall, or government regulation change. In either type of situation, when business owners know the law, they can better protect themselves and sometimes even avoid the problems completely. This chapter...

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