Hey,
I have added the ability for users to add more fields and need it to be shown in the template.
I saw different post by bob about inserting a php IF statement to the template, but this cannot be done, as the template editor
removes the <?php tags.
so how to hide the fields in the template if unfilled ?
for example I have these fields in my file:
{product-url1}
{product-notes2}
{product-url4}
{product-notes5}
{product-url7}
{product-notes8}
{product-url10}
{product-notes11}
...go on to 30 more fields...
and i don't want to see a {blah blah} in the mail i get if no one wrote something.
Thank you.
I have added the ability for users to add more fields and need it to be shown in the template.
I saw different post by bob about inserting a php IF statement to the template, but this cannot be done, as the template editor
removes the <?php tags.
so how to hide the fields in the template if unfilled ?
for example I have these fields in my file:
{product-url1}
{product-notes2}
{product-url4}
{product-notes5}
{product-url7}
{product-notes8}
{product-url10}
{product-notes11}
...go on to 30 more fields...
and i don't want to see a {blah blah} in the mail i get if no one wrote something.
Thank you.