Forms

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!

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

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.

add the form tag before and after the table tag.

It’s simple! Do this:

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