How can I see what the $form object and $entry object look like? I'd like to output them so I can figure out what I need to do to readjust them to work with an API. My thought was to just stub them out for the function, so I'm not having to fill out a form every time I want to test it, but I can't seem to get them to work. I've tried var_dump(), print_r(), echo, etc and can't get the objects. Can someone provide me with what I would have for each $form and $entry. Thanks!