You are here

function _encryptfapi_form_validate in Encrypt Form API 7.2

Form validation callback.

1 string reference to '_encryptfapi_form_validate'
encryptfapi_form_alter in ./encryptfapi.module
Implements hook_form_alter().

File

./encryptfapi.module, line 44
Main module file for Encrypt Form API.

Code

function _encryptfapi_form_validate($form, &$form_state) {
  _encryptfapi_encrypt_element($form, $form_state);
}