05-17-2023 03:50 AM
Hi,
We are just starting out with GovService and have a question about whether this is possible?
If a form contains a repeatable subform from a lookup integration is it possible to iterate through the returned rows in an html field for further customisation?
I've tried the following syntax as per the Granicus documentation but it doesn't appear to render the html correctly.
<![CDATA[ @af:repeat({subform1}) ]]>
<div class="row">
<a href="{subform1/UserProfile}" target="_blank">
<div class="councillors-item col-4">
<img src="{subform1/UserPicture}" alt="{subform1/display}" />
<div class="promo-title-councillors">{subform1/display}<br>{subform1/Party}</div>
</div>
</a>
</div>
<![CDATA[ @endaf:repeat ]]>
Thanks
Richard
Solved! Go to Solution.