52 calls to form_error()

admin.courses.inc in modules/admin/admin.courses.inc
admin.degrees.inc in modules/admin/admin.degrees.inc
admin.groups.inc in modules/admin/admin.groups.inc
admin.module in modules/admin/admin.module
The administrative configurations for FlightPath.
admin_add_degree_form_validate in modules/admin/admin.degrees.inc
Validate handler for add_degree_form
admin_apply_draft_changes_form_validate in modules/admin/admin.module
Before we apply changes, make sure the password is correct.
admin_copy_degree_form_validate in modules/admin/admin.degrees.inc
Validate handler. Make sure our allow_overwrite setting is working. Check for existing major code.
admin_duplicate_year_form_validate in modules/admin/admin.module
Before we duplicate the year, make sure the password is correct.
admin_edit_course_form_submit in modules/admin/admin.courses.inc
admin_edit_degree_form_validate in modules/admin/admin.degrees.inc
admin_edit_group_form_submit in modules/admin/admin.groups.inc
admin_edit_group_form_validate in modules/admin/admin.groups.inc
Validate handler for edit group form.
advise.module in modules/advise/advise.module
advise_what_if_selection_form_validate in modules/advise/advise.module
Validate handler for the what_if selection form. This is where we might, for example, make sure that if a non-dynamic degree was selected, that they can't proceed.
audit.module in modules/audit/audit.module
This is the Audit module, which provides functionality relating to degree audits.
audit_settings_form_validate in modules/audit/audit.module
calendar.module in modules/calendar/calendar.module
calendar_appointment_content_form_validate in modules/calendar/calendar.module
Custom validate handler for when we save an appointment form. We want to confirm the student is valid, and also store ONLY the cwid.
calendar_schedule_appointment_confirm_form_validate in modules/calendar/calendar.module
This is our last chance to validate the form before saving.
content.module in modules/content/content.module
content_edit_content_form_validate in modules/content/content.module
content_public_files_form_validate in modules/content/content.module
encryption.module in modules/encryption/encryption.module
This is the main module file for the encryption module.
encryption_settings_form_validate in modules/encryption/encryption.module
engagements.module in modules/engagements/engagements.module
This is the primary module file for the engagements module.
engagements_mass_sms_form_validate in modules/engagements/engagements.module
engagements_send_email_or_txt_form_validate in modules/engagements/engagements.module
form_basic_validate in includes/render.inc
This is a very basic validator for form API submission. All I really care about is making sure required fields have a value in them. If they do not, we will file a form_error.
hook.api.php in includes/hook.api.php
Lists all available hooks within FlightPath's core code.
hook_validate in includes/hook.api.php
Validates form submissions from the Form API
prereqs.module in modules/prereqs/prereqs.module
This is the module file for the prereqs module.
prereqs_edit_course_form_validate in modules/prereqs/prereqs.module
validate for the edit course form, from admin.courses.inc.
render.inc in includes/render.inc
reports.activity-audit.inc in modules/stats/reports.activity-audit.inc
schools.module in modules/schools/schools.module
Schools module.
schools_administer_schools_form_submit in modules/schools/schools.module
stats_report_activity_audit_form_validate in modules/stats/reports.activity-audit.inc
student_files.module in modules/student_files/student_files.module
This is the student_files module, which will facilitate uploading (securely) files to be associated with student accounts.
student_files_settings_form_validate in modules/student_files/student_files.module
We mainly want to make sure nothing got entered in an incorrect format here.
student_files_upload_any_student_files_form_validate in modules/student_files/student_files.module
Validate function.
system.module in modules/system/system.module
system_ban_ip_settings_form_validate in modules/system/system.module
system_login_form_validate in modules/system/system.module
Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use…
system_mfa_login_form_validate in modules/system/system.module
user.module in modules/user/user.module
user.student.inc in modules/user/user.student.inc
Keep track of functions dealing specifically with student user management
user_edit_student_user_form_validate in modules/user/user.student.inc
Validate handler for editing student users.
user_edit_user_advisees_form_validate in modules/user/user.module
Check to see if we entered a CWID which doesn't exist in students table.
user_edit_user_form_validate in modules/user/user.module
Validate handler for editing faculty users.
user_student_edit_student_courses_form_validate in modules/user/user.student.inc
user_user_settings_form_validate in modules/user/user.module
Needed if we are trying to change password.
z__schools_admin_copy_degree_form_validate in modules/schools/schools.module