Tripal
Functions
tripal.registration.inc File Reference

Functions

 tripal_registration_form ($form, &$form_state)
 
 custom_registration_ajax_add_funding ($form, $form_state)
 
 custom_registration_ajax_disable_reg_callback ($form, &$form_state)
 
 tripal_registration_form_validate ($form, &$form_state)
 
 tripal_registration_form_save_registration_info ($form_state)
 
 tripal_registration_form_submit ($form, &$form_state)
 
 tripal_registration_remote_submit ($data)
 

Detailed Description

Contains functions related to the display of Tripal registration form in a Tripal website.

Function Documentation

◆ tripal_registration_form()

tripal_registration_form (   $form,
$form_state 
)

Provides the page for the Tripal registration page

◆ tripal_registration_form_save_registration_info()

tripal_registration_form_save_registration_info (   $form_state)

Saves the current state of the registration form as a drupal variable.

◆ tripal_registration_form_submit()

tripal_registration_form_submit (   $form,
$form_state 
)

Implements submit from the Form API.

Parameters
$formA structured array containing the elements and properties of the form.
$form_stateAn array that stores information about the form's current state during processing.

◆ tripal_registration_form_validate()

tripal_registration_form_validate (   $form,
$form_state 
)

Implements validation from the Form API.

Parameters
$formA structured array containing the elements and properties of the form.
$form_stateAn array that stores information about the form's current state during processing.