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

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



Joined: 09 Mar 2011
Posts: 1

PostPosted: Fri Mar 25, 2011 12:24 pm    Post subject: Form Reply with quote

My form hasn't been working right and I can't figure out why. My website company hasn't been any help.

http://www.ultragloss.biz/topic/32-franchise-information-request-form.aspx

Thanks!
Elyse
www.ultragloss.biz
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Sat Mar 26, 2011 7:44 am    Post subject: Reply Reply with quote

The problem is the following bit of code which exists right near the opening body tag for your site:

Code:
<form name="aspnetForm" method="post" action="32-franchise-information-request-form.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">


This is an open form tag that you have posted the myContactForm.com code within. The effect of this is that instead of sending the form data to our script for processing, it is instead sending it the the 32-franchise-information-request-form.aspx file on your server (essentially refreshing the page). You need to either get rid of the above line of code, or close it with a </form> before you insert the myContactForm.com code.

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