Submission Received

Thank you for your submission to '.MSG_TITLE.'!

'); // Message for when a submission error occurred define('MSG_FAIL', '

Error receiving submission

\n";

There was a problem with your submission. Please hit the Back button on your browser and try again in a few minutes, or contact the form\'s administrator if the problem persists.

'); // Displayed at the bottom of every page define('MSG_FOOTER', '©2020 Our Awesome Org - All rights reserved. Form powered by Lockbox by Open Privacy'); // restrict the (optional) admin form to these IPs $ADMIN_IPS = array( /* "1.2.3.501", // erinn "9.5.1.06", // sarah "92.102.94.l" // dan*/ ); // if you would like you disable the IP check (not recommended!) you can use this line instead: // $ADMIN_IPS = array(); // password for downloading submissions from the admin form define('DL_PASS', ""); // ============ include file locations -- you shouldn't need to change below this line define('header', 'php/header.tpl.php'); define('footer', 'php/footer.tpl.php'); define('form', 'php/form.inc.php'); ?>