How do I use flash action script to do this:
To specify a custom format for the output, create a file “myfile.txt”
(or any filename of your choice), and add “CfgFile” variable to
the form’s hidden fields (around the submit button):
e.g.input type="hidden"name="EmailTo"value="whoever@whatever.com"
input type=“hidden” name=“CfgFile” value=“myfile.txt”
input type=“submit” value=“Submit” name=“SubmitFromForm”
The format file will be duplicated exactly in email except that
where field values are desired, use “[fieldname]”.
I’m trying to adapt some instructions from an html tutorial on how to take info from a flash form and output it to an ASP file which is using a formatting .txt file
Please help,
Thanks