You are here

function salesforce_form_lead_submit in Salesforce Suite 5

all forms set to use lead / event actions receive these submit functions separated right now just because.. TODO: should probably be reduced 1 one function but we're waiting..

File

./salesforce.module, line 289
Original Creator, Maintainer & Developer: Steve McKenzie (http://drupal.org/user/45890) Drupal and Salesforce.com (mainly only working with contacts / leads but can be extended to do anything the salesforce API version 6 can do) Current…

Code

function salesforce_form_lead_submit() {
  $message = _salesforce_is_form('leads', $form_values['form_id'], true);

  // TODO: ? (currently not needed but.. hmm...)
}