PDA

View Full Version : Lost with forms...


jalves18
11-23-2002, 07:03 AM
I am totally lost... I have an email form that I want to convert to a j/s form but i dont really know j/s... I have put the code below if someone is that good could they convert it to j/s... it would be so appreciated...

<form action="mailto:formmail@titanroofing.com?subject=Titan Roofing, Inc. Contact Form" name="Titan Roofing, Inc. Contact Form" method="post" enctype="text/plain">
<p><font face="Bookman Old Style" size="2">Please enter your comments in the
space provided below.<br>
<textarea name="Comment" cols="40" rows="7"></textarea>
</font></p>
<p><font face="Bookman Old Style" size="2">Tell us how we can contact you.</font>
<table width="50%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td>
<div align="right"><font face="Bookman Old Style" size="2">Name:</font></div>
</td>
<td><font face="Bookman Old Style" size="2">
<input type="text" name="Name" required>
</font></td>
</tr>
<tr>
<td>
<div align="right"><font face="Bookman Old Style" size="2">Company:</font></div>
</td>
<td><font face="Bookman Old Style" size="2">
<input type="text" name="Company" required>
</font></td>
</tr>
<tr>
<td>
<div align="right"><font face="Bookman Old Style" size="2">E-Mail:</font></div>
</td>
<td><font face="Bookman Old Style" size="2">
<input type="text" name="E-Mail" required>
</font></td>
</tr>
<tr>
<td>
<div align="right"><font face="Bookman Old Style" size="2">Telephone:</font></div>
</td>
<td><font face="Bookman Old Style" size="2">
<input type="text" name="Telephone" required>
</font></td>
</tr>
<tr>
<td>
<div align="right"><font face="Bookman Old Style" size="2">Fax:</font></div>
</td>
<td><font face="Bookman Old Style" size="2">
<input type="text" name="Fax" required>
</font></td>
</tr>
</table>
<br><br>
<p>
<input type="submit" value="Send Comment" onClick="redirect()">
<input type="reset" value="Clear Form">
</p>
</form>

beetle
11-23-2002, 07:57 AM
A javascript form? I'm afraid I don't follow you. What do you want this sucker to do? Not send directly to an email address but be processed instead? If that's what you want, javascript won't help....

jalves18
11-23-2002, 08:00 AM
what im looking to do is to send it as an anonymous email instead of having to use the users email account.. i was told j/s would pull that off.. if not what do you reccommend??

beetle
11-23-2002, 08:06 AM
You will need a server-side script to hand it. Do you know what server-side languages your web-host supports?

ASP? PHP? CGI? Perl?

jalves18
11-23-2002, 08:16 AM
asp, cgi and perl... would you by chance know that cause i havent learned any languages yet.. i am pretty good with html... but i am just starting off with everything else... i want to be a better programmer... btw if u want to see what im working on.. the link is http://www.titanroofing.com/new... its a redesign im working on for the original i did.. thanks for ur help so far btw...

beetle
11-23-2002, 08:20 AM
There are oodles of form processors for all of those langauges on the web. Start at www.hotscripts.com.

jalves18
11-23-2002, 08:41 AM
thanks man... hey could u give me an opinion on that site i was tellin u about.. its basic but thats all the company really needs... http://www.titanroofing.com/new

whammy
11-23-2002, 06:57 PM
You could send it to my form processor... ;)

jalves18
11-23-2002, 08:30 PM
i found a script that works beautifully on hotscripts... thanks a lot