Submit Form through EMAIL

This is a discussion on "Submit Form through EMAIL" within the JavaScript Forum section. This forum, and the thread "Submit Form through EMAIL are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 30th, 2006, 19:48
New Member
Join Date: Aug 2006
Location: London
Age: 23
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Submit Form through EMAIL

Hi

I am not good at PHP, so I have copied the code from http://javascript.internet.com/forms/submit-once.html and pasted it on HTML.
What I changed part of the code about my email address is
Code: Select all
 
<input type=hidden name=to value="myusername@yahoo.com">
But I have not recieved any submit form by my email. Is there wrong?

brunette
Reply With Quote

  #2 (permalink)  
Old Aug 30th, 2006, 19:57
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Submit Form through EMAIL

The code you have copied requires you to have the script defined here shown in bold:
Code: Select all
<form method=post action="http://cgi.freedback.com/mail.pl" name="emailform" onSubmit="return checkFields()">
on your server to process the form.

Always be very careful about merrily using scripts you know nothing about.

I suspect that is why you are not getting anything.
Reply With Quote
Reply

Tags
submit, form, through, email

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Form Submit To Email longstand PHP Forum 17 Nov 13th, 2007 13:16
[SOLVED] Email Submit Form Problem, The tutorial From The Php Forum longstand PHP Forum 3 Nov 12th, 2007 20:06
submit many forms - auto submit the same form many times divs JavaScript Forum 0 May 24th, 2007 10:10
'' Submit email '' on Dreamweaver? Cranberry Starting Out 6 May 15th, 2007 11:36


All times are GMT. The time now is 04:44.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43