Upon running some tests, we discovered that all Drupal published pages have nonfunctional forms on https.
Even if they don't have a redirect setup, it will give out this error - "POST https://app.myinstapage.com/ajax/pageserver/email/1549837 net::ERR_INSECURE_RESPONSE".
If you force www or http instead of https, the form will work, but most of the time pages are configured to automatically redirect to https. If you remove that and use http instead, the forms are working.
Comments
Comment #2
boshtian commentedThis is obviously Instapage issue, because the url the form is posting to is not having valid certificate.
We'll check at service provider.
Comment #5
boshtian commentedThis is now fixed.
Comment #6
nsysmans commentedWhen will this be released? As long as it is in a development release, I can't update the module and this issue isn't resolved to me.
Comment #7
rajeevgoleI have updated the module to 7.x-1.2 version and applied the patch to fix issue "Form submission not working on https" but its not worked for me.