Support

Account

Home Forums General Issues If a checkbox value is checked Reply To: If a checkbox value is checked

  • Hello 🙂
    First, try to output the array content, to check if the value is called correctly:

    
    echo '<pre>';
    var_dump(get_field('stock'));
    echo '</pre>';
    

    Paste here the results 😉