PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

entry, form and field objects methods?

  1. Jive Software
    Member

    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?

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  2. Jive Software
    Member

    AH HA!
    This is the way to grab a value of a field in g forms!!! =O)

    $value = RGFormsModel::get_field_value($field);
    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  3. Glad you took a look through the code and figured it out. Do you have any more questions?

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink