For example i have two fields(field1 field2). How can i make field2 required checking the field 1 but using $this->set_error(). https://drupal.org/node/1537028 You say the form_set_error() should be used but this wont be good if i liked to use inline form errors module. Thx!

Comments

g089h515r806’s picture

You need write some php code to do it.
This module does not support "inline form errors" module.