Contact Form 7 not working after HTTPS enable
-
Hi Friends,
I have just moved my site from HTTP to HTTPS. Everything works fine except the Forms (CF7) in my site. Those used to work perfectly before.
I found this code from function.php
function https_chrome44fix() { $_SERVER['HTTPS'] = false; } add_action('init', 'https_chrome44fix',0);If leaving this function running, my site crash but Forms work correctly at this point.
If i comment this function out, my site back to normal but Forms will be hang after click send button.
Please give me your advise.
Thank you.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Contact Form 7 not working after HTTPS enable’ is closed to new replies.