View Full Version : Form


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>

Rosey
02-13-2004, 03:20 AM
there is no space between send and style, that might not be it but it might.

Fragile17
02-13-2004, 08:27 PM
That didn't work, any more suggestions?

MaGiCSuN
02-13-2004, 09:39 PM
<div style="position:absolute;left:20 ;top:1150">

missing the end > don't know either if that will work though

love,
Mirna

Fragile17
02-15-2004, 05:24 PM
Yeah, I'm pretty sure thats it. I asked tech support the same question, and thats what they said! Thanks!