Please help! :-)
I have a form whereby customers can dynamically add more items:
https://www.hunterpanels.com/wall-quote-form
Then in the email action I have this:
But it does not create separate rows for each additional entry and instead adds them all to the same table row which does not display correctly.
What do I need to change to have the email generate a new table row for each of them?
I have hopefully attcahed a backup of the form if that helps.
Thanks
Lee
I have a form whereby customers can dynamically add more items:
https://www.hunterpanels.com/wall-quote-form
Then in the email action I have this:
<tr style="background-color: #D9D9D9">
{var:loopproductname}
{var:loopproductquantity}
{var:loopproductprice}
{var:loopprocudtthickness}
{var:loopproductescalators}
</tr>
But it does not create separate rows for each additional entry and instead adds them all to the same table row which does not display correctly.
What do I need to change to have the email generate a new table row for each of them?
I have hopefully attcahed a backup of the form if that helps.
Thanks
Lee