Oh no I am not trying to just copy and paste them. I am just a little behind with HTML. I figured the rest out to be how I wanted it to work. I made it so if the Cheese Only box is checked and...
Yes this works perfect, but only if I select a topping first and THEN select Cheese Only. If I select Cheese Only first and then another topping, it still allows the user to submit the order.
Yeah the above code works, but could you show me how to make it so the alert pops up ONLY if there are other checkboxes checked and it also makes them unchecked? I know it is annoying but I wanted to...
Awesome, it works now. Thank you so much. Do you know how to make it so if I check "cheese only" it checks to make sure no other checkboxes are checked, and if they are, it displays an alert box and...
Only one more question, thank you so much for helping me. How do I get the Clear button to reset the TextArea also? It clears the whole form but it leaves the text area with all the text still.
Hello, I am trying to make a basic pizza order form and I am stuck. I want to be able to display the pizza size, toppings, and total price based on what the user checks in the check boxes and radio...