Hi guys
I'm doing a form with a check list. The check list has 10 options. Depending on options I want to send the user some links.
I've tried the ^empty:none in the recipient email html format. But when I submit I get all fields.
Are the keyword replacements not available in the email? Is there another way to do this?
Sample recipient email:
<table> <tr style="display: %question_answer_111274_q1_0^empty:none%"> <td><strong>Bullying</strong><br /> <a href="#">#</a> </td> </tr> <tr style="display: %question_answer_111274_q1_1^empty:none%"> <td><strong>Construction</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_2^empty:none%"> <td><strong>Fatique</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_3^empty:none%"> <td><strong>Office work</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_4^empty:none%"> <td><strong>H&S Management Systems</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_5^empty:none%"> <td><strong>Manual Handling</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_6^empty:none%"> <td><strong>Risk Management</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_7^empty:none%"> <td><strong>Return to Work</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_8^empty:none%"> <td><strong>Slips</strong><br /> <a href="#">#</a></td> </tr> <tr style="display: %question_answer_111274_q1_9^empty:none%"> <td><strong>Stress</strong><br /> <a href="#">#</a></td> </tr> </table>