• Resolved Starhorsepax2

    (@starhorsepax2)


    We have a Peer to Peer Campaign going that we set up with Caldera Forms using this. But there are a few fields we don’t know how to ‘capture’ to Give plugin.

    We do have this one in use to map this field over: _give_display_content
    But we need one to capture the registering person’s email. (for instance, they are participating in an event to raise money, people will be sponsoring them hence the plugin donations and we need to send them information.)

    Does one exist that we can use for email?

    For that matter is there a complete list we can study for mapping the functionality from the Caldera Form to Give? (I’m looking at the dev site but I was looking for something like a list of the things like the _give_display_content and such, rather than a bunch of coding in files.)

    • This topic was modified 4 years, 10 months ago by Starhorsepax2.
    • This topic was modified 4 years, 10 months ago by Starhorsepax2.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ben Meredith

    (@benmeredithgmailcom)

    Hi @starhorsepax2,

    The data you are looking for is actually what’s being pulled in by the Caldera Forms API, not something that we have access to from the GiveWP side. For illustration purposes, here’s how to do something similar for a GiveWP donation, and I’d assume Caldera has something similar:

    If you are looking to pull in meta from a GiveWP donation, The easiest way I’ve found to view the complete list of meta that is passed in a donation is the view the API url directly in my browser with the correct keys entered in.

    See the documentation here: https://givewp.com/documentation/developers/give-api-reference/ and specifically how to set up the token and key in the URL to get access to the API.

    Those API endpoints will display all that came over on recent donations. Note that if you are using our Recurring Donations add-on, (for example) the endpoints display slightly different things for renewal donations vs. one-time donations vs. parent (initial) donations on a subscription.

    You need to ask the folks there if there is an easy way of accessing that information on THEIR API.

    Thanks!

    H

    • This reply was modified 4 years, 10 months ago by gsamsmith.
    • This reply was modified 4 years, 10 months ago by gsamsmith.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Available Give field list?’ is closed to new replies.