You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you successfully authorize a Ninja-Forms website from Mautic you return back to the settings page and it still shows you the box for keys and the Authorize button.
If you click on Form > Settings again, you'll notice that it now does not display the API text boxes and shows "Re-Authorize" instead.
wp_redirect when coming back throws an exception that headers have already been sent so that cannot be used.
The text was updated successfully, but these errors were encountered:
When you successfully authorize a Ninja-Forms website from Mautic you return back to the settings page and it still shows you the box for keys and the Authorize button.
If you click on Form > Settings again, you'll notice that it now does not display the API text boxes and shows "Re-Authorize" instead.
wp_redirect
when coming back throws an exception that headers have already been sent so that cannot be used.The text was updated successfully, but these errors were encountered: