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 ...
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. ...
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 ...
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 ...
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 ...
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 ...
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]=...
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 ...
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 ...
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 ...
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 ...
-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 = ...
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' ...
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 ...
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"> ...

15 30 50 per page