# HELP : Email Form

**URL:** https://forum.kirupa.com/t/help-email-form/201556
**Category:** flash
**Created:** [September 22, 2006, 11:54am UTC](https://forum.kirupa.com/t/help-email-form/201556 "2006-09-22T11:54:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BUroKHUli](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/burokhuli/32/190_2.png) [@BUroKHUli](https://forum.kirupa.com/u/BUroKHUli)
#### Post date: [September 22, 2006, 11:54am UTC](https://forum.kirupa.com/t/help-email-form/201556/1 "2006-09-22T11:54:37Z")

</div>

Hello,

In my website, I was given a FORM created by one of SITE HOST’s admin that would send email to me. The code inside the FORM (HTML) looks like this one below

\<form action="/cgi-bin/formmail2/formmail.pl" method=“POST”\>  
\<div align=“left”\>  
\<p\>\<br\>  
Your Name:\<br\>  
\<input type=hidden name=“recipient” [value="myemail@onthispartl.com](mailto:value=%22myemail@onthispartl.com)"\>  
\<input type=hidden name=“redirect” value=“[http://mydomainnamehere/thank\_youpage.php](http://mydomainnamehere/thank_youpage.php)”\>  
\<input name=“name” size=“30” maxlength=“30”\>  
\<br\>  
E-mail Address: \<br\>  
\<input name=“email” size=“30” maxlength=“30”\>  
\<br\>  
Message:\<br\>  
\<textarea wrap=“physical” name=“comments” cols=“50” rows=“8”\>\</textarea\>  
\<br\>  
\<br\>  
\<input type=“submit” value=“send email” name=“submit”\>  
\<input type=“reset” value=“clear” name=“reset”\>  
\</p\>  
\</div\>  
\</form\>

Is there any way I can make that code work in a FLASH MOVIE?

Thanks
