-
Goal: How can I add a new form using an add button and delete each form using a delete button?
-
Steps:
-
Details:
hi,
Here, I am adding a form using the add button with the help of the {{ state3.value+1 }} variable, and removing the form using the remove button by decrementing the {{ state3.value-1 }} variable.
I want to delete a form using the delete button. Suppose there are 3 forms, and I want to delete the form at index 2 using the delete button. How can I do this? Please suggest a solution.
-
Screenshots:
-
App json export: (here's how to get a json export)
new testing.json (15.2 KB)