Support

Account

Home Forums General Issues Check box values from gravity form not stored in ACF check box Reply To: Check box values from gravity form not stored in ACF check box

  • When using @franckcode’s code above it would be better to use the acf function update_field() and to use the field key

    
    update_field($field_key, $values, $post_id);