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

boshtian created an issue. See original summary.

boshtian’s picture

Status: Active » Postponed (maintainer needs more info)

This is obviously Instapage issue, because the url the form is posting to is not having valid certificate.
We'll check at service provider.

  • boshtian committed 4353701 on 7.x-1.x
    Issue #2746467 by boshtian: Form submission not working on https
    

  • boshtian committed b9308d3 on 8.x-1.x
    Connected to issue #2746467 but for D8
    
boshtian’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

This is now fixed.

nsysmans’s picture

When 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.

rajeevgole’s picture

I 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.