Back to myContactForm.com - Easy email form creation and processing for your web site
myContactForm.com - Help Forum Forum Index myContactForm.com - Help Forum
Have a question that you need answered about myContactForm.com? Post it on this message board but first search this forum and read out FAQ to ensure it has not already been answered. This is not a board to post links to your site! SPAM will be deleted!
 
   Search MessagesSearch Messages
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

e-mail address the user submitted is not valid

 
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Errors When Submitting Forms
View previous topic :: View next topic  
Author Message
ptozato



Joined: 03 Jun 2013
Posts: 3

PostPosted: Tue Jul 22, 2014 10:30 am    Post subject: e-mail address the user submitted is not valid Reply with quote

Hello, guys...
I really need help, here:
I'm recieving the "invalid e-mail error msg" in every e-mail (outlook.com, hotmail.com, even with gmail.com) that I tried in my form .

How can I fix that?
Thanks and have a nice day.
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Wed Jul 23, 2014 3:14 am    Post subject: Reply Reply with quote

What is the URL of the form?

Nick Ladd
myContactForm.com
Back to top
View user's profile
ptozato



Joined: 03 Jun 2013
Posts: 3

PostPosted: Wed Jul 23, 2014 3:49 am    Post subject: Reply with quote

Hi, Nick.

The form is embedded in this link:
http://www.tozato.com.br/conteudo/paginas/37/3
(only in portuguese, sorry).

Thanks
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Thu Jul 24, 2014 2:19 am    Post subject: Reply Reply with quote

This issue is that your code is not as we have provided. Specifically for the email question, the code should be:

Code:
<input name="email" type="email" id="email" size="20" maxlength="100" required="required" style="font-family: Arial; font-size: 12px; color: #000000; background-color: #bbbbbb; border: 0px solid #000000; padding: 2px;" />]


On your site it is:

Code:
<input name="q10" type="email" id="q10" size="20" maxlength="100" required="required" style="font-family: Arial; font-size: 12px; color: #000000; background-color: #bbbbbb; border: 0px solid #000000; padding: 2px;" />


The key part is the "name" and "id" parameters which should ="email" in the code and currently ="q10" on your live site.

Nick Ladd
myContactForm.com
Back to top
View user's profile
ptozato



Joined: 03 Jun 2013
Posts: 3

PostPosted: Thu Jul 24, 2014 8:34 am    Post subject: Reply with quote

Problem solved.

Thanks, Nick.
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Errors When Submitting Forms All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group