HTML forms are used to pass data to a server. A form is essentially a container that can be used to hold any amount of any subset of several types of data.

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

jQuery mobile form submit is reloading instead of loading new page

I have a simple form, it only asks for the user's name which appears 'first' on my jQuery mobile app, the idea is that they'll enter their username (then authenticate for further use using cookies, or ...
0
votes
1answer
10 views

Dynamically add field in JSP

I have a simple jsp form for users to enter their info but I need a way for them to dynamically add a field for additional emails and preferred location that will then be submitted to the servlet. ...
0
votes
0answers
11 views

Checkbox values to varchar via Spring

I am trying to get a varchar message from a database to display the selected values of a checkbox field in a jsp for patient's medication's dosage frequency. The possible values will be saved in ...
1
vote
1answer
40 views

How Can I Get Variables from $_POST if HTML Form Uses an Array?

How can I get the variables from $_POST if I used an array in the html form? I know this isn't correct, but it's my best guess: $item = $_POST[$key]; $price = $_POST[$value]; <?php // array ...
0
votes
0answers
7 views

Capybara form with multiple: true getting sent the wrong value

I'm using capybara 2.1.0 and have a form with multiple: true (allowing me to upload multiple files). The site works fine in browsers, but capybara has a problem in that the field is being submitted ...
0
votes
1answer
10 views

How to set window position in VB when window is not visible?

Usually I write in C#, but today im fighting with VB. I have code like this: FormTest.Left = 1000 If FormTest.Visible Then FormTest.BringToFront() Else FormTest.Show() End If It doesn't ...
0
votes
1answer
16 views

Change form value before Codeignighter Form Validation

I have form data posted by client, I want to manipulate one of the forms value before I run it through $this->form_validation->run(). Is this possible i.e something like; //Get user form ...
0
votes
0answers
4 views

Google form script: Sending a link to execute the script

These days I have written a google script to create a dynamic form, dynamic because each time we run the script, the choices are varying. Now that my form is nearly finished, I would have liked to ...
0
votes
1answer
18 views

Submitting form whilst avoiding details and including list

This might be hard to explain, but I have an input field which is designed to add "responsibilities" to a list when the add button is clicked. This works fine. This can be seen here: ...
-2
votes
5answers
25 views

How to pass parameter from template to a view django

I want to pass a dropdown variable from the template to a function when i click submit button #models.py :- class donnee(models.Model): name = models.CharField(_('name'), max_length= ...
0
votes
4answers
58 views

Jquery adding items to a list without reloading page

I'm pretty stuck on how this should be achieved, mostly down to my lack of javascript knowledge. This is the code I'm looking at: http://jsfiddle.net/spadez/VrGau/ What I'm trying to do is have it ...
0
votes
1answer
23 views

Unknown issue with insert statment

I have a sub form with staff records on it within a main form. I am trying to allow the user to select a record from the sub form and add it to a table, here is my code which, to me, looks correct. ...
0
votes
0answers
13 views

Extjs How to send data from form to MVC3 controller?

OK so I have problem with sending data from my form to controller action Its looks like this My controller Action [HttpPost] public ActionResult Create(ProductsType products) { try { ...
0
votes
2answers
17 views

rails form submit alternate strings for new and edit

I am using the form_for helper to produce the edit and new form for a model in one go. The submit presents different strings (e.g. Create Model). However I need these strings to be in German along ...
0
votes
0answers
23 views

Class Initialization in Form load with delegate

I want only to initialize the class Test in Form1()! If i start the program with the code below the constructor Test in Class Test is called. Test in Class test is a funcion which reflects back to ...

1 2 3 4 5 2088
15 30 50 per page