Using Hidden Fields
In this lesson, we will learn how to make use of hidden fields in html.
We'll cover the following...
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.
Exercise: Using hidden fields
...Access this course and 1400+ top-rated courses and projects.