I am using the Kirupa email form to gather some results on a form…
How can I load variables from 2 different movieclips to post in the php? I tried…
_root.loadVariables(“email.php”,“POST”);
_root.myMC.loadVariables(“email.php”,“POST”);
but that causes it to send 2 seperate emails.
thanks!