I currently have a repeating row with a +/- button. The first row has default text (first image pictured).
When I click the + button, I would like to create a new row but the text fields should be blank. I've been testing different ways but can't seem to get it right. Any suggestions?
Thank you for your help!
(Side Note for my + button: The first line of code adds a new instance, the second line of code adds a new row in between rows)
Solved! Go to Solution.
Views
Replies
Total Likes
Don't use the default value of the fields but use initialize event with JavaScript to fill
Same for the second field
Don't use the default value of the fields but use initialize event with JavaScript to fill
Same for the second field
Good idea!
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies