Page 1 of 1
formulário com página de sucesso dando erro
Posted: Thu Dec 26, 2019 4:04 pm
by fausto vidal
am encountering a problem with my form for sending messages to my email. When I do something wrong the normal error message appears. Now when I fill in everything right, the message goes to my email, but the success page does not appear. Where I am going wrong.
http://www.jkcreditofacil.com.br/contato.php
Re: formulário com página de sucesso dando erro
Posted: Thu Dec 26, 2019 4:19 pm
by BaconFries
You have inserted code at the start of the page, this will break the page(s) as it will makes the HTML invalid. Please remove the code and reinsert correctly.
Re: formulário com página de sucesso dando erro
Posted: Thu Dec 26, 2019 6:13 pm
by fausto vidal
I didn't enter code manually, all page codes were added automatically
Re: formulário com página de sucesso dando erro
Posted: Thu Dec 26, 2019 6:26 pm
by Pablo
You have added the following code at the start of the page:
Code: Select all
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
Re: formulário com página de sucesso dando erro
Posted: Thu Dec 26, 2019 6:51 pm
by fausto vidal
I actually inserted in the master page, for favicon, I thought it would not interfere. Thanks, delete the code and now everything is working. Sorry for our failure