You are here

function wf_crm_configure_form_ajax in Webform CiviCRM Integration 7.3

Same name and namespace in other branches
  1. 7.5 includes/wf_crm_admin_form.inc \wf_crm_configure_form_ajax()
  2. 7.4 includes/wf_crm_admin_form.inc \wf_crm_configure_form_ajax()

FAPI AJAX callback for the configure form.

1 string reference to 'wf_crm_configure_form_ajax'
wf_crm_ajax_item in ./webform_civicrm_admin.inc
Add an ajax container to a form, and set an existing form element to control it

File

./webform_civicrm.module, line 328
Webform CiviCRM Integration Module: Links webform submissions to contacts in a CiviCRM database. @author Coleman Watts

Code

function wf_crm_configure_form_ajax($form, $form_state) {
  return wf_crm_aval($form, $form_state['triggering_element']['#ajax']['pathstr']);
}