Greetings I have been able to successfully call a JS to enable radio buttons to display or hide fields accordingly, However, I am having issues with the recurring option on my donation form. It appears as I set this up, on my page, I cannot seem to enable recurring donations to work. Donations process fine but any recurring requests are not reflected. Don't worry about any the way the page is setup, as I am designing this form for mobile. Thanks again.
Announcement
Collapse
No announcement yet.
Recurring Donations
Collapse
X
-
Good day!
It really is not easy to debug a code and we usually don't debug other codes. Here is our observation.
You do not have any "Installment" being posted. I highly recommend that you test the form to https://Verify.FaaS.Cloud.ClickandPledge.com - this is the verifier. The verification service simply shows you a table of all the values that you are posting. This way you can see what you are posting- what is required and what is missing. It is the best way to debug.
Our observation.
FROM:
HTML Code:<input type="radio" onclick="javascript:yesnoCheck();" name="yesno" id="yesCheck">
HTML Code:<input type="radio" onclick="javascript:yesnoCheck();" name="yesno" id="noCheck">
HTML Code:<input type="radio" onclick="javascript:yesnoCheck();" name="Installment" id="yesCheck" value="999"> - (I am assuming this as YES Recurring) <input type="radio" onclick="javascript:yesnoCheck();" name="Installment" id="noCheck" value="">
Hope this helps.
Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpC
Comment