Form not sending when admin is forced SSL
-
Hi,
It seems the form does not send when the admin area is forced SSL because the admin ajax access is coming back 403.
I nipped into the code and modified /modules/templates/mod.php so that admin_url(‘admin-ajax.php’) is admin_url(‘admin-ajax.php’, ‘http’) to force http. That fixed the sending issue for me but it’s only a temporary fix.
Thank you,
Sam
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Form not sending when admin is forced SSL’ is closed to new replies.