Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 10: Utilizing Forms with JavaScript!

Instruction

Hidden Content

Another original text control is the hidden input type. This is used to create a form control that is invisible to the user, but is still sent to the server along with the rest of the form data once submitted — for example, you might want to submit a timestamp to the server stating when an order was placed. Because it is hidden, the user cannot see nor intentionally edit the value, it will ...