Hi,
Is it possible to get values from the 'field' data (the post fields) when using the filter 'rwmb_frontend_validate' so i can check what setting/attribute was used?
apply_filters( 'rwmb_frontend_validate', $validate, $config );
Like you can when sanitizing a field before saving to the database.
If no is it possible to get this data somehow in the front end validation?
thanks
Nick