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)

4
votes
0answers
50 views

Nesting Fieldsets under Radio or Checkbox items: Zend Framework 2

I would like to create a fieldset under each radio/checkbox item. e.g Which animals do you like: [x] Cats [Fieldset of cat related questions] [ ] Dogs [Fieldset of dog related ...
3
votes
0answers
192 views

Wicket form “ServletRequest does not contain multipart content”

I have a wicket form that has a file upload box on it. Sometimes this file upload box is hidden because the user isn't required to attach documentation. I have called setMultiPart(true) on the form ...
3
votes
0answers
180 views

How to implement CRUD page in Alfresco Share with forms engine

I'm trying to find out the best way for using the forms engine within a CRUD functionality, providing the best user experience as possible. I have created a custom Share page which will be used as ...
3
votes
0answers
44 views

Automatically adding email addresses from Form to Contact Group

I am in charge of an upcoming student conference and have created a registration form on Google Drive where one of the 'questions' asked was of the email address of the registrant. In Google Drive all ...
3
votes
0answers
24 views

Query URI service and return value to form field

I would like to have a form field that when filled returns the information that the specific company name is available for registration or not. I have checked companies house website and they have ...
3
votes
0answers
229 views

Chrome Breaks Form by Persisting Drop Down List Selection on Back Button

Page A has a dropdownlist of shipping methods. User makes a selection and clicks next. Page B allows them to change their shipping address, which changes their shipping methods. User clicks back ...
3
votes
0answers
564 views

Rails3: Nested form doesn't save because id

The two Models (Step contains "accepts_nested_attributes_for") : class Step < ActiveRecord::Base has_many :statements accepts_nested_attributes_for :statements end class Statement < ...
3
votes
0answers
190 views

Nested Attributes not Working in Rails Form

I have a form that uses two models - badge and badge winners. The user_id and community_id fields are needed for badge_winners which is nested in badges. I was trying to learn from Ryan Bates' ...
3
votes
0answers
169 views

Android tablet - Tabbing through input fields not does not work in forms within iframe

I built an HTML page with a form on it, and I'm embedding that page in an iframe. When navigating to the form page (without viewing through the iframe) on a Motorola Xoom, tabbing though the input ...
3
votes
0answers
539 views

python get uploaded file stream (multipart/form-data)

I'm currently trying to figure out how to get the stream of an uploaded file. I want to receive the file live and send it to a seperate file server. Python receive files like PHP, doesn't it? I get ...
3
votes
0answers
944 views

How can I set a custom PropertyEditorSupport.setAsText(String) for spring's form select list?

I have a spring form. The form contains a select list that is bound to an enum type. I have also added a "choose" option to the select list that isn't represented in the enum. I have seen some ...
2
votes
0answers
72 views

div call to javascript stops working after styling table

I have a javascript that uses div to call a php file. This has normally been working ok. I was working on the appearance of my webpage by adding styles to my table and this seems to have broken the ...
2
votes
0answers
32 views

Close Modeless Userform

How do I close a modeless form when a user clicks outside the form's window in Word VBA? UserForm_Deactivate does not get invoked when I click outside the modeless form. It only get invoked when I ...
2
votes
0answers
106 views

Chrome tracks 2 history entries even when submitting a PRG-based form

Chrome tracks TWO history entries - instead of only ONE - when submitting a form that implements "Post + Same Page Redirect + Get" method. The steps that demonstrate this strange behaviour. 1 - I ...
2
votes
0answers
100 views

Alternative to Response.Redirect in Webmatrix

I am writing a check list for mechanics so everything uses radio buttons and pull down menus (blah!). There could be over 50 items so passing values in the url would be messy. If I send the form with ...
2
votes
0answers
98 views

Best practice to implement a form in javascript

I'm wondering about the most efficient, safe and smart way to code a complex form in javascript. Often a user form can be very complex with a lot of different states, complex checks and so on, and to ...
2
votes
0answers
74 views

MSXML2.ServerHTTP in Coldfusion 8 fails to post data

In trying to work around the buggy <cfhttp> SSL implementation, I switched to using COM and MSXML2.ServerHTTP directly. Unfortunately the POST data fails to arrive at the destination page. GET ...
2
votes
0answers
268 views

ZF2 - Form created by factory call needs url parameter passing to service

I've got a form in a zf2 CMS application with a standard select list populated by a service and a bespoke form element also populated by a service, the form is setup using a factory call in ...
2
votes
0answers
132 views

How to get a bookmarklet to pop up a form that submits URL and Title to DB plus comments

I have a bookmarklet implemented that when clicked sends the URL and Title to a DB. I would like a form to pop up first that has a field to add comments, a field for editing the page title, and a drop ...
2
votes
0answers
74 views

access couchdb form with couchdbkit in django

I was able to reproduce successfully the greeting example from couchdbkit form django extension However, I essentially replicated the same example to work with an existing couchdb data base called ...
2
votes
0answers
61 views

Yesod custom field of type [Double]

I want to create a custom field in Yesod that is a text field with a JSON array of doubles. However I keep getting type errors. My current attempt is: doubleListField :: RenderMessage master ...
2
votes
0answers
80 views

Detect Form.Icon change in .NET

I'm trying to detect when a Form's Icon property is modified. Currently I override the WndProc and handles the WM_SETICON message to do this. This is intrusive and I would prefer a non-intrusive ...
2
votes
0answers
46 views

Recalling previous user's information for form autofill

I have this form a user completes and their information is transferred to the next landing page's form for lead generation so they don't have to refill another form. is there anyway to have the ...
2
votes
0answers
109 views

Symfony2: Adding a collection based on a table-inheritance structure to a FormView

I am working on a Symfony2/Doctrine app which uses class-table-inheritance (http://docs.doctrine-project.org/en/2.0.x/reference/inheritance-mapping.html#class-table-inheritance) to manage Complaints ...
2
votes
0answers
199 views

Submit a form with Java (POST)

I'm trying to submit a form to a certain website from Java (over HTTP), but when reading the response I don't see what I expected. What exactly I do: first of all, I open the website in a browser, ...
2
votes
0answers
121 views

HtmlUnit shows the same page with filled in fields but does not proceed to the next page

I am trying to submit a form using HtmlUnit, but unfortunately after trying out almost everything I get the same page with filled in fields. I expect another page with a table full of information that ...
2
votes
0answers
84 views

Building an advanced form in iOS

I have a master/detail setup in XCode 4, which is essentially a multipart form with the essential items in the master view, and other items that can be added as needed. What I want to do is have each ...
2
votes
0answers
531 views

Gravity forms plugin - dynamically populating form field isn't working

I'm having some problems with my Gravity Forms form. It's a multi page form, and I need to populate a field on page 2 using post values from page 1. But it's not working. Of course the field on page 2 ...
2
votes
0answers
99 views

Embedding Form Filter on Multiple Fields

I'm trying to create a search on two related tables on multiple fields. I'm embedding the form filters everything renders fine. When I'm trying to validate the form(s), the form fails to execute ...
2
votes
0answers
248 views

wicket issue on nested forms when use FileUpload

i wrote a panel in wicket that let me upload a file and it totally works. but when i place that panel in an other form (wicket:id="outerForm"), and upload a file, it throws an exception from ...
2
votes
0answers
37 views

ajax form process then page submit after 3-5 seconds

$("#sub").click( function() { $.post( $("#added_user").attr("action"), $("#added_user :input").serializeArray(), function(info){ $("#result").html(info); }); clearInput(); }); ...
2
votes
0answers
180 views

File upload not working if the form link on Gmail is accessed on IE 9

My application sends email to users with a link to the application page where the user can upload a file for a business requirement. If the email is sent to a gmail id and when the user open the email ...
2
votes
0answers
2k views

Spring MVC form:select Not returning Object in POST opperation

I have a question regarding retrieving an object from a list that has been used to populate a select form. Controller: @RequestMapping(value="listStaffMembers", method=RequestMethod.GET) public ...
2
votes
0answers
399 views

Dynamic Fields ModelForms Django

I am trying to figure out how to dynamically change a ModelForm field based on the input from a previous field. For example, if I have these kinds of models: class Phone(models.Model): name = ...
2
votes
0answers
36 views

return specific values from youtube

I am trying to write a small function that will allow a user to submit a specific youtube channel url, and then return the number of views on the channel. Anyobne have any ideas? <!DOCTYPE ...
2
votes
0answers
1k views

ckeditor image align center customization

After researching at least a dozen threads on image centering in regards to ckeditor I wanted to post what I am using for one of our company applications and see if any other geeks have tips or ...
2
votes
0answers
364 views

Sencha Touch 2: Loading pushed data into form

I got some problems loading data into a form which I pushed onSelect. (loading details for a specific list item) onProductSelect: function(_dataView, _record) { Ext.getCmp('products').push({ ...
2
votes
0answers
205 views

struts2 input iteration

Im using struts2 with freemarker template and i want to iterate over inputs and save them in search criteria. In my action i have private SearchCriteria criteria. with method setCriteria and get ...
2
votes
0answers
695 views

Validate a number field in symfony2

I have the following situation: In my FormType class: ... $builder->add('fieldToValidate', 'number', array('required' => false)) ... In the model class: ... use ...
2
votes
0answers
220 views

Multiple Rails submit buttons in one Form (one remote)

Is there any way to add two submit buttons in one Form and one of the request should be remote? I mean without using extra JS. My question is related to Rails: Multi-submit buttons in one Form, but ...
2
votes
0answers
317 views

Getting a grip on iOS and Android soft keyboard from HTML or Javascript

In brief: Is there any way to get the 'Go' button in the iOS and Android softkeyboard to trigger a submit event that has been defined with Javascript (jQueryMobile) and that is not represented as the ...
2
votes
0answers
670 views

How do I insert a django form in twitter bootstrap modal window?

I am trying to display a django form within a twitter bootstrap modal window but with no luck. I am fairly new to javascript, bootstrap and django. So far the modal window is launching OK but the ...
2
votes
0answers
884 views

Getting a Google Form in an IFrame with Auto Height

So I have a form that I built with Google Docs because it seemed easier than going from scratch. I've gotten this to work by copy-pasting the code from google's page to one on my domain. I managed to ...
2
votes
0answers
492 views

Ajax.Updater POST params not transmitted by Firefox

I am debugging code written by someone else - I am also a newbie at Ajax and JS. The code shown below uses Ajax (Prototype JavaScript framework, version 1.6.0.1) to submit a simple contact form and ...
2
votes
0answers
182 views

Django: Subclassing models.CharField to convert values before saving to/after loading from the database

I have a legacy database with encoding issues. I cannot fixing it without breaking a lot of stuff But I still want to deal with it in my side django app (django 1.2) I thought that subclassing ...
2
votes
0answers
149 views

Forms not working with web2py in Chrome

I'm new to web2py and following the book, I'm trying to follow along with the 3rd Chapter building the images application http://web2py.com/books/default/chapter/29/3#An-image-blog, I'm faced with a ...
2
votes
0answers
935 views

iframe submission nulls the request parameters for parent form

I am using hidden iframe in my jsp to upload image files. The code is as following : <form name="frm" method="POST" action="./servlet/newSubmit1"> <div> Image: ...
2
votes
0answers
206 views

form target=“blank” takes forever to load the new page in Safari

In my code, I have this form tag: <form target="_blank" method="POST"> Then afterwards I have my inputs then a submit button. When I press the submit button in Windows Safari, the computer ...
2
votes
0answers
578 views

Spring mvc - one page with multiple forms

I'm new to Spring and I'm facing one problem pretty long time. I try to google around but I didn't find any easy to understand manual how to solve it. My problem is that, I need a page, let's call it ...
2
votes
0answers
310 views

Dynamic rails selection/dropdowns

I'm trying to make a form with two selects. When user selects from the first select Category, another one should automatically be updated and show SubCategories according to Category. I made ajax ...

1 2 3 4 5 139