Hi Any help to save my sanity will be greatly received. Im a photogrpaher and bought a dynamic flash gallery template from templatemonster, this contains a form. I've managed to edit all other areas of the site but the form is totally baffling me. The help desk at templatemonster are not interested. In my files i have three configuration form files and three form structure files. I don't have a contact.php and therefore am totally baffled. I've changed the email address as stated in the info. Please see below the code for one of my three config files <?xml version="1.0" encoding="utf-8"?> <contactFormConfiguration> <emailTo><![CDATA[mail@victoriacooper.fr]]></emailTo> <serverProcessorType>php</serverProcessorType> <serverProcessorFileName>widget_contact</serverProcessorFileName> <validateRequiredOnly>false</validateRequiredOnly> <submitFormOnEnter>false</submitFormOnEnter> <messageSentText><![CDATA[Thank you for your message.]]></messageSentText> <messageSentFailedText><![CDATA[Sorry, your message couldn't be sent]]></messageSentFailedText> <formProcessingText><![CDATA[processing...]]></formProcessingText> <smtpServer><![CDATA[localhost]]></smtpServer> <smtpPort>2525</smtpPort> <plainText>false</plainText> <emailFromSource>1</emailFromSource> <subjectSource><![CDATA[Contact Form from your site]]></subjectSource> <validationErrorMessages> <message type="maxRequirementError"><![CDATA[{LABEL} - The number of variants selected exceeds the maximum]]></message> <message type="reqExpError"><![CDATA[{LABEL} - The specified string does not match with the regular expression.]]></message> <message type="biggerThanMaxError"><![CDATA[{LABEL} - The specified number is greater than an acceptable biggest number for this field.]]></message> <message type="negativeError"><![CDATA[{LABEL} - The specified number must not be negative.]]></message> <message type="lowerThanMinError"><![CDATA[{LABEL} - The specified number is lower than an acceptable lowest number for this field.]]></message> <message type="minCharsLimitError"><![CDATA[{LABEL} - The specified number of characters in a field is less than a required minimum.]]></message> <message type="dateIsNotValidError"><![CDATA[{LABEL} - date has wrong format]]></message> <message type="shouldBeEqualError"><![CDATA[{LABEL} - values do not match]]></message> <message type="fieldIsRequired"><![CDATA[{LABEL} is required.]]></message> <message type="emailNotValid"><![CDATA[{LABEL} - is not valid email address.]]></message> <message type="notANumberError"><![CDATA[{LABEL} - The data is not a number.]]></message> <message type="minRequirementError"><![CDATA[{LABEL} - The minimum number of variants is not selected]]></message> </validationErrorMessages> </contactFormConfiguration> Any guidance at all will be greatly received!! Thank in advance V