# Flash form

**URL:** https://forum.kirupa.com/t/flash-form/19213
**Category:** flash
**Created:** [April 25, 2003, 10:12am UTC](https://forum.kirupa.com/t/flash-form/19213 "2003-04-25T10:12:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![blx](https://avatars.discourse-cdn.com/v4/letter/b/f19dbf/32.png) [@blx](https://forum.kirupa.com/u/blx)
#### Post date: [April 25, 2003, 10:12am UTC](https://forum.kirupa.com/t/flash-form/19213/1 "2003-04-25T10:12:16Z")

</div>

hi, i am looking for a tutorial or advices on creating a form to be sent by e-mail for flashmx. Anyone can help me out?

Many thx

---

<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 25, 2003, 12:07pm UTC](https://forum.kirupa.com/t/flash-form/19213/2 "2003-04-25T12:07:36Z")

</div>

edit: deleted 3 posts

this one is working now, you need to download the .fla i attached and make an php file called sendmail.php, with this code:

**sendmail.php**

```php

<?php
$yourmail = "youremail@youremail.com";
mail($yourmail,"mail from $name","$name has written this email: $message");
?>

```

you just need an php enabled host 🙂

**ps: only for educational use !**

---

<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 25, 2003, 1:49pm UTC](https://forum.kirupa.com/t/flash-form/19213/3 "2003-04-25T13:49:03Z")

</div>

[http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17604](http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17604)

that thread might help as well.

---

<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 25, 2003, 2:48pm UTC](https://forum.kirupa.com/t/flash-form/19213/4 "2003-04-25T14:48:07Z")

</div>

thx, i’ll give it a try and let you know 🙂
