# Forms

**URL:** https://forum.kirupa.com/t/forms/18243
**Category:** flash
**Created:** [April 14, 2003, 9:29pm UTC](https://forum.kirupa.com/t/forms/18243 "2003-04-14T21:29:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![redViper](https://avatars.discourse-cdn.com/v4/letter/r/3d9bf3/32.png) [@redViper](https://forum.kirupa.com/u/redViper)
#### Post date: [April 14, 2003, 9:29pm UTC](https://forum.kirupa.com/t/forms/18243/1 "2003-04-14T21:29:05Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 14, 2003, 9:33pm UTC](https://forum.kirupa.com/t/forms/18243/2 "2003-04-14T21:33:51Z")

</div>

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](http://www.myjspace.com/user/grandt...to/contact.html)

go to [http://www.bravenet.com](http://www.bravenet.com) and sign up

you can remove there ads, thats always nice

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 14, 2003, 9:40pm UTC](https://forum.kirupa.com/t/forms/18243/3 "2003-04-14T21:40:56Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 14, 2003, 9:41pm UTC](https://forum.kirupa.com/t/forms/18243/4 "2003-04-14T21:41:49Z")

</div>

add the form tag before and after the table tag.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 14, 2003, 3:00am UTC](https://forum.kirupa.com/t/forms/18243/5 "2003-05-14T03:00:36Z")

</div>

It’s simple! Do this:

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