Since the latest update, if I have fields with "Save field value" disabled, I can't access the field data in the $_POST object anymore, when it worked before.
I am using the hook rwmb_frontend_after_save_post
and rwmb_frontend_update_post_data
.
I am using $_POST['field_id']
and $data['field_id']
.