Hi Jared,
First off, I can't thank you enough for developing this tool as we have found it invaluable for displaying groups on our website. We use Toolset to arrange the custom-fields & taxonomies into a searchable catalog.
One question I have is about the <registration_forms> key that gets pulled in for each group under the group_profiles API service. It is placed into post-meta for each group as a serialized array, but the incoming XML node structure goes like this:
-<groups>
--<group>
---<registration_forms>
----<form>
-----<name>
-----<description>
-----<URL>
What would be the best route for isolating & making available that URL field? Unfortunately, I'm not a full-time developer & only know enough to be dangerous, but I am motivated.
As it stands now, I can display all the values for the key registration_forms, but I need to isolate to just that one value with the url. Can you direct me on adding a hook to filter this? Or suggest the best route?
Thank You!
Brad
(I've attached a few screenshots of the XML Node structure in group_profiles service api, what it looks like as a serialized array in post-meta, and what it looks like as a custom-field when inspecting a group)


