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">
<input type=hidden name=“redirect” value=“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