FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

100frih$ to anyone who fixes this HTML form

 


hsadmin
Code:
 
<form action="livereg.php" method="post">
<table width="100%" border="0">
<tr>
    <td width="300">First Name :</td>
    <td width="300" > <input type="text" name="username" size="32"> * </td>
</tr>
<tr>
    <td>Last Name:</td>
    <td><input type="text" name="password" size="32"> *</td> 
</tr>
<tr>
    <td>Retype Password:</td>
    <td><input type="text" name="password2" size="32"> *</td>
</tr>
<tr>
    <td>Your Email:</td>
    <td><input type="text" name="email" size="32"> *</td>
</tr>
<tr>
    <td>Your Full Name:</td>
    <td><input type="text" name="name" size="32"> *</td>
</tr>
<tr>
    <td>Your Domain:</td>
    <td><input type="text" name="domain" size="32"></td> 
</tr>
<tr>
    <td>Your ZIP Code:</td>
    <td><input type="text" name="zip" size="5"> *</td>
</tr>
<tr>
    <td height="21">Your City:</td>
    <td><input type="text" name="city" size="32"> *</td>
</tr>
<tr>
    <td>State/Province:</td>
    <td><input type="text" name="state" size="32"> *</td>
</tr>
<tr>
    <td>Country:</td>
    <td><input type="text" name="country" size="32"> *</td>
</tr>
<tr>
    <td>Address:</td>
    <td><input type="text" name="address" size="32"> *</td>
</tr>
<tr>
    <td>Phone:</td>
    <td><input type="text" name="phone" size="32"></td>
</tr>
<tr>
    <td>&nbsp;</td>
    <td><input type="submit" value="Submit" name="mailto:sean@extremefilmsproductions.com"></td>
</tr>
</table>
</form>


I need it so when you click submit, it emails it to sean@extremefilmsproductions.com

Please PM me if you would like to do this. I will give 100frih$ to someone who can do this.
Manofgames
You mean you need a php script to send the form data to your email address?
hsadmin
Yeah, that. LOL! Im not much of a web designer
imagefree
well the easiest solution is

replace

Code:
<form action="livereg.php" method="post">


by

Code:
<form action="mailto:sean@extremefilmsproductions.com" method="post">


and its done. Very Happy

There is an alternative solution of sending mail through php script.
tamilparks
i will try
riv_
Really, a better idea is to change the contents of the file "livereg.php"
If you'd like to post the conents of THAT file, maybe we can help you.
hunnyhiteshseth
Well that mailto: idea will work only if the user has some email client installed. But if somebody is like me, using say yahoo mail (free), he will not have a pop-access & will not be able to do so.

If you want the php script to do so, pm me.
Reply to topic    Frihost Forum Index -> Miscellaneous -> Marketplace

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.