Params for custom validation function

Matthijs

Member
Hi short question.
If I use a custom validation function, like this;

function dadabik_check_multiple_rven ($params)

It looks like that if a field is read only, it is not included in the $params array, correct?

thanks
 

Matthijs

Member
I found the answer in the documentation:
If you need to use a field value, the correspondent field cannot be disabled in the edit form and cannot be a calculated field (which is always disabled)

I will make feature request for this!
 
Top