From e172298b378e6d035e94bfb6e39391c3a17e0f83 Mon Sep 17 00:00:00 2001 From: Nicolaas Date: Mon, 15 Jul 2019 12:32:36 +1200 Subject: [PATCH 1/2] Update INDEX.md --- docs/en/INDEX.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/INDEX.md b/docs/en/INDEX.md index 22de919..dfcb4ab 100644 --- a/docs/en/INDEX.md +++ b/docs/en/INDEX.md @@ -60,7 +60,6 @@ You should set up dataobjects / pages with the following methods: public function setDefaultFieldsForSalesforce() { - // Send info to Salesforce if the user has opted in MySalesforceContactConfigApi::add_fields_to_send_on_creation( $this->SalesforceDefaultCreateContactFields() ); From f0187a1d4940eae9cfdcbc56ec27a2792a99a07d Mon Sep 17 00:00:00 2001 From: Nicolaas Date: Mon, 15 Jul 2019 12:35:03 +1200 Subject: [PATCH 2/2] Update INDEX.md --- docs/en/INDEX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/INDEX.md b/docs/en/INDEX.md index dfcb4ab..8712335 100644 --- a/docs/en/INDEX.md +++ b/docs/en/INDEX.md @@ -73,7 +73,7 @@ You should set up dataobjects / pages with the following methods: ``` -set up controller with the following form: +set up controller with the following form (you will have to make your own Form, as you see see fit): ```php @@ -91,7 +91,7 @@ set up controller with the following form: } ``` -In the `MySalesforceForm` form, add the following: +In the `MySalesforceForm` form, add the following (this will be called on "saving" / "actioning" you form (saving the results of the form): ```php