May 10th, 2011, 12:58 AM
(This post was last modified: May 10th, 2011, 12:58 AM by russellfeeed.)
Hi
I'm trying to include attachments depending on the value of a form field, like so
But my {if} smarty statement seems to be being ignored and the attachment is included anyway.
Any ideas?
Cheers
Russell
I'm trying to include attachments depending on the value of a form field, like so
Code:
{if $ANSWER_onf_network=='O2'}
{$attachment file="../../es/xyz/emailattachments/AIRTIMEPAYMONTHLY_OCT10.pdf"}
{$attachment file="../../es/xyz/emailattachments/O2 Standard Business terms.pdf"}
{/if}
But my {if} smarty statement seems to be being ignored and the attachment is included anyway.
Any ideas?
Cheers
Russell