Hi I came across your website today and was excited to see how much people help each other here.
I would really appreciate some help. I don't know html that well so use a combination of editors and online sites to try figure it out.
I have made an online form, but it keeps redirecting to my gmail login page instead of the redirect page that I setup in the code.
I am using Linux Ubuntu Operating System and Firefox browser.
The code is:
<form method="post" action="mailto:support@ugogo.info" enctype="text/plain">
<table border="0" cellpadding="0" width="1121">
<tr>
<td width="420" valign="top">
<p align="center"><font face="Verdana"><b>CONTACT FORM: </b> </font></p>
<p align="center"><font face="Verdana"><b>Your Name:<br>
<input type="text" name="T1" size="37" style="font-family: Verdana; color: #FF0000; font-size: 10pt; font-weight: bold"></b></font></p>
<p align="center"><font face="Verdana"><b>Your Email Address:<br>
<input type="text" name="T2" size="37" style="font-family: Verdana; font-size: 10pt; color: #FF0000; font-weight: bold"></b></font></p>
<p align="center"><font face="Verdana"><b>Your Message:</b><br>
<textarea rows="5" name="S1" cols="36" style="font-family: Verdana; font-size: 10pt; color: #FF0000; font-weight: bold"></textarea></font></td>
<td width="691" rowspan="2" valign="top"><font face="Verdana"><b>OUR
CONTACT DETAILS:</b></font>
<p><font face="Verdana">Tel:</font></p>
<p><font face="Verdana">Fax:</font></p>
<p><font face="Verdana">Email:</font></p>
<p><font face="Verdana">Address:</font></td>
</tr>
<tr>
<td width="420" valign="top">
<input type="hidden" name="redirect" value="messagesent.htm">
<INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="messagesent.htm">
<p align="center"><font face="Verdana">
<input type="submit" value="Submit" name="B3" style="font-family: Verdana; font-size: 10pt; color: #FFFFFF; font-weight: bold; background-color: #FF0000"></font></td>
</tr>
</table>
</form>
You can view the online form here:
http://www.cityfin.co.za/contactdev.htm
Thanks very much, any help would be appreciated.