formulário com página de sucesso dando erro

Issues related to forms.
Post Reply
fausto vidal
 
 
Posts: 34
Joined: Sat Nov 05, 2016 9:14 pm

formulário com página de sucesso dando erro

Post 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
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: formulário com página de sucesso dando erro

Post 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.
fausto vidal
 
 
Posts: 34
Joined: Sat Nov 05, 2016 9:14 pm

Re: formulário com página de sucesso dando erro

Post by fausto vidal »

I didn't enter code manually, all page codes were added automatically
User avatar
Pablo
 
Posts: 21585
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: formulário com página de sucesso dando erro

Post 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">
fausto vidal
 
 
Posts: 34
Joined: Sat Nov 05, 2016 9:14 pm

Re: formulário com página de sucesso dando erro

Post 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
Post Reply