0
When opening the page on the localhost it goes straight to the footer:
And it doesn’t start in the headline:
The problem is in the form, but I have no idea of pq.. ] code:
<form id="contact" action="mail_send.php" method="post">
<h3>Precisa de Ajuda?</h3>
<h4>Entraremos em contato em 24 horas úteis.</h4>
<fieldset>
<input placeholder="Digite seu nome" type="text" tabindex="1" required autofocus>
</fieldset>
<fieldset>
<input placeholder="Digite seu email" type="email" tabindex="2" required>
</fieldset>
<fieldset>
<input placeholder="Deixe o seu numero (Opicional)" type="tel" tabindex="3" required>
</fieldset>
<fieldset>
<textarea placeholder="Digite sua mensagem ...." tabindex="5" required></textarea>
</fieldset>
<fieldset>
<button name="submit" type="submit" id="contact-submit" data-submit="...Enviando">Enviar</button>
</fieldset>
</form>
And when I give F5 on the page she does not go to the top of the page she remains fixed is normal?
Opa mano vlw, you can tell me about using F5 and the page continue in the same place and not return to the top or reload?
– Felipe
@Felipe, take a look at this question here at Stack. How to keep a website page at the same point it was before updating?
– Thomas Franklin