$errors = isset($_GET['e']) ? $_GET['e'] : '';
if($errors)<
echo '
'; if($errors=='mail')<
echo 'There was an error submitting the form. Please try again later.';
>else if($errors=='avail')<
echo 'Please provide a response for "Are you available to meet at least ten board meetings per year?" Please respond to all required fields.';
>else if($errors=='add')<
echo 'Please provide a response for "Are you willing to serve on a committee and meet at additional times as committee decides?" Please respond to all required fields.';
>else if($errors=='commit')<
echo 'Please review and agree to the committments listed at the end of the form. Please respond to all required fields.';
>else<
echo 'Please respond to all required fields.';
>
echo '
'; > ?>