= "4.2.0") { $f = $_POST['f']; $submit = $_POST['submit']; } $easiFormAction = true; if (file_exists('easiForm_config.php')) { include_once('easiForm_config.php'); } else { echo "Warning, your form is using a Freeway Action to include 'easiForm' but it appears the 'easiForm_config.php' script has not been uploaded to the form directory, you will need to upload the 'easiForm_config.php' file to correct this error."; exit; } if ($submit) { if (file_exists('easiForm_mail.php')) { include_once('easiForm_mail.php'); } else { echo "Warning, your form is using a Freeway Action to include 'easiForm' but it appears the 'easiForm_mail.php' script has not been uploaded to the form directory, you will need to upload the 'easiForm_mail.php' file to correct this error."; exit; } } ?>