Support

Account

Home Forums General Issues If field group is not active, hide field group on front-end Reply To: If field group is not active, hide field group on front-end

  • Might be missing something, but surely just an if statement would do the job?

    if(get_field('active')) {
       // do something
    }