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 

Error Message

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



Joined: 02 May 2006
Posts: 2

PostPosted: Thu May 04, 2006 10:56 am    Post subject: Error Message Reply with quote

I made this form the other day, and I tried sending a test message, and I am not receiving it at my email and it is not even shown in the message box on this site.

Also after completing the form, it goes to an Error 404 message. I have the link set up to go back to the same page the form is on.

Here is the link:

http://bigjacks.bravehost.com/members.html
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Sat May 06, 2006 4:55 pm    Post subject: Reply Reply with quote

The HTML that you have posted on you site is not correct. It is different than the HTML we provided (it is missing some very important tags). You need to recopy and paste the HTML exactly as we provide it, or it will not work.

Sincerely,

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



Joined: 02 May 2006
Posts: 2

PostPosted: Sat May 06, 2006 6:13 pm    Post subject: still not working Reply with quote

I went back and copied and pasted the WHOLE thing (which I did before), and the same thing is still happening.
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Mon May 08, 2006 7:40 am    Post subject: Reply Reply with quote

The problem is not with the myContactForm.com code, but is that the navigation drop down at the top of your page is using a form tag which is not being closed in the proper location. This is interferring with the other form you have on the page. You need to do the folowing:

1. Look for the following bit of code:
Code:
<FORM name=gotolocation1 action=URI method=post>
<P align=center><SELECT name=lissamenu1> <OPTION value=http://bigjacks.bravehost.com selected>Home page</OPTION> <OPTION value=http://bigjacks.bravehost.com/info.html>About Us</OPTION> <OPTION value=http://bigjacks.bravehost.com/members.html>Member’s Page</OPTION> <OPTION value=http://bigjacks.bravehost.com/officers.html>Officers</OPTION> <OPTION value=http://bigjacks.bravehost.com/eventspics.html>Events Recap</OPTION> <OPTION value=http://bigjacks.bravehost.com/bigjackscard.html>Card Discounts</OPTION> <OPTION value=http://bigjacks.bravehost.com/tshirts.html>Tshirts</OPTION> <OPTION value=http://bigjacks.bravehost.com/articles.html>In the News</OPTION> <OPTION value="http://bigjacks.bravehost.com/responsibilities.html ">Responsibilities</OPTION> <OPTION value=http://bigjacks.bravehost.com/constitution.html>Constitution &amp; Bylaws</OPTION> <OPTION value=http://sfasu.facebook.com/login.php?e=0&amp;next=http%3A%2F%2Fsfasu.facebook.com%2Fgroup_profile.php%3Fgid%3D3923>Facebook Group</OPTION> <OPTION value=http://pub26.bravenet.com/forum/2193348680>Message Board</OPTION> <OPTION value=http://pub26.bravenet.com/guestbook/2193348680/>Guestbook</OPTION> <OPTION value=http://pub26.bravenet.com/guestmap/view.php?usernum=2193348680>Guest Map</OPTION> <OPTION value=http://pub26.bravenet.com/calendar/show.php?usernum=2193348680>Calendar</OPTION> <OPTION value=http://bigjacks.bravehost.com/contactinfo.html>Contact Us</OPTION></SELECT>&nbsp;&nbsp; <INPUT onclick="location = document.gotolocation1.lissamenu1.options [document.gotolocation1.lissamenu1.selectedIndex].value;" type=button value=Go></P><FONT face=Arial size=7><SPAN style="FONT-SIZE: 28pt; FONT-FAMILY: 'Lucida Handwriting'; mso-bidi-font-family: Arial; mso-bidi-font-size: 36.0pt"><SPAN style="FONT-SIZE: 28pt; FONT-FAMILY: 'Lucida Handwriting'; mso-bidi-font-family: Arial; mso-bidi-font-size: 36.0pt"><SPAN style="FONT-SIZE: 24pt; FONT-FAMILY: 'Lucida Handwriting'; mso-bidi-font-family: Arial"><A onclick="window.open('http://pub26.bravenet.com/guestmap/show.php?usernum=2193348680&amp;lightmap=0&amp;icons=0&amp;&amp;entrylist=0&amp;zoom=0&amp;welcome=1','bnetguestmap','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=720,height=470,top=110,left=110')" href="javascript:void(0)"></A>

