Top "Hidden-fields" questions

An HTML Input element that users do not see or interact with.

Set value of hidden field in a form using jQuery's ".val()" doesn't work

I've been trying to set the value of a hidden field in a form using jQuery, but without success. Here …

jquery set hidden-fields
ASP.Net MVC Html.HiddenFor with wrong value

I'm using MVC 3 in my project, and I'm seeing a very strange behavior. I'm trying to create a hidden field …

asp.net-mvc asp.net-mvc-3 hidden-fields html.hiddenfor
Why are hidden fields used?

I have always seen a lot of hidden fields used in web applications. I have worked with code which is …

asp.net hidden-fields
Web security, are there issues with hidden fields (no sensitive data)?

I was having a discussion with coworkers. We have to implement some security standards. We know not to store 'sensitive, …

html security hidden-fields
Chrome doesn't cache hidden form field values for use in browser history

I have a ASP.Net web form that contains both text box fields and hidden fields. The hidden field values …

google-chrome browser-history hidden-fields back-button
Passing an array through a hidden_field_tag in Rails

I did find this question on SO, but it didn't help, really. So, I'd like to pass an array through …

ruby-on-rails arrays parameters hidden-fields
jquery validator - Validating visible elements only

I have a radiobutton that hides/shows a div. All visible elements are "required", but adding ignore: ":hidden" after the …

jquery validation hidden-fields