Skip to main content

All Questions

Tagged with
0 votes
1 answer
266 views

Html form with dynamic inputs have no text on submit

I managed to make a form that will let the user add more entries when they hit the enter key (instead of submitting the form). It all looks good, except when the submit function is finally called, ...
slashdottir's user avatar
  • 8,160
-1 votes
2 answers
224 views

Php does not store dynamically added extra input fields data

i had following html code for add more input fields to my form, but when i submit form database does not store extra fields data, i got only first field data. HTML <h2><a href="#" id="...
mans's user avatar
  • 1,097
3 votes
1 answer
13k views

jQuery - Adding / Removing Input Fields in Form

I've searched and I could not find an answer to solve my problem here. I am fairly noobish with jQuery, and I am looking to add/remove input fields from two different areas. I've tried editing my ...
MarkA2049's user avatar
0 votes
1 answer
7k views

Dynamically adding HTML radio button with jQuery

Being a beginner in jquery, I've got some problems with forms and dynamic elements. I know there's already some topic over here but I've tried a lot of things and nothing is working. Just a precision :...
eminesc's user avatar
0 votes
1 answer
60 views

Append divs changing his content dynamic

I have a dif called cdefualt that has some inputs from a form inside of it and I want to do something like this to clone it and change that input names: var i = 2; function add() { var item = $('#...
user2469440's user avatar
-2 votes
2 answers
11k views

Dynamically add file input to form

I am working on an email script that is able to send multiple attachments. Currently I just have 3 file inputs in it which look like this: translated: Select a file No file selected and Verstuur = ...
Daanvn's user avatar
  • 1,246
0 votes
2 answers
10k views

codeigniter form validation for dynamic form input names

I have a codeigniter app. My view uses the database row ID to append to the input name to get a unique ID. this allows me to use all inputs in my form action, which is update. my View syntax: <?...
Smudger's user avatar
  • 10.7k
0 votes
2 answers
86 views

Simple dynamic form

I have aI need to validate the input by .onblur such that whenever a text input loses focus it gets validated by the same JS function. My problem is with the JS function. I want to grab the value of ...
Khaled Mahmoud's user avatar
0 votes
1 answer
822 views

Dynamically add or remove input fields as they're required

I have a set-up of multiple file inputs, which I've styled by hiding the inputs, creating my own in html/css and then controlling the original inputs through jQuery to get the functionality. I want ...
rpsep2's user avatar
  • 3,111
4 votes
4 answers
33k views

JS - Dynamically change Textfield

I'm trying to change the value in one textfield from the value of another textfield without any submits. Example: [Textfield 1 (type 'hello')] [Textfield 2 ('hello' is inserted here as well)] Below ...
Oliver Jones's user avatar
  • 1,430
2 votes
2 answers
355 views

jQuery - How to dynamically hide submit button when you delete e-mail at input field?

Notice it when you type a valid e-mail... then delete this email and it doesn't hide submit button. There a jsFiddle: http://jsfiddle.net/BGNsS/ Can anyone help me? thx!
Ivan's user avatar
  • 1,221
-3 votes
3 answers
105 views

Using a function a dynamic amount of times [duplicate]

Possible Duplicate: How to loop through dynamic form inputs and insert into an array I have a php script and a form. The php script makes an xml file but what i need is for someone to enter a ...
evan.stoddard's user avatar
9 votes
2 answers
15k views

Form not submitting dynamically generated inputs (jQuery)

Hello I'm trying to dynamically generate some inputs for my form, but it's not posting the new inputs generated, so far I've been searching around and the only thing I was able to find is to make the ...
nyanko's user avatar
  • 147
0 votes
3 answers
3k views

Add styles to dynamically added elements with jQuery

heres the demo http://lufi.realservers.info/demos/add_forms_dynamically/ when i add another element (input boxes) i cannot remove the italicized-grayed labels inside unlike the first input boxes. ...
kapitanluffy's user avatar
  • 1,267
3 votes
2 answers
3k views

Generating Form Fields from XML Tags

I'm trying to figure out a way to utilize a PHP script that will: Open an XML document when a link to that document is clicked (from an HTML page). Scan the XML document for tags. Create an HTML form ...
user633264's user avatar

15 30 50 per page