Hello all,
I have an html form which subscribes email addresses to a web application but it has some strange hidden objects with brackets that I do not how to use in flash to create the form.
This is the html code:
<form name=“Subscription” method=“post” action=“subscribe.php”>
<input type=“hidden” name=“FormValue_MailListIDs[]” value=“18”>
Email address<br>
<input type=“text” name=“FormValue_Email” value=""><br>
<input type=“submit” name=“Subscribe” value=“Submit”>
</form>
Can anybody please give me any suggestions? Thank you