You are here

20 calls to webform_civicrm_aval() in Webform CiviCRM Integration 7.2

webform_civicrm_add_remove in ./webform_civicrm_forms.inc
Handle adding/removing multivalued data for a contact/activity/etc. Currently used only for groups and tags, but written with expansion in mind.
webform_civicrm_configure_form_ajax in ./webform_civicrm.module
FAPI AJAX callback for the configure form.
webform_civicrm_configure_form_builder in ./webform_civicrm_admin.inc
Form to configure CiviCRM options for a Webform Called indirectly from hook_menu() for D7-D6 compatibility
webform_civicrm_configure_form_item in ./webform_civicrm_admin.inc
Build a field item for the configure form
webform_civicrm_configure_form_submit in ./webform_civicrm_admin.inc
Submission handler, saves CiviCRM options for a Webform node
webform_civicrm_contact_clone in ./webform_civicrm.module
Clone a contact via webform. This submit handler is called when cloning a contact's fieldset
webform_civicrm_enabled_fields in ./webform_civicrm_utils.inc
Get ids or values of enabled CiviCRM fields for a webform. @Param $node - node object @Param $submission - if supplied, will match field keys with submitted values
webform_civicrm_field_options in ./webform_civicrm_utils.inc
Get options for a specific field @Param $field: Webform component array @Param $context: Where is this being called from? @Param $data: CiviCRM entity data
webform_civicrm_fill_values in ./webform_civicrm_forms.inc
Recursively walk through form array and set default values for fields based on CiviCRM entity data Called by _webform_civicrm_webform_frontend_form_alter() when webform is being viewed @Param $elements: FAPI array @Param $data: Array of CiviCRM data
webform_civicrm_form_validate in ./webform_civicrm.module
Validation callback for webform submissions.
webform_civicrm_process_form_settings in ./webform_civicrm_admin.inc
Build the $data array for webform settings; called while rebuilding or post-processing the configure form.
webform_civicrm_process_submission in ./webform_civicrm_forms.inc
Webform submission handler Create/update CiviCRM contacts and related data Called by presave, insert and update webform hooks
webform_civicrm_storage in ./webform_civicrm.module
Webform submission hooks don't have access to $form_state So this extra submission handler stores it.
webform_civicrm_update_6204 in ./webform_civicrm.install
Group participant options into a single array.
webform_civicrm_update_6205 in ./webform_civicrm.install
Upgrade for CiviCRM 4.1 compatibility.
webform_civicrm_user_cid in ./webform_civicrm_utils.inc
Lookup a uf ID from contact ID or vice-versa
_webform_civicrm_form_validate in ./webform_civicrm_forms.inc
Recursive validation callback for webform submissions.
_webform_civicrm_participant_validate in ./webform_civicrm_forms.inc
Validation callback for event registrations.
_webform_civicrm_webform_component_form_alter in ./webform_civicrm_admin.inc
Alter back-end webform component edit forms. Called by hook_form_alter() whenever editing a webform component.
_webform_civicrm_webform_frontend_form_alter in ./webform_civicrm_forms.inc
Alter front-end of webforms: Called by hook_form_alter() when rendering a civicrm-enabled webform Add custom prefix. Display messages. Block users who should not have access. Set webform default values.