PDA

View Full Version : forms



redViper
April 14th, 2003, 05:29 PM
ok, my dilemma.

i have a table. and in that table, its split up into cells.. about 2 columns, and 5 or so rows.. got it so far?

now.. in the different rows are text boxes for a form. and in the last one is the submit button. now.. how do I send the information from allll those boxes via email form?

i tried adding the form tags between the table tags, but no luck. I know it can be done, but I dunno how.

So .. help!

chris9902
April 14th, 2003, 05:33 PM
today i found a really cool template for this and it is so flexable it is unreal

you can set it up your way, add more or less forms

and set your own SENT page

example= http://www.myjspace.com/user/grandt...to/contact.html

go to http://www.bravenet.com and sign up

you can remove there ads, thats always nice

redViper
April 14th, 2003, 05:40 PM
doesnt work.
and i dont need a form processor, i just need to know how to do this.
im using a php processor on my server.

Jubba
April 14th, 2003, 05:41 PM
add the form tag before and after the table tag.

D:S
May 13th, 2003, 11:00 PM
It's simple! Do this:


< form input="post" action="mypage.asp" >
< table >
< tr >
< td >mytext< /td >
< /tr >
< /table >
< /form >