You are here

function colorbox_node_form_user_register_form_alter in Colorbox Node 7.3

Adds AJAX support to the registration form inside a colorbox modal.

File

./colorbox_node.module, line 98
Creates a menu callback with support for displaying a node inside of a colorbox.

Code

function colorbox_node_form_user_register_form_alter(&$form, &$form_state) {
  colorbox_node_form_ajax_support($form, $form_state, 'register');
}