Fragile17
02-13-2004, 03:15 AM
Well, I have a freewebs account, and in order to use forms, you have to purchase the service. Well, I did that, and the service got turned on. The code below is the code I put on my site, and when I press the send button it won't work. The first few lines are lines you have to have with freewebs, and where the ***s are is where my id number normally goes. The url is this www.freewebs.com/fragile19/home.htm Also, the page is just being built, so some of the colors, and things are a little strange, and there is like 0 content, just in case you were wondering. So my question basically is what is wrong with my code? Why isn't it working?
<div style="position:absolute;left:20;top:1150"
<FORM action="http://members.freewebz.com/formMail.jsp" method=post>
<input type=hidden name="userid" value="*******">
<input type=hidden name="next" value=" http://www.freewebs.com/fragile19/thanks.htm">
<p>
<input name="Name" value="Name" size=20 style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
<br>
<input name="E-mail" value="E-mail" size=20 style="background-color:transparent; color:gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
<br>
<input name="URL" value="URL" size=20 style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
<br>
<br>
<TEXTAREA NAME="Message" ROWS="3" COLS="20" style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">Your message here</TEXTAREA>
<br>
<br>
<input type="submit" name="Submit" value="Send"style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
</FORM></div>
<div style="position:absolute;left:20;top:1150"
<FORM action="http://members.freewebz.com/formMail.jsp" method=post>
<input type=hidden name="userid" value="*******">
<input type=hidden name="next" value=" http://www.freewebs.com/fragile19/thanks.htm">
<p>
<input name="Name" value="Name" size=20 style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
<br>
<input name="E-mail" value="E-mail" size=20 style="background-color:transparent; color:gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
<br>
<input name="URL" value="URL" size=20 style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
<br>
<br>
<TEXTAREA NAME="Message" ROWS="3" COLS="20" style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">Your message here</TEXTAREA>
<br>
<br>
<input type="submit" name="Submit" value="Send"style="background-color:transparent; color: gold;
font-face: tahoma; font-size: 8pt; border: 1 violet solid">
</FORM></div>