Hello,
is there a possibility to insert the row id of a repeatable region? For example I have three buttons:
Thanks
C.
is there a possibility to insert the row id of a repeatable region? For example I have three buttons:
- Code: Select all
<cms:show_repeatable 'buttons' > <button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target=".bs-example-modal-sm"><cms:show row_id /></button> </cms:show_repeatable>
Thanks
C.