Is there a way I can check if the value of
<?php the_field('max_working_height')?>
is empty or store the value that will be displayed when I use acnd check if that is empty or not. If the value is not empty then I have to make it execute a set of html code and php code like this
<tr style="height: 25px; margin-left: 10px;">
<td style="margin-left: 10px;"><b>Max
<?php the_field('max._outreach'); ?></td>
</tr>
Please help.