/************************************************************************* REGISTRATION CONFIGURATION VARIABLES These will slightly alter the behavior of the registration pages without changes to the XML parser, or any other files. If other text needs to be altered, it will be in one of the following files: forgotPassword.php,fakepost.php,index.php,update.php,updateform.php **************************************************************************/ include('../configs/config.db.inc.php'); include('../configs/config.var.inc.php'); require ("../lang/lang_$language.php"); //define Domain and folder where these scripts are located, no trailing slash define('PHP_WORKING_DIR',$RootUrl.'/apply'); //This is the sites ID for tracking purposes. This value is ignored if //GET_DYNAMIC_SITE_ID is enabled define('SITE_ID',$SiteID); //Uncomment the below line to allow the site ID to be passed into index.php //as the GET variable `siteid` //If a get variable is not passed in, it will default to 0 (ayatravelnursingjobs.com) // define('GET_DYNAMIC_SITE_ID',1); //These variables are where the ASP pages are located define('ASP_EMAIL_CHECK','http://www.ayatravelnursingjobs.com/rpc/registration/checkemail.asp'); define('ASP_FORGOT_PASS','http://www.ayatravelnursingjobs.com/rpc/registration/forgotpassword.asp'); define('ASP_FORM_SUBMIT','http://www.ayatravelnursingjobs.com/rpc/registration/insertform.asp'); define('ASP_FORM_UPDATE','http://www.ayatravelnursingjobs.com/rpc/registration/resumeinfo.asp'); define('ASP_FORM_UPDATE_SUBMIT','http://www.ayatravelnursingjobs.com/rpc/registration/updateform.asp'); define('ASP_FORM_OKAY','http://www.ayatravelnursingjobs.com/login/'); //Uncomment the below line to Paginate the Form into 2 parts //(personal info & professional info) define('DISPLAY_PAGINATED', 0); //The two lines below indicate the order you want the form //elements to display. Setting these to 2 then 1 will show //the profession fieldset before the personal info. //This works when the form is paginated as well. define('ORDER_FIRST',1); define('ORDER_SECOND',2); //If set, the text defined in SHOW_ERROR_TEXT will be displayed //in a box at the top of the page if a form is submitted with errors. define('SHOW_ERROR',1); define('SHOW_ERROR_TEXT','Please review the form, and fix all errors (indicated in red) then try again.'); //If SET_FOCUS is set, focus will put to the element id defined in // SET_FOCUS_ELEMENT upon page load. define('SET_FOCUS',1); define('SET_FOCUS_ELEMENT','email'); //If set, this will set the focus to the first element that //has an error after form submit. define('SET_ERROR_FOCUS',1); //Determine whether or not to send an email to user on successful submission. define('SEND_MAIL',1); define('SEND_UPDATE_MAIL',1); //If sending mail, should it be text or HTML? 1 for HTML, 0 for text define('MAIL_HTML',1); define('MAIL_UPDATE_HTML',1); //Other variables to send mail. May use form submitted values such as //\$_POST[firstName] \$_POST[lastName] \$_POST[email] // note the backslash before dollar sign, used to stop the variable from being // evaluated right away (as $_POST is null when this page is loaded) later we // use eval() to convert variables to values, right before sending the mail define('CONF_MAIL_FROM','hostmaster@ayahealthcare.com'); define('CONF_MAIL_SUBJECT',"Welcome to ayatravelnursingjobs.com, \$_POST[firstName]!"); define('CONF_MAIL_HTMLTEXT',"
Dear \$_POST[firstName],