When I work with a $entry, $form or $field object that has been passed to hook... Do these object have methods i can use? or are they just simple objects with a collection of properties?
When I work with a $entry, $form or $field object that has been passed to hook... Do these object have methods i can use? or are they just simple objects with a collection of properties?
AH HA!
This is the way to grab a value of a field in g forms!!! =O)
$value = RGFormsModel::get_field_value($field);
Glad you took a look through the code and figured it out. Do you have any more questions?