cancel
Showing results for 
Search instead for 
Did you mean: 

Login on homepage

Login on homepage

Hi,

 

I have created a log in form in the hero header on my homepage.

 

On the following URL this works fine, and logs me in when I type my credentials and hit "Login":

https://beaconbingo.kellyseye.com/

 

The code on this page is:

<div class="top-content-text cf m-all t-1of2 d-1of2 first">
<h3>Store Login</h3>
<div class="block block-login"><form action="https://beaconbingo.kellyseye.com/customer/account/loginPost/" method="post">
<div class="block-content"><input id="mini-login" class="input-text" spellcheck="false" type="email" placeholder="Email:" name="login[username]" /> <input id="mini-password" class="input-text" type="password" placeholder="Password:" name="login[password]" /> <input type="hidden" value="g1PF9zv4NYFi5Bue" name="form_key" />
<div class="actions"><button class="button" type="submit"> <span> <span>Login</span> </span> </button></div>
</div>
</form></div>
</div>
</div>

However, on the following URL, when I type my credentials and hit "Login", I get redirected to the log in page and have to type them in again:

https://cashino.kellyseye.com/

 

The code on this page is:

<div class="top-content-text cf m-all t-1of2 d-1of2 first">
<h3>Store Login</h3>
<div class="block block-login"><form action="https://cashino.kellyseye.com/customer/account/loginPost/" method="post">
<div class="block-content"><input id="mini-login" class="input-text" spellcheck="false" type="email" placeholder="Email:" name="login[username]" /> <input id="mini-password" class="input-text" type="password" placeholder="Password:" name="login[password]" /> <input type="hidden" value="8XCRqvouNGVORcim" name="form_key" />
<div class="actions"><button class="button" type="submit"> <span> <span>Login</span> </span> </button></div>
</div>
</form></div>
</div>
</div>

The code is the same, apart from the website URL and the value="..." within the "form_key" input.

 

Please help!