- This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Redirect to Paypal after registration not working now
Tagged: paypal
Hi Franky,
our site (gcelfun.org) has stopped redirecting people to Paypal after they register for an event. Has something changed in the code below? When someone clicks the “send your reservation” button now, they get a little spinning icon that replaces the button, but nothing else happens.
Any ideas?
<script type=”text/javascript”>
jQuery(document).ready( function($) {
$( “#paypal_form” ).submit();
});
</script>
Thanks,
Dalric
If they see a spinning wheel (that stays), then there’s an error in the answer coming from the site (maybe a php bug). Can you demonstrate this? It might be related to smtp-issues (did you test sending a mail)? The next version will have better smtp debugging …
I’m not that savvy and sadly, don’t know how to demonstrate an error coming from PayPal.
I meant demonstrating the turning wheel. And did you try the ‘test email’ functionality in eme? Did you disable the ‘smtp debugging’ setting in eme? Did you check your browser console? Your webserver logfiles?
no reply, closing.