I cant seem to get my user meta out of the custom table. Tried this:
$value = rwmb_meta( 'address', array( 'object_type' => 'user', 'storage_type' => 'custom_table', 'table' => "metabox_users" ), 1 );
But get nothing. I have checked the table, and the data is stored in there, as expected.