Here’s a link to the page:
http://yehudi.today/membership-campaign/
I would like the “Monthly Gift” box to be auto checked when the donor chooses the $10, $25 or $50 option.
Can you please send me the code i need for the “Custom Seamless Plugin” to accomplish this?
THANK YOU!!!!
That’s not something I’m going to be able to provide you. To respond to a selection requires on-browser processing, which runs in JavaScript/jQuery and is not particularly extensible (as in, not without probably breaking things). So there aren’t hooks to make that doable.
You could default the monthly donation on, but that might cause support and cranky donor hassles down the line. My best suggestion at this point would be to use some promo text suggesting those donors sign up for monthly payments.
–David
P.S. Marking resolved because it’s not a feature that can be tweaked.
Thanks David,
I used some text as you suggested (http://yehudi.today/membership-campaign/) but I’m pretty sure that quite a few people will neglect to check the box.
How would I set the default of the Monthly Donation to be on?
Thanks again.
Shlomo
Figured out how to default the Monthly Donation box.
thanks!
S
sstilerman can you please explain how you did it?
I really need this option checked all the time
Thanks in advance
Oshri
Hi Oshri,
I couldn’t figure out a hook so I just added a bit of code to the core:
‘select’ => true,
Here’s the link to the site: http://www.YEHUDI.Today/Members
(Keep in mind, you will loose this fix when you update seamless)
Shlomo
Ooh, that’s kinda dangerous. I issue updates pretty much every few weeks, so that’s going to blow out with the next update.
What you want to do is find that array element, and modify it in the hook. Otherwise, when 4.0.11 comes around next week, it’s going to be blown out.
Tell you what… keep an eye out for the Giving Level Manager add-on. I’m still working on it, but should be done relatively soon (in October, unless the real world gets too crazy). I’ll add an option in that to let you specify pre-check the donation box. It won’t give tons of granular control, but since I’m working in code right in that area, it will be an easy enough add, and that way you won’t be stuck with updates that blast over your patched changes.
–David