Skip to main content

All Questions

Tagged with
-2 votes
0 answers
13 views

Dynamic input field on selecting particular option from dropdown in React Js

Client: Select Client Amex Visa MasterCard E&Y Microsoft Danske ...
Dhanaji Adate's user avatar
0 votes
2 answers
1k views

React: How to build dynamic input fields that display user data from database

I have dynamic input fields that come from my database. generating the input fields aren't a problem. however once the user enters the information, they may want to come back and change the input. ...
Good Stuff's user avatar
0 votes
0 answers
155 views

Dynamic Table: Instead of Cells give INPUT Fields for one specific column (how to?)

I am making a grocery list, and I have created a dynamic table from an array of objects. A table that an user can update. Now what I want to do is that the aantal(meaning quantity) can be modified by ...
Codelly's user avatar
  • 61
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
0 votes
1 answer
587 views

React trying to make a list of dynamic inputs

I have built this site https://supsurvey.herokuapp.com/surveycreate/ now I am trying to move the fronted to React so I can learn React in the process. with vanila js it was much easier to create ...
Eddie Knaz's user avatar
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
0 votes
0 answers
907 views

Angular 2 dynamic reference

I want to generate inputs for form dynamically and I want to know if I can create references dynamically. I want to use references for validate form inputs. I want to know if I can do something like ...
FACode's user avatar
  • 1,021
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
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
0 votes
0 answers
518 views

Using jQuery to add default values to dynamically generated form

The web page I'm working on has a 'main' form where the visitor enters personal data and information about a first property. If he/she has further properties to record, he/she clicks an 'add property' ...
Tim Dawson's user avatar
0 votes
1 answer
818 views

Dynamic input to add object to array in angularjs

<div ng-repeat="class in classses"> <p>{{class.className}}</p> <form novalidate> <div ng-repeat="studentInput in class.students track by $index"> ...
user3321348'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
-1 votes
2 answers
421 views

Changing an input value using PHP and Javascript

I'm trying to create that simple email subscription form for my website. Every time an email is added, I'd like the input box to confirm that the email was added. It seems like something very simple ...
Skaddict's user avatar
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