提问人:Simon Maye 提问时间:10/2/2023 最后编辑:Simon Maye 更新时间:10/2/2023 访问量:27
桌子上的中继器字段 [强大的形式]
Repeater field on a table [formidable forms]
问:
您好,我有一个问题:
我在 WordPress 上使用强大的表单插件创建了一个公式。我的客户问我是否可以在提交表单之前将表格上的信息可视化。
使用 html 字段检索表上不同字段的信息并不复杂,但是当它来自中继器字段时,它会变得棘手。我尝试使用 [foreach] 函数,但它似乎与视图的工作方式不同。
任何帮助将不胜感激。
他是我用来检索中继器字段信息的代码:
Commande n°: <strong>[601]</strong> | Traitée par <strong>[606]</strong>
Demandeur: <strong>[609]</strong> |
<table style="width: 1350px;">
<tbody>
<tr style="background-color: #006039;">
<th style="font-size: 14px; color: #ffffff; padding-right:30px">N° article</th>
<th style="font-size: 14px; color: #ffffff; padding-right:30px">Désignation</th>
<th style="font-size: 14px; color: #ffffff; padding-right:30px">Quantité</th>
</tr>
[foreach 264]
<tr>
<td>[652]</td>
<td>[653]</td>
</tr>
[/foreach 264]
</tbody>
</table>
答: 暂无答案
评论