Setting up the Contact form
To setup the contact form, first you have to build the form elements. Do that by modifying “contact_data.xml”. (xml is full of comments to help you understand the structure) when done with the form elements and styles, you should setup the email address where you want to receive the form details to, open “contactFormProcessor.php” and there you will find settings to enter your email address, the subject of emails, etc.
In case you have created an attachment element for your form, you can modify the “contactFormProcessor.php” file in lines 13 - 17 to decide if you want the users attached files to be saved on the server or actually be attached to your emails.
Note that the attachment tool smartly compresses the attached files in one zip file and you are the one who decide on max size or max number of files that a user can attach through the xml file “contact_data.xml”
In case you have created a captcha element in your form, you must also set the value “1” in line 22 of “contactFormProcessor.php” >> $use_captcha = 1; If you don't do that, the form will not consider the captcha code at all!
Regards,
MyFlashLab Team