Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Registration Forms #25

@bradjconner

Description

@bradjconner

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)

1 - XML Node structure in group_profiles service api

2 - Serialized array

3 - custom-field

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions