View Full Version : box things... and email...


gotfaith3
02-12-2003, 06:03 PM
ok.. i need to know how to make kind of like a comment box but also i need to know how to make a button under it that says like fnished or email this to me and when you click it, it emails it to me but also brings you to a page that says like thanks or something... does anybvody understand that??? if you do, PLEASE respond as soon as possible. thank you and if i can, i'll find a site that maybe has it on there and that might help out too! thanks a ton! ! JESUS LOVES YOU :)

Peter
02-12-2003, 06:12 PM
You could try the email forms at www.bravenet.com You can customize it to how you want it to look. And there is an option to make it go to a 'thank you page'.

gotfaith3
02-13-2003, 01:19 AM
ok thanks a ton! but um, how do i make their box bigger? how do you make a text box bigger??? please help anybody! the code is...
<div align="center"><br /><br />
<form action="http://pub1.bravenet.com/emailfwd/senddata.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="usernum" value="33122049" />
<input type="hidden" name="cpv" value="1" />
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#999999"><tr><td>
<table border="0" cellpadding="10" cellspacing="1" bgcolor="#999999"><tr bgcolor="cornsilk"><td>
<font face="Verdana,Arial,Helvetica" size="1"><b>What is your name?</b></font><br />
<input type="text" name="name" size="20" /><br />
<font face="Verdana,Arial,Helvetica" size="1"><b>Where are you from?</b></font><br />
<input type="text" name="where" size="20" /><br>
<font face="Verdana,Arial,Helvetica" size="1"><b>E-mail address?</b></font><br />
<input type="text" name="replyemail" size="20"><br />
<br /><div align="center">
<input type="submit" name="submit" value=" Send ">
<input type="reset" name="reset" value=" Clear ">
</div></td></tr></table></td></tr></table>
<br /><a href="http://www.bravenet.com/">
<img src="http://images.bravenet.com/brpics/formbutt.gif" border="0" width="100" height="35" /></a>
</form></div>

Andyman
02-13-2003, 01:36 AM
to change the length of the small rectangle text boxes, just change the number in the tag:

<input type="text" name="name" size="20" /><br />

if you want to make one of those big boxes to type a lot of stuff, add this tag where you want it to show:

Subject of the Box (like Name, Description, etc...):<br>
<textarea name="Subject of text area" wrap=physical rows=7 cols=46></textarea>

than change the rows or cols (columns) number to change the size of the box, like rows=12 cols=40

gotfaith3
02-13-2003, 01:01 PM
ok well thanks.... how do you change the color of a text box??? if anybody can help, please do! bye!

Andyman
02-13-2003, 08:23 PM
simply add this to the text area tag:

style="background-color:your colour here

gotfaith3
02-14-2003, 08:03 PM
ok i did that and it DIDn't work. where am I supposed to add that tag again??? please help!

Andyman
02-14-2003, 08:54 PM
see thread:

http://www.lissaexplains.com/forum//showthread.php?s=&threadid=29823

it's similar to your question. (i think maybe the previous tag didn't work because there wasn't a ";" after the "your color here". sorry!)