Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Hi guys,
I am running Backlight 1 and when I try to send a message through the contact page it fails due to the fact that the submission form is calling the domain http://rutgerhollander.nl instead of https://rutgerhollander.nl
As I am pushing my users to https there has to be a way to change this to https...
Google Chrome Developer output: Mixed Content: The page at '<URL>' was loaded over a secure connection, but contains a form that targets an insecure endpoint '<URL>'. This endpoint should be made available over a secure connection.
(index):144
When I change the http to https in the google debugger, the form works and sends out the mail. I need to change this http to https!!!
Thanks in advance
Cheers,
Rutger
Offline
<h1>Contact</h1>
<p><p>E-mail : mail@rutgerhollander.nl<br />
Telefoon : 0648783998</p>
<p>Laat hier uw gegevens en een bericht achter, dan neem ik spoedig contact met U op:</p></p>
<div id="form" class="div-backlight-form contact-form">
<form method="post" action="http://rutgerhollander.nl/contact/" class="backlight-form">
<p class="contact-email"><label for="name">Naam *</label><input type="text" id="name" name="name" value=""/></p><p class="contact-name"><label for="email">Emailadres *</label><input type="text" id="email" name="email" value=""/></p><p class="contact-address"><label for="address">Address *</label><input type="text" id="address" name="address" value=""/></p><p class="contact-field_4"><label for="name">Telefoonnummer</label><input type="text" id="field_4" name="field_4" value=""/></p><p class="contact-field_5"><label for="name">Bericht *</label><textarea rows="8" id="field_5" name="field_5"></textarea></p>
<div class="g-recaptcha" data-sitekey="6LdXhvEUAAAAAL8RgOSeLpDdW8C7mNSxKgtu6_E4"></div><p class="denotes-required-fields">* verplichte velden</p><div class="actions"><input type="submit" name="submit" value="Verzend"/></div></form></div>
<script src='https://www.google.com/recaptcha/api.js'></script>
Last edited by Rutger (2020-05-08 07:24:00)
Offline
Hi Rutger, that could be an issue in the contact form determining your current page address. Can you please email me a Backlight admin login so that I can look into this?
Offline