Add new row on a repeating section with a button


Badge +2

hey,

I neeed some help with repeating section

I have a repeating section with a button (label triggred by event ) and I want to update another repeating section with all the information.

205258_pastedImage_2.png


3 replies

Userlevel 5
Badge +14

have a look on this blogpost   written by

Badge +2

thanks for the answer, I've manged to find a way to update the second repeating table but now I'm a little bit stuck on how to iterate through the second table to check if an item is in the second repeating section.

205320_pastedImage_3.png

Userlevel 5
Badge +14

what about something like this

NWF$('.repeater2 .nf-repeater-row:not(".nf-repeater-row-hidden") .req').each({...});

Reply