# Donation button

**URL:** https://community.glideapps.com/t/donation-button/4709
**Category:** Ask for Help
**Created:** [February 18, 2020, 3:41pm UTC](https://community.glideapps.com/t/donation-button/4709 "2020-02-18T15:41:47Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Santiago\_Perez2](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/santiago_perez2/32/3624_2.png) [@Santiago\_Perez2](https://community.glideapps.com/u/Santiago_Perez2)
#### Post date: [February 18, 2020, 3:41pm UTC](https://community.glideapps.com/t/donation-button/4709/1 "2020-02-18T15:41:47Z")

</div>

Is it possible to set up the buy button so the customer select what they want to pay? I am creating a donation app and I would love to let my clients to donate however much they feel like.  
Thanks

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 18, 2020, 4:42pm UTC](https://community.glideapps.com/t/donation-button/4709/2 "2020-02-18T16:42:20Z")

</div>

I think it’s possible.

- The simplest way would be to create a number entry component on a donate page. Let the user type in a number, then pass that column value into the buy button.
- To make this better and prevent multiple users from updating the same column value at a time, create user specific donation pages using per user data and filtering. This will allow each individual user to set their own donate value. This will require a Public with Email or Whitelist privacy setting.
- The third option is to wait for the User Specific Data column type to be released. This should function the same as the second option, but without the extra rows for each user.

---

<div class="post-metadata">

### Author: ![Santiago\_Perez2](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/santiago_perez2/32/3624_2.png) [@Santiago\_Perez2](https://community.glideapps.com/u/Santiago_Perez2)
#### Post date: [February 18, 2020, 5:12pm UTC](https://community.glideapps.com/t/donation-button/4709/3 "2020-02-18T17:12:01Z")

</div>

When will the User Specific Data column type be released?

Thanks

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 18, 2020, 5:22pm UTC](https://community.glideapps.com/t/donation-button/4709/4 "2020-02-18T17:22:54Z")

</div>

Not sure. Anxiously waiting myself, so I can stop suggesting multiple per user records. 😉

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [February 18, 2020, 7:36pm UTC](https://community.glideapps.com/t/donation-button/4709/5 "2020-02-18T19:36:07Z")

</div>

A few of the apps I wrote do. This one [https://mobile.wandertale.co](https://mobile.wandertale.co) does exactly what Jeff’s first bullet says. It isn’t an email log in user type so the next user would see what the last donated to the given person they were donating to. I did mitigate that by writing a script that resets that value on a timed trigger however, so unless the next donation is coming right away it resets.

---

<div class="post-metadata">

### Author: ![Phillip\_Aubrey](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/phillip_aubrey/32/448_2.png) [@Phillip\_Aubrey](https://community.glideapps.com/u/Phillip_Aubrey)
#### Post date: [March 6, 2020, 5:06am UTC](https://community.glideapps.com/t/donation-button/4709/6 "2020-03-06T05:06:40Z")

</div>

Are you able show the functionality on the back end? I am not sure how to route people to the buy-page after selecting the amount. I also am not to sure how you wrote the script. Could you please help me a bit with this?

---

<div class="post-metadata">

### Author: ![Phillip\_Aubrey](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/phillip_aubrey/32/448_2.png) [@Phillip\_Aubrey](https://community.glideapps.com/u/Phillip_Aubrey)
#### Post date: [March 6, 2020, 5:23am UTC](https://community.glideapps.com/t/donation-button/4709/7 "2020-03-06T05:23:52Z")

</div>

Also how did you remove the “submit” button when using forms?

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [March 6, 2020, 1:31pm UTC](https://community.glideapps.com/t/donation-button/4709/8 "2020-03-06T13:31:53Z")

</div>

Each one of the buttons are Buy Button Components. The properties of which are set in the component.

Writing a good script in Google Sheets is not something that would be a trivial task for a non programmer, and you could say that Glide has not part in it. The script was written as part of a consulting engagement with a client so I can’t share it.

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [March 6, 2020, 1:36pm UTC](https://community.glideapps.com/t/donation-button/4709/9 "2020-03-06T13:36:44Z")

</div>

I’m not sure what you mean. There is no submit button on forms in Glide. In fact there have been a few requests to add one instead of the one in the upper right of the screen, but it’s only been a few who want it as an option.

---

<div class="post-metadata">

### Author: ![davidnez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davidnez/32/3529_2.png) [@davidnez](https://community.glideapps.com/u/davidnez)
#### Post date: [April 16, 2020, 10:07am UTC](https://community.glideapps.com/t/donation-button/4709/10 "2020-04-16T10:07:23Z")

</div>

I sent you a message previously. I was actually referring to this. I was wondering if we could talk more about this.
