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 

form does not work

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



Joined: 11 Aug 2006
Posts: 16

PostPosted: Thu Apr 22, 2010 4:49 pm    Post subject: form does not work Reply with quote

I have a form on my web site and it will not work. It does not send messages to my email nor does it redirect to my thank you page as instructed. I am using Expressions Web 2 and use the master pages which is ASP.NET. Does that make a differance?
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Fri Apr 23, 2010 7:14 am    Post subject: Reply Reply with quote

What is the URL of the form? I cannot diagnose any issues without seeing the code embedded within your website.

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



Joined: 11 Aug 2006
Posts: 16

PostPosted: Fri Apr 23, 2010 2:44 pm    Post subject: Reply with quote

http://www.doorknockersandbells.com/contact_us_at_door_knockers_and.aspx

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


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Sat Apr 24, 2010 7:03 am    Post subject: Reply Reply with quote

The problem is that you have inserted the form HTML within an already open form tag within your site. This effectively submits the form data to the URL specified in the first form tag of your site, instead of submitting it to the myContactForm.com server for processing. If you look at your HTML source, you will see the following line:

Code:
<form name="aspnetForm" method="post" action="contact_us_at_door_knockers_and.aspx" id="aspnetForm">


You need to either close this form tag (with a </form>) before inserting the mycontactform.com code, or delete it entirely. This bit of code is essentially hijacking your form and sending the data to contact_us_at_door_knockers_and.aspx instead of the myContactForm.com processing URL.

Nick Ladd
myContactForm.com
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