Hi
Thank again for great component!
Plase help to solve!
How to combine loading data with the multiplier into the text fields and into the custom code part?
Loading data to the fields works good, but when I put inside the Multilpier next Custom code, it does not work
Thank again for great component!
Plase help to solve!
How to combine loading data with the multiplier into the text fields and into the custom code part?
Loading data to the fields works good, but when I put inside the Multilpier next Custom code, it does not work
<?php foreach ($form->data['Model']['__N__'] as $p) {echo "{$p['uniq_id']}";}?>Otherwise without [__N__]
<?php foreach ($form->data['Model'] as $p) {echo "{$p['uniq_id']}";}?>it prints all the entries in each Multiplier container.