Tagged Questions
The hidden-fields tag has no wiki summary.
8
votes
1answer
3k views
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 for a particular value on my Model, the problem is that for some reason the value set on the ...
5
votes
7answers
1k views
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 written to use a lot of hidden fields and the data values from the visible fields sent back and ...
4
votes
10answers
3k views
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, addresses, date of birth' information in hidden fields but is it OK to use ...
3
votes
2answers
852 views
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 are modified dynamically using client side JavaScript. Posting the form, inspecting the values ...
3
votes
4answers
8k views
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 is a sample code that explains the problem. If I keep the input type to "text", it works without ...
2
votes
1answer
98 views
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 validation rules, doesn't work...
Here's the code:
<script ...
2
votes
2answers
270 views
HTML - Will browsers autofill hidden fields?
My site suffers from a lot of spam bots. If I have the login form:
<input name="username" type="hidden" />
<input name="password" type="hidden" />
<input name="hidden_1" type="text" ...
2
votes
1answer
571 views
use of hidden field for checkboxes in cakePHP
What is the use of hidden fields for checkbox in cakePHP??
1
vote
1answer
13 views
multiple text fields using same ID - html hidden fields
I kinda get confused with using IDs. Can I use this code to add a hidden field? Where I'm using the same ID for the hidden field that I use in the "course" text field?
<div class="form-item ...
1
vote
5answers
51 views
ASP NET MVC 3: Form doesn't POST due to a required hidden field
I want to submit a form, but the button isn't clickable. After some search I found out that this is due to the jquery validation that ASP.NET MVC has for required fields.
For some weird reason ASP ...
1
vote
2answers
108 views
Why do hidden fields produce hashes?
My Hidden Field:
- @calc.results.each do |k, v|
= hidden_field :calc_result, :value => "#{k[:total_interest]}"
Which returns :
"calc_result"=>
{"value214.14"=>"",
...
How can I write ...
1
vote
1answer
283 views
C# Parsing hidden fields with the HTML Agility Pack
I need to write an application for a friends site which parses hidden fields. I've downloaded the Html Agility Pack library, but I'm kinda confused because there are not really any examples. The HTML ...
0
votes
1answer
369 views
Trouble setting and retrieving value of hidden input fields of iframe
I am having trouble either to set or retrieve the hidden input fields information of iframe.
On the initial page, I click on "Submit" button to activate showBox function and pass three parameters, ...
0
votes
2answers
298 views
Using html hidden fields for storing temporary data
I'm plotting a graph using javascript flot library. When hovering or clicking i need to show more information. To do this, i'll need some more info. But flot will give me only the ( x, y ) ...
0
votes
2answers
869 views
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 a hidden field tag.
As of now my code is:
<%= hidden_field_tag "article_ids", ...
0
votes
2answers
898 views
MS Dynamics CRM 4.0 - onChange event error
I have an onChange event that keeps bringing up the error below whenever I preview it.
'Object doesnt support this property or method'
I have the onChange event associated with a picklist and when a ...
0
votes
2answers
667 views
IE doesn't find hidden-field values created with JS
I have a page with a few hidden fields in it. Those get filled with values by a script (JS/jQuery) when the user has finished selecting a couple of options.
Now, if I click a link on that page, go to ...
0
votes
1answer
642 views
(rails) hidden form elements not giving values to controller
I have the following form:
<% form_for(:tag, :url => {:action => "post_tag", :id => @photoID}) do |form| %>
<%= error_messages_for(:tag) %>
<% if @errors then %>
...
0
votes
0answers
386 views
Nested attributes and hidden_field_tag
Hi
I have a form with several nested forms (only two level) and I need to pass hidden_fields on the form and then to the nested model.
I can not seem to get the nested models to received the hidden ...
0
votes
2answers
376 views
Ejecting a hidden volume
I was having a problem with the script that creates my installer for macosx not working and I discovered it was because it was creating a folder called /Volumes/myinstaller 1 instead of ...