1) if condition or
2) when-otherwise condition
Example:
<?choose:?>
<?when:CF_CHOICE=’VENDOR’?>
Your
template….
<?end
when?>
<?when:CF_CHOICE=’INVOICE’?>
Your template….
<?end when?>
<?when:CF_CHOICE=’RECEIPT’?>
Your template….
<?end when?>
<?end choose?>
No comments:
Post a Comment