The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
|
How do you configure for FLASH? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: How do you configure for FLASH? (/showthread.php?tid=754) |
How do you configure for FLASH? - ozarkads - Jun 21st, 2010 My coding for my button in flash uses actionscript 2 and looks like this - on (release) { if (name eq "" or subject eq "" or message eq "" or email eq "") { stop(); } else { loadVariablesNum("process.php", 0, "POST"); gotoAndStop(2); } } I can't get it to send a successful mail. What am I doing wrong? Thanks! RE: How do you configure for FLASH? - Ben - Jun 22nd, 2010 Hi ozarkads, Is the data being stored in Form Tools properly? Sorry, I wasn't quite sure if it's a Flash configuration issue, or just that the emails not being sent. Thanks! - Ben |