• Resolved Kai

    (@kaichi)


    Hello,
    The plugin works, because the user receives the email and the account is created, however the page is not redirected and ajax-loader keeps on spinning.

    Is this a bug?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, This seems to be a problem with line #92 of “frontend-registration-opt-cf7.php”. The code needs to be updated from:

    do_action( ‘wp_login’, $user->user_login );

    To

    do_action( ‘wp_login’, $user->user_login, $user );

    It seems that the missing parameter creates a conflict with WooCommerce.

    I’ve changed it in my copy of the plugin, but hopefully the developer makes the change in the next update, so my change won’t get overwritten with the old, non-working code.

    Plugin Author Crish

    (@pokornydavid)

    Thanks @360tactics

    We have update it in our next version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submission works but page doesn’t redirect’ is closed to new replies.