Email script to hide fields when value is blank
I have added email script to pull through custom fields into a table using Mytokens - see below - this lead only has 3 funds - the maximum # of funds is 9.
The details of your other super funds*
Fund name | Member Number | Code |
Fund 1 | 1 | 11 |
Fund 2 | 2 | 22 |
Fund 3 | 3 | 33 |
${lead.otherfundname4} | ${lead.otherfundnumber4} | ${lead.uSI4} |
${lead.otherfundname5} | ${lead.otherfundnumber5} | ${lead.uSI5} |
${lead.otherfundname6} | ${lead.otherfundnumber6} | ${lead.uSI6} |
${lead.otherfundname7} | ${lead.otherfundnumber7} | ${lead.uSI7} |
${lead.otherfundname8} | ${lead.otherfundnumber8} | ${lead.uSI8} |
${lead.otherfundname9} | ${lead.otherfundnumber9} | ${lead.uSI9} |
I need to hide the tokens when the field value is blank so that the table resizes. Can anyone help with this?