This topic is locked

Hide row when empty on Print page and e-mail

9/30/2015 8:30:16 AM
PHPRunner General questions
M
mmponline author

Firstly:

I need to hide the row where a field value is empty in a table on the print page. I can find lots on hiding on list or view pages, but not on print page. Please assist.
Secondly:
I also need to hide this in an event where the value is mailed to the client. When the value is empty, the value should not be e-mailed.
Eg.

I use this code in an html e-mail to send the mail. When this value is empty, I don't want it to send.

<td style=width: 453px;

rowspan=1 colspan=2> <FONT face=Arial size=2>&nbsp;<em>Notes:</em>
<FONT face=Arial size=2>

&nbsp; " . $data3['Notes'] . "</font> </td>


Please assist.