function captcha_questions_add_form_callback in Captcha Questions 7
Callback for ajax-enabled button.
Selects and returns the fieldset with the names in it.
1 string reference to 'captcha_questions_add_form_callback'
- captcha_questions_admin_settings in ./
captcha_questions.admin.inc - Implements hook_form().
File
- ./
captcha_questions.admin.inc, line 274 - Functionality and helper functions for Captcha questions administration.
Code
function captcha_questions_add_form_callback($form, $form_state) {
return $form['forms'];
}