Thread: Sending forms VIA email??? HelP?
Results 1 to 3 of 3
Related
-
Sending email via Perl through MS Exchange Server Forum: CGI Perl Forum
Replies: 5 -
help with sending email Forum: ASP Forum
Replies: 1
-
02-23-2007, 09:47 PM #1
Sending forms VIA email??? HelP?
I tested my form, but when I try it on my freewebs website (in HTML mode), heres the code:
<html>
<head>
<title></title>
</head>
<body>
<font face="Verdana">If you got the chance, would you
take someone's password?<br/>
<input type="radio" name="fav" value="Yes"/> Yes<br/>
<input type="radio" name="fav" value="No"/> No<br/>
</font>
<p><font face="Verdana">Why did you say this?
<br/>
</font><textarea name="body" rows="4" cols="35"
></textarea><font face="Verdana"> </font></p>
<p><font face="Verdana"> Date of Birth range (be
truthful)<br/>
</font><select name="DOB">
<option value="1990 or higher" selected="selected">1990
or higher</option>
<option value="1970-1989">1970-1989</option>
<option value="Under 1970">Under 1970</option>
</select></p>
<p><font face="Verdana">A little about yourself (not
too personal):<br/>
</font><textarea name="body" rows="4" cols="35"
></textarea><font face="Verdana"> </font></p>
<p><font face="Verdana">Why do you want this position
on Nintendo Endo?<br/>
</font><textarea name="body" rows="4" cols="35"
></textarea><font face="Verdana"> </font></p>
<p><font face="Verdana"><br/>
</font></p>
<p><font face="Verdana">Will you be trustworthy to
Nintendo Endo?<br/>
<input type="radio" name="Yes" value="Yes"/> Yes<br/>
</font><font face="Verdana"><br/>
E-Mail address (has to be valid- we send you a
confirmation email):<br/>
</font><input maxlength="25" size="10" name="email"
/><font face="Verdana"> </font></p>
<p><font face="Verdana"><font color="#ff0000" size="1"
>WARNING: Saying this you are agreeing to all of the terms. If
you break any of these rules, you will permamently be banned
from NintendoEndo and your profile will be deleted without
warning. A valid email is required in order to get the job.
</font><br/>
</font></p>
<p> </p>
</body>
</html>Last edited by 442penguins; 02-23-2007 at 09:56 PM.
-
02-24-2007, 10:37 AM #2
Re: Sending forms VIA email??? HelP?
If you have PHP on your server, try using PHPMailer to send your email.
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
-
02-24-2007, 05:00 PM #3
Re: Sending forms VIA email??? HelP?
As mentioned you are going to need to process the form - either PHP or ASP or CGI, etc. Plus you don't have any opening or closing form tags on your page.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum