Your browser does not support JavaScript!. Please enable javascript in your browser in order to get form work properly.
if(contactform === undefined){
var contactform = [];
}
var innerVal = [642,'mail_sent_ok','Thank you for your message. It has been sent.'];
contactform.push(innerVal);
var innerVal = [642,'mail_sent_ng','There was an error trying to send your message. Please try again later.'];
contactform.push(innerVal);
var innerVal = [642,'validation_error','One or more fields have an error. Please check and try again.'];
contactform.push(innerVal);
var innerVal = [642,'spam','There was an error trying to send your message. Please try again later.'];
contactform.push(innerVal);
var innerVal = [642,'accept_terms','You must accept the terms and conditions before sending your message.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_required','The field is required.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_too_long','The field is too long.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_too_short','The field is too short.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_date','The date format is incorrect.'];
contactform.push(innerVal);
var innerVal = [642,'date_too_early','The date is before the earliest one allowed.'];
contactform.push(innerVal);
var innerVal = [642,'date_too_late','The date is after the latest one allowed.'];
contactform.push(innerVal);
var innerVal = [642,'upload_failed','There was an unknown error uploading the file.'];
contactform.push(innerVal);
var innerVal = [642,'upload_file_type_invalid','You are not allowed to upload files of this type.'];
contactform.push(innerVal);
var innerVal = [642,'upload_file_too_large','The file is too big.'];
contactform.push(innerVal);
var innerVal = [642,'upload_failed_php_error','There was an error uploading the file.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_number','The number format is invalid.'];
contactform.push(innerVal);
var innerVal = [642,'number_too_small','The number is smaller than the minimum allowed.'];
contactform.push(innerVal);
var innerVal = [642,'number_too_large','The number is larger than the maximum allowed.'];
contactform.push(innerVal);
var innerVal = [642,'quiz_answer_not_correct','The answer to the quiz is incorrect.'];
contactform.push(innerVal);
var innerVal = [642,'captcha_not_match','Your entered code is incorrect.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_email','The e-mail address entered is invalid.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_url','The URL is invalid.'];
contactform.push(innerVal);
var innerVal = [642,'invalid_tel','The telephone number is invalid.'];
contactform.push(innerVal);
var innerVal = [642,'gdpr',''];
contactform.push(innerVal);