How to show Formidable Repeater Fields per row in a table?

August 14, 2024 17:36:50
dswd11.amaris
Topics: 1
Messages: 2
Hi, How to show Formidable Repeater Fields per row in a table? My data is in a foreach loop, but all the entries are displayed on a single row/cell. please see image for the output.

<table id="travel" border="1" cellpadding="1">
<thead>
<tr style="text-align:center; font-weight:bold">
<th>NAME</th>
<th>DESIGNATION</th>
<th>OFFICIAL STATION</th>
<th>DATE/S</th>
<th>DESTINATION/S</th>
</tr>
</thead>
{foreach [541] }
<tr>

<td> [543]</td>
<td> [544]</td>
<td> [545]</td>
<td> [551]</td>
<td> [550]</td>

</tr>
{/foreach}
</table>
August 14, 2024 18:25:31
dswd11.amaris
Topics: 1
Messages: 2
Solved. Sorry the correct syntax for the loop is this.

[foreach 100]
<tr>
<td>[101]</td>
<td>[102]</td>
<td>[103]</td>
</tr>
[/foreach 100]
Get News and Updates
Our monthly newsletter keeps you in the loop, so you'll always be up to date with the latest news and updates about E2Pdf.
* You can update your email subscription preferences here.
All trademarks, service marks, trade names, product names, and logos appearing on this website are the property of their respective owners. The use of trademarks such as Formidable Forms®, Forminator Forms®, Gravity Forms®, JetFormBuilder®, WordPress®, WooCommerce®, WPForms® and others is solely for identification purposes (nominative use) and does not imply any affiliation, sponsorship, or endorsement by the respective trademark holders.
© 2017 - 2026, https://e2pdf.com

We use cookies to collect and analyse information on site performance and usage, to provide social media features and to enhance and customise content and advertisements. By clicking "Accept Selected", you consent to use of selected cookies according to our Cookie Policy.