Skip to main content

All Questions

Tagged with
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
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
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
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
2 votes
1 answer
15k views

Python Creating User Input Form and Converting Inputs into Data Frame

I'm trying to create a dynamic user input form inside iPython / Jupyter 3. I want the user to be able to specify the following by entering things into input boxes: Part of Day Start time for Day ...
PineNuts0's user avatar
  • 5,154
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
1 vote
3 answers
11k views

jQuery dynamic creation of input fields based on the number selected in a dropdown menu?

I am trying to accomplish something along the lines of this: http://devblog.jasonhuck.com/assets/infiniteformrows.html But... I want to display a dropdown select field, with values 1 to 20, and ...
Crazy Serb's user avatar
  • 76.3k
1 vote
4 answers
349 views

PHP in PHP, Problem with dynamic forms

I'm a newbee I've got a little problem with my php-script. I try to generate dynamic formulars with php. which works very good. the problem is, I want my data to be send to another funcion in another ...
mirrow's user avatar
  • 11
1 vote
1 answer
53 views

Jquery - Dynamic checkbox / radiobuttons - Add more options

I'm creating an app to build your own form with JQuery. I want to add more options on the checkbox and the radio type questions. For some reason the last function isn't working. It's meant to add a ...
Alex's user avatar
  • 11
1 vote
1 answer
311 views

Event onclick dynamic

i use https://angular.io/guide/dynamic-form angular dynamic form. How is it possible to intercept the click event on every input field of the web page? I tried <pre> <df-question [question]=...
user2076889's user avatar
1 vote
0 answers
3k views

Add HTML form input fields dynamically - Angular 2

I'm trying to add dynamic rows in my ng2 app. Bellow sample working fine. But if I move this HTML template table inside a HTML form tag, it will not display textbox values. but textboxes values hold ...
rdanusha's user avatar
  • 913
1 vote
0 answers
123 views

Cloning nested form

I have a big problem with this nested form and if anybody knows how to do it please help me. So i have this form that needs to be cloned, and thats not the problem. The problem is that the form has ...
Milan Rabrenovic's user avatar
1 vote
0 answers
328 views

PayPal custom button with dynamic price

I have a website that offers a service where the price changes dynamically. For instance there are radio buttons and checkboxes that make the final price variate. At the final stage I have an hidden ...
Jeff's user avatar
  • 543
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
0 votes
1 answer
2k views

How to permanently change website content based on user input (in HTML)?

So I am making a website (in HTML) where the user can permanently add text to the content of the website. So if someone vists the website after that, he sees the modified content.The modification ...
JoeBrar's user avatar

15 30 50 per page