Contattaci
LACERC s.r.l.
indirizzo: via Segesta, 20, Palermo
telefono: 091.393088
fax: 1782723972
E-mail:
test@acquakit.it
|
|
// Config file for the contact form by OwT200x. Contains all the configuration settings
//Business Name - Leave blank to disable
$businessname = "";
//Logo Filename - Leave blank to disable
$logo = ""; // i.e. logo.jpg
//Form Page Title - Leave blank to disable
$formtitle = "";
//Form Subject - Leave blank to have subject field on contact form
$formsubject = "";
//Javascript Noscript Text (text to appear if JS if disabled)
//Leave blank for default language (English)
//Default is "For best form performance, please enable Javascript."
$jsnoscripttext = "";
//Message Of The Day - Don't use quotes
$motd = "";
//Required Field Image
$requiredimage = "exclamation.png"; //Must be 16x16
//Required Field Image Title - Leave blank to disable
//This is the text that appears on mouseover on the required image
$requiredtitle = "Required";
//Missing field error text - Leave blank for default language (English)
//Default is "Missing Required Field
"
$missingfieldtext = "";
//Invalid Email address error text - Leave blank for default language (English)
//Default is "Invalid "
$invalidemailtext = "";
//Required Field Text - Leave blank for default language (English)
//Default is "Denotes required field."
$requiredfieldtext = "";
//Name textbox label - Leave blank for default language (English)
//Default is "Name"
$namelabel = "";
//Email Address Textbox label - Leave blank for default language (English)
//Default is "Email Address"
$emaillabel = "";
//Subject Textbox label - Leave blank for default language (English)
//Defualt is "Subject"
$subjectlabel = "";
//Message Textfield label - Leave blank for default language (English)
//Defualt is "Message"
$messagelabel = "";
//OpenCaptcha Instructions Text- Leave blank for default language (English)
//Make sure you put a
tag in the middle of your text to make it show up right
//Default is "Please enter the code you see below in the
text field below to prove your human."
$captchainstructionslabel = ".";
//OpenCaptcha Reload Instructions Text - Leave blank for default language (English)
//Make sure you put a
tag in the middle of your text to make it show up right
//Default is "If you can not read the code above
click the submit button to load a new code."
$captchareloadlabel = "inserisci sotto i caratteri mostrati in figura";
//Field Highlight Color - Leave blank to disable
$highlightcolor = "#7FFFFF";
// Background Image/Color Toggle - Leave blank to disable
$background = "color"; // COLOR or IMAGE, either all caps or all lowercase
// Background Color - Leave blank to disable
$backgroundcolor = "#5EB3B3"; // HEX, RGB or name of color for background
// Background Image - Leave blank to disable
$backgroundimage = "."; // i.e. back.gif
//Email Name
$emailname = "test"; // DO NOT PUT THE @, It includes itself
//Email Domain
$emaildomain = "acquakit.it"; // PUT THE .COM or Other
//Carbon Copy Email Name - Leave blank to disable
$ccemailname = ""; // DO NOT PUT THE @ after email name, It includes itself leave blank to disable.
//Carbon Copy Email Domain - Leave blank to disable
$ccemaildomain = ""; // PUT THE .COM or Other. Leave blank to disable.
//Thank You Message - Automatically set to center in the page, Don't use quotes
$thankyoumessage = "Your message has been sent. Thank you.";
//Autoresponder Subject - Leave blank to disable, Don't use quotes
$autorespondsubject = "";
//Autoresponder Message - Leave blank to disable, Don't use quotes
//Make sure do not use quotes for font prefference, use for quotes in your message
$autorespondmessage = "";
//Name Hint - Leave blank to disable
$namehint = "Please use your name."; // Use a \ before ' (i.e. Cars\')
//Subject Hint - Leave blank to disable
$subjecthint = "This will be the subject in your email."; // Use a \ before ' (i.e. Cars\')
//Email Address Hint - Leave blank to disable
$emailaddresshint = "Please make sure this email address is valid, Your response will be sent to this email address."; // Use a \ before ' (i.e. Cars\')
//Contact Message Hint - Leave blank to disable
$messagehint = "This is the message that will be emailed to me."; // Use a \ before ' (i.e. Cars\')
//Form Name
$formname = "contactme";
?>