You are here

101 calls to wf_crm_aval() in Webform CiviCRM Integration 7.4

theme_static_contact_element in includes/contact_component.inc
Theme the wrapper for a static contact element Includes normal webform theme wrappers plus a tokeninput-style name field
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_update_7402 in ./webform_civicrm.install
Upgrade schema to handle multiple activities and cases
webform_civicrm_webform_component_presave in ./webform_civicrm.module
Implements hook_webform_component_presave(). Alter form keys when cloning a contact.
wf_crm_admin_component::alterForm in includes/wf_crm_admin_component.inc
Alter back-end webform component edit forms. Called by hook_form_alter() whenever editing a webform component.
wf_crm_admin_component::buildOptionsTable in includes/wf_crm_admin_component.inc
Interface similar to options_element module but with the important difference that options already exist in the civi db so this does not allow create/delete of options
wf_crm_admin_component::moneyOptions in includes/wf_crm_admin_component.inc
options_element alterations for when a currency field (e.g. contribution amount, event fee) is rendered as a select
wf_crm_admin_component::preprocessComponentsForm in includes/wf_crm_admin_component.inc
Add CiviCRM info and theming to webform components form.
wf_crm_admin_component::__construct in includes/wf_crm_admin_component.inc
wf_crm_admin_form::addConditionalRule in includes/wf_crm_admin_form.inc
Create a conditional rule if the source and target fields both exist. TODO: This is fairly minimal. It doesn't check if the rule already exists, and doesn't work if both fields haven't been created yet.
wf_crm_admin_form::addDynamicCustomSetting in includes/wf_crm_admin_form.inc
wf_crm_admin_form::addFieldset in includes/wf_crm_admin_form.inc
Create a fieldset around an entity if it doesn't already exist
wf_crm_admin_form::addItem in includes/wf_crm_admin_form.inc
Build a field item for the admin form
wf_crm_admin_form::addPageBreak in includes/wf_crm_admin_form.inc
Create a page-break before the contribution-page field
wf_crm_admin_form::buildActivityTab in includes/wf_crm_admin_form.inc
Activity settings
wf_crm_admin_form::buildCaseTab in includes/wf_crm_admin_form.inc
Case settings FIXME: This is exactly the same code as buildGrantTab. More utilities and less boilerplate needed.
wf_crm_admin_form::buildContactTab in includes/wf_crm_admin_form.inc
Build fields for a contact
wf_crm_admin_form::buildContributionTab in includes/wf_crm_admin_form.inc
Contribution settings
wf_crm_admin_form::buildGrantTab in includes/wf_crm_admin_form.inc
Grant settings FIXME: This is nearly the same code as buildCaseTab. More utilities and less boilerplate needed.
wf_crm_admin_form::buildMembershipTab in includes/wf_crm_admin_form.inc
Membership settings
wf_crm_admin_form::buildMessageTabs in includes/wf_crm_admin_form.inc
Configure messages
wf_crm_admin_form::buildParticipantTab in includes/wf_crm_admin_form.inc
Event participant settings
wf_crm_admin_form::filterCaseSets in includes/wf_crm_admin_form.inc
Adjust case role fields to match creator/manager settings for a given case type
wf_crm_admin_form::getFieldsToDelete in includes/wf_crm_admin_form.inc
Search for fields that should be deleted
wf_crm_admin_form::insertComponent in includes/wf_crm_admin_form.inc
Add a CiviCRM field to a webform
wf_crm_admin_form::postProcess in includes/wf_crm_admin_form.inc
Submission handler, saves CiviCRM options for a Webform node
wf_crm_admin_form::rebuildData in includes/wf_crm_admin_form.inc
Build $this->data array for webform settings; called while rebuilding or post-processing the admin form.
wf_crm_admin_form::rebuildForm in includes/wf_crm_admin_form.inc
On rebuilding the form
wf_crm_apivalues in includes/utils.inc
Get the values from an api call
wf_crm_components_form_validate in includes/wf_crm_admin_component.inc
Drupal FAPI validation callback for all-components form
wf_crm_configure_form_ajax in includes/wf_crm_admin_form.inc
FAPI AJAX callback
wf_crm_contact_access in includes/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_label in includes/utils.inc
wf_crm_contact_search in includes/contact_component.inc
Returns a list of contacts based on component settings.
wf_crm_display_name in includes/utils.inc
Fetch contact display name
wf_crm_enabled_fields in includes/utils.inc
Get ids or values of enabled CiviCRM fields for a webform.
wf_crm_field_options in includes/utils.inc
Get options for a specific field
wf_crm_fill_contact_value in includes/contact_component.inc
Lookup contact name from ID, verify permissions, and attach as html data.
wf_crm_find_relations in includes/contact_component.inc
Get a contact's relations of certain types
wf_crm_get_events in includes/utils.inc
Get list of events. FIXME use the api for this.
wf_crm_get_fields in includes/utils.inc
Fetches CiviCRM field data.
wf_crm_get_relationship_types in includes/utils.inc
Get relationship type data
wf_crm_user_cid in includes/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_webform_ajax::contactAjax in includes/wf_crm_webform_ajax.inc
Load one or more contacts via ajax
wf_crm_webform_base::findContact in includes/wf_crm_webform_base.inc
Find an existing contact based on matching criteria Used to populate a webform existing contact field
wf_crm_webform_base::getComponent in includes/wf_crm_webform_base.inc
Fetch a webform component given its civicrm field key
wf_crm_webform_base::getData in includes/wf_crm_webform_base.inc
wf_crm_webform_base::getMembershipTypeField in includes/wf_crm_webform_base.inc
wf_crm_webform_base::loadContact in includes/wf_crm_webform_base.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_webform_base::saveDrupalFileToCivi in includes/wf_crm_webform_base.inc
Copies a drupal file into the Civi file system
wf_crm_webform_base::__get in includes/wf_crm_webform_base.inc
Magic method to retrieve otherwise inaccessible properties
wf_crm_webform_postprocess::addOrRemoveMultivaluedData in includes/wf_crm_webform_postprocess.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_webform_postprocess::contributionParams in includes/wf_crm_webform_postprocess.inc
Format contribution params for transact/pay-later
wf_crm_webform_postprocess::contributionRecur in includes/wf_crm_webform_postprocess.inc
Generate recurring contribution and transact the first one
wf_crm_webform_postprocess::createBillingContact in includes/wf_crm_webform_postprocess.inc
Create contact 1 if not already existing (required by contribution.transact)
wf_crm_webform_postprocess::createContact in includes/wf_crm_webform_postprocess.inc
Create a new contact
wf_crm_webform_postprocess::createDeferredPayment in includes/wf_crm_webform_postprocess.inc
Create Pending (Pay Later) Contribution
wf_crm_webform_postprocess::fillContactRefs in includes/wf_crm_webform_postprocess.inc
Recursive function to fill ContactRef fields with contact IDs
wf_crm_webform_postprocess::fillDataFromSubmission in includes/wf_crm_webform_postprocess.inc
Fill data array with submitted form values
wf_crm_webform_postprocess::fillHiddenContactFields in includes/wf_crm_webform_postprocess.inc
Fill values for hidden ID & CS fields
wf_crm_webform_postprocess::findDuplicateContact in includes/wf_crm_webform_postprocess.inc
Search for an existing contact using default strict rule
wf_crm_webform_postprocess::formatSubmissionDetails in includes/wf_crm_webform_postprocess.inc
Process the submission into the details of the activity.
wf_crm_webform_postprocess::getExistingContactIds in includes/wf_crm_webform_postprocess.inc
Fetch contact ids from "existing contact" fields
wf_crm_webform_postprocess::isFieldHiddenByExistingContactSettings in includes/wf_crm_webform_postprocess.inc
Test whether a field has been hidden due to existing contact settings
wf_crm_webform_postprocess::isLivePaymentProcessor in includes/wf_crm_webform_postprocess.inc
wf_crm_webform_postprocess::isPaymentPage in includes/wf_crm_webform_postprocess.inc
Are billing fields exposed to this webform page?
wf_crm_webform_postprocess::loadMultiPageData in includes/wf_crm_webform_postprocess.inc
Load entire webform submission during validation, including contact ids and $this->data Used when validation for one page needs access to submitted values from other pages
wf_crm_webform_postprocess::preSave in includes/wf_crm_webform_postprocess.inc
Process webform submission when it is about to be saved. Called by the following hook:
wf_crm_webform_postprocess::processActivities in includes/wf_crm_webform_postprocess.inc
Save activity data
wf_crm_webform_postprocess::processAttachments in includes/wf_crm_webform_postprocess.inc
wf_crm_webform_postprocess::processCases in includes/wf_crm_webform_postprocess.inc
Save case data
wf_crm_webform_postprocess::processGrants in includes/wf_crm_webform_postprocess.inc
Save grants
wf_crm_webform_postprocess::processMemberships in includes/wf_crm_webform_postprocess.inc
Process memberships for a contact Called during webform submission
wf_crm_webform_postprocess::processParticipants in includes/wf_crm_webform_postprocess.inc
Process event participation for a contact
wf_crm_webform_postprocess::processRelationship in includes/wf_crm_webform_postprocess.inc
Add/update relationship for a pair of contacts
wf_crm_webform_postprocess::reorderLocationValues in includes/wf_crm_webform_postprocess.inc
Reorder submitted location values according to existing location values
wf_crm_webform_postprocess::saveContactLocation in includes/wf_crm_webform_postprocess.inc
Save location data for a contact
wf_crm_webform_postprocess::saveGroupsAndTags in includes/wf_crm_webform_postprocess.inc
Save groups and tags for a contact
wf_crm_webform_postprocess::submitIPNPayment in includes/wf_crm_webform_postprocess.inc
Call IPN payment processor to redirect to payment site
wf_crm_webform_postprocess::submitLivePayment in includes/wf_crm_webform_postprocess.inc
Execute payment processor transaction This happens during form validation and sets a form error if unsuccessful
wf_crm_webform_postprocess::tallyLineItems in includes/wf_crm_webform_postprocess.inc
Calculate line-items for this webform submission
wf_crm_webform_postprocess::updateContact in includes/wf_crm_webform_postprocess.inc
Update a contact
wf_crm_webform_postprocess::validate in includes/wf_crm_webform_postprocess.inc
Called after a webform is submitted Or, for a multipage form, called after each page
wf_crm_webform_postprocess::validateBillingFields in includes/wf_crm_webform_postprocess.inc
Normalize and validate billing input
wf_crm_webform_postprocess::validateParticipants in includes/wf_crm_webform_postprocess.inc
Validate event participants and add line items
wf_crm_webform_postprocess::validateThisPage in includes/wf_crm_webform_postprocess.inc
Recursive validation callback for webform page submission
wf_crm_webform_preprocess::addResources in includes/wf_crm_webform_preprocess.inc
Add necessary js & css to the form
wf_crm_webform_preprocess::alterForm in includes/wf_crm_webform_preprocess.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_webform_preprocess::fillForm in includes/wf_crm_webform_preprocess.inc
Recursively walk through form array and set properties of CiviCRM fields
wf_crm_webform_preprocess::findCaseClientForDefaultContact in includes/wf_crm_webform_preprocess.inc
Function to load default contact (cid1) if default loading is set to case_roles
wf_crm_webform_preprocess::findExistingCases in includes/wf_crm_webform_preprocess.inc
Find case ids based on url input or "existing case" settings
wf_crm_webform_preprocess::loadParticipants in includes/wf_crm_webform_preprocess.inc
Load participant data for a contact
wf_crm_webform_preprocess::loadURLEvents in includes/wf_crm_webform_preprocess.inc
Load event data for the url
wf_crm_webform_preprocess::populateEvents in includes/wf_crm_webform_preprocess.inc
Check if events are open to registration and take appropriate action
wf_crm_webform_preprocess::__construct in includes/wf_crm_webform_preprocess.inc
_webform_edit_civicrm_contact in includes/contact_component.inc
Implements _webform_edit_component().
_webform_render_civicrm_contact in includes/contact_component.inc
Implements _webform_render_component().