Support

Account

Home Forums General Issues If a field is empty (doesn\'t have any value), do something with plain Javascript Reply To: If a field is empty (doesn\'t have any value), do something with plain Javascript

  • 
    <?php 
    if (get_field('video')) {
      ?>
        <h2>Videos</h3>
      <?php 
      the_field('video');
    }
    ?>