VERY IMPORTANT: You must set your own email address in the email.php file. You can open the email.php file with any text editor, same as the xml files.
Once you have the email.php file open in a text editor, locate the following text: "yourEmail@YourDomain.com" and change that to your email address, make sure to leave the quotation marks as it is now. Then save and upload with the rest of the files to your server.
1) General colour settings
2) Labels
3) HTML text
At the top of the contact.xml file in the settings, you will find the following general colour settings:
bgColor = "1B1B1B" //The main color for the amin background
bgAlpha = ".5" //The transparency for the amin background
controlsIconColor = "FFFFFF" //Color for the forms text colors
controlsBgColor = "1B1B1B" //The color for send button bg..
controlsBgOverColor = "CCFF00" //The color for send button bg when over
controlsBgAlpha = ".5" //The alpha for send button bg when over.
txtFieldsBgColor = "1b1b1b" //The color for the input textfield backgrounds
txtFieldsBgAlpha = ".3" //The alpha for the input textfield backgrounds
You can change the form labels (NAME, EMAIL etc..) to anything you want, update the following in the main settings of the contact.xml:
nameLabel = "NAME *"
emailLabel = "EMAIL *"
subjectLabel = "SUBJECT *"
messageLabel = "MESSAGE *"
sendLabel = "SEND MESSAGE"
You can add some additional information about your company to the left of the contact form, to do so update the following HTML formatted <textBox> node in the contact.xml:
<textBox><![CDATA[<font size="24" face="GeosansLight">YOUR COMPANY NAME</font><br><br>This is HTML formated text loaded from XML file<br><br>Just insert your company's details, your address etc..<br><br><font color="#FFFFFF">Tel:</font> 0800 888 969<br><font color="#FFFFFF">Fax:</font> 0800 888 696 <br><br><font color="#FF9900"><A href="mailto:yourEmail@yourSite.com">yourEmail@yourSite.com</a></font>]]></textBox>