|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Feb 2007
5 posts
Gave thanks: 0
Thanked 0 times
|
Form Help
Guys any idea why my form is not working here:
http://gccomputersonline.com/contactus.html When the submit is hit I need the information sent to an email address. Any help will be great |
|
|
|
|
|
#2 (permalink) |
|
Holy hell and a hippie
On a golden path...
Joined in Nov 2006
Lives in Canada
Hosted on SH106
393 posts
Gave thanks: 24
Thanked 25 times
|
Well it looks like you generated the form somehow using something.
I'm not sure if this will break the form or not because of the way it was made, but try to find the below code: Code:
onSubmit="if (checkForm6()) alert('You must publish this page to your account\nfor the form to function.'); return false;"
Code:
onSubmit="checkForm6();"
__________________
||http://eternal-realm.net ||http://usebbzone.com --------- Go There: Surpass Wiki ---------- || SH106 Last edited by Gaia; February 9th, 2007 at 12:54 AM.. |
|
|
|
|
|
#3 (permalink) |
|
He shoots.. He scores!
Super #1
Joined in Feb 2007
Lives in A room with no windows.
Hosted on SH110
1,448 posts
Gave thanks: 46
Thanked 140 times
|
Ice2257 -
Not sure of the method you are using for sending your form... but it looks like it could be built on FrontPage... I have used a php script that I wrote with help from this page.. http://apptools.com/phptools/forms/ It's not very difficult, and walks you through it pretty well. You can see my contact page here.. http://kcpcguy.com/contact/contact.php Good luck. Puckchaser
__________________
SH110
|
|
|
|