Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Hidden Field is a standard HTML Input element. Unlike Text Field, Hidden Field does not show up on the page, hidden away from the user. It is typically used to pass/set temporary or session-based information.

...