Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWeber + Modal = no redirects #2

Open
helgatheviking opened this issue Jun 2, 2015 · 2 comments
Open

AWeber + Modal = no redirects #2

helgatheviking opened this issue Jun 2, 2015 · 2 comments

Comments

@helgatheviking
Copy link

I need some help resolving Case #2185 regarding a conflict between Ninja Forms Modal and Ninja Forms Aweber.

An AWeber form without modal, redirects correctly.
A Modal form without AWeber, redirect correctly.
However, a modal form with AWeber does not redirect when the form is submitted. The modal window simply closes, though the email is sent to AWeber.

The Aweber signup happens on the following hook:

add_action( 'ninja_forms_process', array( $this, 'check_for_email_signup' ), 20 );

I don't know enough about Modal to know why this would cause problems and feel like I am just spinning my wheels here.

@helgatheviking
Copy link
Author

Switching to default 10 priority seems to resolve the issue for my test site:
http://sandbox.kathyisawesome.com/ninja-modal/

but not for the customer
http://pvatestsite.com/bbd4life/

@helgatheviking
Copy link
Author

Additionally, any errors caused by the AWeber signup are ignored and the modal is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant