Can I add additional radio buttons? checkboxes? comboBoxes?
Yes, instructions are included in the Help file.
How do I make the “success” message appear for a longer period of time?
Open up the main .fla and simply add additional frames to all layers right after the “send” label.
The auto responder works, but I’m not receiving the email in the “recipient” inbox indicated in the PHP file.
Open up the php file and locate the Mail Headers section.
Locate the variable $sender in the From: section.
Replace that with an email address with the same domain name as the place where you are hosting this file. It does not have to be a real email address for this to work.
Before I purchase this file, do I need to know PHP to user it?
You don’t need extensive knowledge of PHP in order to use the files. You just need a text editor (like notepad) to insert your own email address in the spot indicated in the php file.
I’ve provided detailed instructions to show you how to do that.
But you need to at least know if your server is running PHP . To find out just ask your hosting provider.
It won’t let use these special characters (Ö, ö, Ü, ü, Ä, ä and ß)....
Open up the main .fla and select the dynamic text fields on the stage where you’d like for the form to accept foreign characters. Open the properties panel.
Locate and click the button labeled “Embed” to open the Character Embedding module.
You can either select a set of characters to embed in to each from the list or manually type in the characters that you’d like the form to accept into the field below the sentence that says “Include these characters:”
When you’ve finished making either your selection or typing your characters in, click the OK button. Open up the php file and add this to the mail headers section:
$mail_headers .= "Content-type: text/html; charset=iso-8859-1";


645 Purchases
144 Comments