Using Hidden Fields

In this lesson, we will learn how to make use of hidden fields in html.

You can set the type of an <input> element to “hidden”, to provide a form field that is never shown to the user. Of course, you should set the value of such a field either to a static value in the markup or from a script.

In the upcoming exercise, you’ll use a hidden field to allow sending a return URL data.

Get hands-on with 1200+ tech skills courses.