Posts by not_ever • 12 points
1 post
-
-2
votes1
answer59
viewsA: How to create HTML form elements with javascript button and functions? and then turn the data into JSON
Peterson, To create the elements dynamically with Javascript, you can use the code snippet below. I made some modifications to add a data-attribute as well. It is good practice to work with…