# HTML Forms

**URL:** https://forum.kirupa.com/t/html-forms/187289
**Category:** flash
**Created:** [April 28, 2006, 2:34am UTC](https://forum.kirupa.com/t/html-forms/187289 "2006-04-28T02:34:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cryo\_burned](https://avatars.discourse-cdn.com/v4/letter/c/3be4f8/32.png) [@cryo\_burned](https://forum.kirupa.com/u/cryo_burned)
#### Post date: [April 28, 2006, 2:34am UTC](https://forum.kirupa.com/t/html-forms/187289/1 "2006-04-28T02:34:08Z")

</div>

Can I send form data through flash? will I have to use PHP?

```auto

<form action =".../guestbook.jsp" method="post">
<input name="name">
<input name="email">
<input name="message">
<input type="submit" value="Post">
</form>

```

thats the HTML… what do I do?
