Hello.
I have a few forms that use the PayPal add-on that do not submit to PayPal.
At http://dev.habitatforhorses.org/sponsor-rescue-horse/, the following behavior is exhibited:
- Make a Monthly Donation
- Radio option chosen - Displays message on page after submit. Does not redirect to PayPal.
- "Other" chosen - Does not submit. Loading icon displays continuously.
- Make a Single Donation
- Radio option chose - Does not submit. Loading icon displays continuously.
- "Other" chosen - Does not submit. Loading icon displays continuously.
It appears that there is an uncaught syntax error: unexpected identifier for the above page...which I cannot locate.
The behavior is similar for these forms on this page as well: http://dev.habitatforhorses.org/donation/
- Make a Monthly Donation
- Radio option chosen - Displays message on page after submit. Does not redirect to PayPal.
- "Other" chosen - Works
- Make a Single Donation - has error on form which is lingering from (I believe) a conditional logic in some other form that I copied and modified but cannot now locate.
- Donate to an Emergency - works
The above page has an error as well: Uncaught ReferenceError: jQuery is not defined.
The site was scheduled to launch this evening. Any help would be appreciated. I can give access, if required.