<H2 style="MARGIN: auto 3.75pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma"></SPAN></H2>
<H2 style="MARGIN-LEFT: 3.75pt; MARGIN-RIGHT: 3.75pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma">
<HR>


Change it to: (notice I added a closed form tag towards the end)
Code:
<FORM name=gotolocation1 action=URI method=post>
<P align=center><SELECT name=lissamenu1> <OPTION value=http://bigjacks.bravehost.com selected>Home page</OPTION> <OPTION value=http://bigjacks.bravehost.com/info.html>About Us</OPTION> <OPTION value=http://bigjacks.bravehost.com/members.html>Member’s Page</OPTION> <OPTION value=http://bigjacks.bravehost.com/officers.html>Officers</OPTION> <OPTION value=http://bigjacks.bravehost.com/eventspics.html>Events Recap</OPTION> <OPTION value=http://bigjacks.bravehost.com/bigjackscard.html>Card Discounts</OPTION> <OPTION value=http://bigjacks.bravehost.com/tshirts.html>Tshirts</OPTION> <OPTION value=http://bigjacks.bravehost.com/articles.html>In the News</OPTION> <OPTION value="http://bigjacks.bravehost.com/responsibilities.html ">Responsibilities</OPTION> <OPTION value=http://bigjacks.bravehost.com/constitution.html>Constitution &amp; Bylaws</OPTION> <OPTION value=http://sfasu.facebook.com/login.php?e=0&amp;next=http%3A%2F%2Fsfasu.facebook.com%2Fgroup_profile.php%3Fgid%3D3923>Facebook Group</OPTION> <OPTION value=http://pub26.bravenet.com/forum/2193348680>Message Board</OPTION> <OPTION value=http://pub26.bravenet.com/guestbook/2193348680/>Guestbook</OPTION> <OPTION value=http://pub26.bravenet.com/guestmap/view.php?usernum=2193348680>Guest Map</OPTION> <OPTION value=http://pub26.bravenet.com/calendar/show.php?usernum=2193348680>Calendar</OPTION> <OPTION value=http://bigjacks.bravehost.com/contactinfo.html>Contact Us</OPTION></SELECT>&nbsp;&nbsp; <INPUT onclick="location = document.gotolocation1.lissamenu1.options [document.gotolocation1.lissamenu1.selectedIndex].value;" type=button value=Go></P><FONT face=Arial size=7><SPAN style="FONT-SIZE: 28pt; FONT-FAMILY: 'Lucida Handwriting'; mso-bidi-font-family: Arial; mso-bidi-font-size: 36.0pt"><SPAN style="FONT-SIZE: 28pt; FONT-FAMILY: 'Lucida Handwriting'; mso-bidi-font-family: Arial; mso-bidi-font-size: 36.0pt"><SPAN style="FONT-SIZE: 24pt; FONT-FAMILY: 'Lucida Handwriting'; mso-bidi-font-family: Arial"><A onclick="window.open('http://pub26.bravenet.com/guestmap/show.php?usernum=2193348680&amp;lightmap=0&amp;icons=0&amp;&amp;entrylist=0&amp;zoom=0&amp;welcome=1','bnetguestmap','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=720,height=470,top=110,left=110')" href="javascript:void(0)"></A>

<H2 style="MARGIN: auto 3.75pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma"></SPAN></H2>
<H2 style="MARGIN-LEFT: 3.75pt; MARGIN-RIGHT: 3.75pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma">
</form><HR>


2. Go to the sixth to last line of code and remove the following:
Code:
</FORM>


That should do the trick.

Sincerely,

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