Feb 5th, 2010, 9:03 PM
I am working on a registration system for a large festival. The form has about 50 fields (performances). Each participant will be able to choose 10.
I want to use the HTML / Printer-friendly view to give each participant an overview of their choices. The problem is that this overview shows not only the 10 selected performances, but also the 40 performances that were not chosen.
Is there a possibility to create the HTML / Printer-friendly view without the empty fields listed?
In the email template (omit empty fields), this works very well:
{if $ANSWER_xxxx}
<tr>
<td style="font-weight: bold">xxxx</td>
<td>{$ANSWER_xxxx}</td>
</tr>
{/if}
Would there be a way to have the same happening in the Printer Friendly View?
I want to use the HTML / Printer-friendly view to give each participant an overview of their choices. The problem is that this overview shows not only the 10 selected performances, but also the 40 performances that were not chosen.
Is there a possibility to create the HTML / Printer-friendly view without the empty fields listed?
In the email template (omit empty fields), this works very well:
{if $ANSWER_xxxx}
<tr>
<td style="font-weight: bold">xxxx</td>
<td>{$ANSWER_xxxx}</td>
</tr>
{/if}
Would there be a way to have the same happening in the Printer Friendly View?