Quantcast
Channel: Capsule CRM Filters Archives - Gravity Forms Documentation
Browsing all 6 articles
Browse latest View live

Capsule CRM Feed Meta

Introduction The Feed Object meta for the Capsule CRM add-on is an associative array containing the properties which determine how the add-on should process the form submission. $feed['meta'] = array(...

View Article


gform_capsulecrm_case

Description This filter allows the Capsule CRM Case object to be modified before it is created. Usage The following would apply to all forms: add_filter( 'gform_capsulecrm_case', 'your_function_name',...

View Article

gform_capsulecrm_field_value

gform_{$SHORT_SLUG}_field_value The post gform_capsulecrm_field_value appeared first on Gravity Forms Documentation.

View Article

gform_capsulecrm_opportunity

Description This filter allows the Capsule CRM Opportunity object to be modified before it is created. Usage The following would apply to all forms: add_filter( 'gform_capsulecrm_opportunity',...

View Article

gform_capsulecrm_person

Description This filter allows the Capsule CRM Person object to be modified before it is created/updated. Usage The following would apply to all forms: add_filter( 'gform_capsulecrm_person',...

View Article


gform_capsulecrm_task

Description This filter allows the Capsule CRM Task object to be modified before it is created. Usage The following would apply to all forms: add_filter( 'gform_capsulecrm_task', 'your_function_name',...

View Article
Browsing all 6 articles
Browse latest View live