<?xml version="1.0" encoding="utf-8"?>
<contactFormConfiguration>
  <emailTo><![CDATA[info@certificatesofcompliance.ie]]></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 was not sent. Please try again.]]></messageSentFailedText>
  <formProcessingText><![CDATA[processing...]]></formProcessingText>
  <useSmtp>false</useSmtp>
  <smtpServer><![CDATA[localhost]]></smtpServer>
  <smtpPort>25</smtpPort>
  <smtpLogin><![CDATA[]]></smtpLogin>
  <smtpPassword><![CDATA[]]></smtpPassword>
  <smtpAuth>none</smtpAuth>
  <smtpSecure>none</smtpSecure>
  <plainText>false</plainText>
  <emailFromSource>Enquiry</emailFromSource>
  <subjectSource><![CDATA[Contact Form from your site]]></subjectSource>
  <checkBoxSelected><![CDATA[Yes]]></checkBoxSelected>
  <checkBoxUnselected><![CDATA[No]]></checkBoxUnselected>
  <radioButtonUnselected><![CDATA[Not selected]]></radioButtonUnselected>
  <validationErrorMessages>
    <message type="biggerThanMaxError"><![CDATA[{LABEL} - The specified number is greater than an acceptable biggest number for this field.]]></message>
    <message type="fieldIsRequired"><![CDATA[{LABEL} is required.]]></message>
    <message type="emailNotValid"><![CDATA[{LABEL} - is not valid email address.]]></message>
    <message type="negativeError"><![CDATA[{LABEL} - The specified number must not be negative.]]></message>
    <message type="dateIsNotValidError"><![CDATA[{LABEL} - date has wrong format]]></message>
    <message type="reqExpError"><![CDATA[{LABEL} - The specified string does not match with the regular expression.]]></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>
    <message type="minCharsLimitError"><![CDATA[{LABEL} - The specified number of characters in a field is less than a required minimum.]]></message>
    <message type="shouldBeEqualError"><![CDATA[{LABEL} - values do not match]]></message>
    <message type="maxRequirementError"><![CDATA[{LABEL} - The number of variants selected exceeds the maximum]]></message>
    <message type="lowerThanMinError"><![CDATA[{LABEL} - The specified number is lower than an acceptable lowest number for this field.]]></message>
  </validationErrorMessages>
</contactFormConfiguration>
