Is there a stag similar to S57 for donation levels?

Options

I only want to show the "choose your fund" dropdown, not the premium. Is there a stag similar to S57 that will only show the fund options?

Tagged:

Comments

  • Hi Shannon,

     

    I am afraid there might be no S-tag to render the donation level as dropdown automatically, but you could achieve that through Javascript coding to manipulate / convert the radio buttons to <option> value of a <select> HTML dropdown  

     

    Other alternative would be to entirely recreate the public facing form and map and perform the donation via the donate API and/or startDonation API (if you also want to use the Paypal)

     

    http://open.convio.com/api/#donation_api.donate_method.html 

    http://open.convio.com/api/#donation_api.startDonation_method.html

     

  • Daniel Hartanto:

    Hi Shannon,

     

    I am afraid there might be no S-tag to render the donation level as dropdown automatically, but you could achieve that through Javascript coding to manipulate / convert the radio buttons to <option> value of a <select> HTML dropdown  

     

    Other alternative would be to entirely recreate the public facing form and map and perform the donation via the donate API and/or startDonation API (if you also want to use the Paypal)

     

    http://open.convio.com/api/#donation_api.donate_method.html 

    http://open.convio.com/api/#donation_api.startDonation_method.html

     

    I believe I will need to use the getDesignees from the API, although I'm having trouble getting anything to display. I also don't see anywhere in the API documentation on how to call the API on a pagebuilder page, since I won't be outside of the site the cross domain js or jquery examples don't help. Do you know the code that I need to put into the pagebuilder page to call getDesignees?

  • Shannon Walston:

    I believe I will need to use the getDesignees from the API, although I'm having trouble getting anything to display. I also don't see anywhere in the API documentation on how to call the API on a pagebuilder page, since I won't be outside of the site the cross domain js or jquery examples don't help. Do you know the code that I need to put into the pagebuilder page to call getDesignees?

    We ended up using the API solution here: http://community.convio.com/t5/APIs/getDesignees/m-p/84412#M1720

Categories