Posts by Gabriel Duarte • 11 points
2 posts
-
0
votes2
answers48
viewsA: Save values from fields created With Append(dynamically created field ) in the database
**Inserting materials into the bank with the code below: Following the "material[]" pattern that inserts each dynamically created material into an array to rescue with the following code ** if…
-
0
votes2
answers48
viewsQ: Save values from fields created With Append(dynamically created field ) in the database
I have the following code in JS, it creates new fields when clicking the button "+": What I would need is rescue the values that are created with the append and insert them into the Database using…