Events Made Easy Forums Generic Redirect to Paypal after registration not working now

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #58309
    Anonymous
    Inactive

    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

    #58311
    Franky
    Keymaster

    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 …

    #58317
    Anonymous
    Inactive

    I’m not that savvy and sadly, don’t know how to demonstrate an error coming from PayPal.

    #58318
    Franky
    Keymaster

    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?

    #58337
    Franky
    Keymaster

    no reply, closing.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top