Ive been trying to get this to work for some time and noone seems to be able to sort it. If you fancy a challenge here:
I have a movie flash subscription form:
http://www.lawsofshotgun.com/test.htm
I keep getting an error from the form. The html code looks like this:
form action="listmessenger.php" method="post">
<table cellspacing="1" cellpadding="1" border="0">
<tr>
<td><font face="Comic Sans MS" size="2">E-mail Address: </font></td>
<td> <font face="Comic Sans MS" size="2">
<input type="text" name="email_address" value="" />
</font></td>
</tr>
<tr>
<td><font face="Comic Sans MS" size="2">Full Name: </font></td>
<td> <font face="Comic Sans MS" size="2">
<input type="text" name="full_name" value="" />
</font></td>
</tr>
<tr bordercolor="1">
<td> <div align="center"><font face="Comic Sans MS" size="2">Subscribe:
<input type="radio" name="action" value="subscribe" CHECKED/>
</font></div></td>
<td> <div align="center"><font face="Comic Sans MS" size="2">UnSubscribe:
<input type="radio" name="action" value="unsubscribe" />
</font></div></td>
</tr>
<tr>
<td colspan="2" align="right"> <font face="Comic Sans MS" size="2">
<input type="hidden" name="group_ids[]" value="1" />
<input type="submit" name="submit" value="Proceed" />
</font></td>
</tr>
</table>
</form
The flash form fla i made looks can be found here:
www.lawsofshotgun.com/flash
and its called "mailing_list_module.fla"
Can someone please have a look and finally put this problem to rest.
Thanks