Announcement

Collapse
No announcement yet.

Customize receipt

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Customize receipt

    On our donation page we have two different options to donate $125:


    Option 1) Provides all school supplies for one student for one year (notebooks, binders, paper, pencils/pens, erasers, protractors, compasses etc).


    Option 2) I would like to donate $125 and receive a complimentary iconic green malachite bracelet.


    You can see these options on our live page: https://www.diamondempowerment.org/donate/


    Here is a copy of the receipt we get when a donation is made: <Removed for privacy reasons>

    What can we do so that there's some way of knowing which $125 option the donator has chosen? As of now we have no know of knowing whether or not to ship the person a bracelet.


    Thank you for the help!

  • #2
    Good day!

    A radio button has a single name and as such the ItemName is what is being passed for all values of the radio button.

    The only solution I can think of is to write a JavaScript that changes the ItemName based on the radio button selected. It is not something that can be done with the simple radio button option.

    Hope that answers your question.
    Regards,
    Click & Pledge Support Department

    Join us @ the educational webinars: https://clickandpledge.com/webinars/
    Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

    Comment


    • #3
      Just to confirm, the value in this line is what you're saying needs to change, right?

      <input name="ItemName1" type="hidden" id="ItemName1" value="Donation" />

      Comment


      • #4
        Good day @JamesH,

        Yes- that is the right node. The value is what is the item name showing up in the receipt.

        Please let us know if we can be of any further assistance.
        Regards,
        Click & Pledge Support Department

        Join us @ the educational webinars: https://clickandpledge.com/webinars/
        Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

        Comment

        Working...
        X