Skip to main content

All Questions

Tagged with
-2 votes
0 answers
12 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
154 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
585 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
310 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,144
1 vote
0 answers
122 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

15 30 50 per page