You are here

39 calls to wf_crm_aval() in Webform CiviCRM Integration 7.3

theme_static_contact_element in ./contact_component.inc
Theme the wrapper for a static contact element Includes normal webform theme wrappers plus a tokeninput-style name field
theme_webform_civicrm_components_form in ./webform_civicrm_admin.inc
Theme override for webform components form.
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_update_7300 in ./webform_civicrm.install
Note: There are differences in how contact references and relationships work in the 3.x branch. Read the upgrade instructions at http://drupal.org/node/1615380
webform_civicrm_update_7301 in ./webform_civicrm.install
Update case features.
webform_civicrm_webform_component_presave in ./webform_civicrm.module
Implements hook_webform_component_presave(). Alter form keys when cloning a contact.
wf_crm_activity_find in ./webform_civicrm_utils.inc
Fetch an existing activity for a contact based on activity & case criteria Maybe someday this will be possible through the CiviCRM API
wf_crm_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.
wf_crm_case_find in ./webform_civicrm_utils.inc
Fetch an existing case for client(s) Based on url param or status_id and case_type_id
wf_crm_component_insert in ./webform_civicrm_admin.inc
Add a CiviCRM field to a webform
wf_crm_configure_form in ./webform_civicrm_admin.inc
Drupal form builder callback Form to configure CiviCRM options for a Webform
wf_crm_configure_form_ajax in ./webform_civicrm.module
FAPI AJAX callback for the configure form.
wf_crm_configure_form_item in ./webform_civicrm_admin.inc
Build a field item for the configure form
wf_crm_configure_form_submit in ./webform_civicrm_admin.inc
Submission handler, saves CiviCRM options for a Webform node
wf_crm_contact_access in ./contact_component.inc
Load contact name if user has permission. Else return FALSE.
wf_crm_contact_clone in ./webform_civicrm.module
Clone a contact via webform. This submit handler is called when cloning a contact's fieldset
wf_crm_contact_get in ./webform_civicrm_forms.inc
Fetch all relevant data for a given contact Used to load contacts for pre-filling a webform, and also to fill in a contact via ajax
wf_crm_contact_search in ./contact_component.inc
Returns a list of contacts based on component settings.
wf_crm_display_name in ./webform_civicrm_utils.inc
Fetch contact display name
wf_crm_enabled_fields in ./webform_civicrm_utils.inc
Get ids or values of enabled CiviCRM fields for a webform.
wf_crm_field_options in ./webform_civicrm_utils.inc
Get options for a specific field
wf_crm_fill_contact_value in ./contact_component.inc
Lookup contact name from ID, verify permissions, and attach as html data. Used when rendering or altering a CiviCRM contact field
wf_crm_fill_form in ./webform_civicrm_forms.inc
Recursively walk through form array and set properties of CiviCRM fields Called by _wf_crm_frontend_form_alter() when webform is being viewed
wf_crm_get_list in ./webform_civicrm_utils.inc
Get id of the option list for a field
wf_crm_get_options in ./webform_civicrm_utils.inc
Get option values from various civicrm tables
wf_crm_process_form_settings in ./webform_civicrm_admin.inc
Build the $data array for webform settings; called while rebuilding or post-processing the configure form.
wf_crm_process_relationship in ./webform_civicrm_forms.inc
Dispatch function to add/update relationship for a pair of contacts Called during webform submission
wf_crm_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
wf_crm_storage in ./webform_civicrm.module
Webform submission hooks don't have access to $form_state So this extra submission handler stores it.
wf_crm_user_cid in ./webform_civicrm_utils.inc
Lookup a uf ID from contact ID or vice-versa With no arguments passed in, this function will return the contact_id of the current logged-in user
wf_crm_validate in ./webform_civicrm.module
Validation callback for webform submissions.
_webform_render_civicrm_contact in ./contact_component.inc
Implements _webform_render_component().
_wf_crm_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.
_wf_crm_fill_contact_ref in ./webform_civicrm_forms.inc
Recursive function to fill ContactRef fields with contact IDs Called during webform submission
_wf_crm_form_data in ./webform_civicrm_forms.inc
Dispatch function to fill data array with submitted form values Called during webform submission
_wf_crm_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.
_wf_crm_participant_validate in ./webform_civicrm_forms.inc
Validation callback for event registrations.
_wf_crm_validate in ./webform_civicrm_forms.inc
Recursive validation callback for webform submissions.