|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/steald1/cfg-form-1/inc/ |
Upload File : |
<?php $cfg['debug'] = false; // This is the email address where you will receive the notification message $cfg['email_address'] = '[email protected]'; $cfg['email_from'] = 'Thank You! From Purecoat North'; // The recipients in CC and BCC will receive a copy of the data collected in the form // Use commas to separate mutiple e-mail addresses (no spaces allowed) // Example: [email protected],[email protected] $cfg['email_address_cc'] = ''; $cfg['email_address_bcc'] = ''; $cfg['emailsendingmethod'] = 'php'; $cfg['smtp_host'] = ''; $cfg['smtp_port'] = ''; $cfg['smtp_encryption'] = ''; $cfg['smtp_username'] = ''; $cfg['smtp_password'] = ''; $cfg['timezone'] = 'America/New_York'; $cfg['form_name'] = 'Purecoat North Quote Form'; $cfg['form_validationmessage'] = ''; $cfg['form_errormessage_captcha'] = 'Sorry that wasn\'t correct! Try again!'; $cfg['form_errormessage_emptyfield'] = ''; $cfg['form_errormessage_invalidemailaddress'] = 'Please correct the formatting of your email address. ( [email protected])'; $cfg['form_errormessage_invalidurl'] = ''; $cfg['form_redirecturl'] = 'http://www.purecoatnorth.com/thank-you.html'; $cfg['adminnotification_subject'] = 'Quote request from www.purecoatnorth.com'; $cfg['adminnotification_hideemptyvalues'] = false; $cfg['adminnotification_hideformurl'] = true; $cfg['usernotification_inputid'] = 'cfg-element-1-3'; $cfg['usernotification_activate'] = true; $cfg['usernotification_insertformdata'] = false; $cfg['usernotification_format'] = 'plaintext'; $cfg['usernotification_subject'] = 'Thank you for your Quote Request!'; $cfg['usernotification_message'] = 'Thank you for your quote request with Purecoat North. A member of our team will be contacting you shortly!'; $cfg['usernotification_hideemptyvalues'] = false; $cfg['formvalidation_email'][] = 'cfg-element-1-3'; ?>