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.

Get Entry object field names and values

  1. Hey all,

    I'm working on a new connector to HubSpot, as the community one that's out there uses an old API from HubSpot. I've got the basic principles down, but their new API is a little tricky.

    What I'm looking for is a way to get the $entry object to give me the field names and the values, but I'm not sure based on the documentation (http://www.gravityhelp.com/documentation/page/Entry_Object) about how I would go about getting that. Is it even possible?

    Thanks!

    -AJ

    Posted 11 years ago on Wednesday January 9, 2013 | Permalink
  2. Using your gform_after_submission hook, please var_dump or print_r the $entry object and you will see all the field names and field values.

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