Support

Account

Home Forums General Issues Display if value is not empty Reply To: Display if value is not empty

  • Thank you! but if I want to check another field what should I do?
    I tried

    <?php elseif (!empty($finish['value'])): ?>
       // Another field output
    
    

    but it is not working.
    thanks.