From ea458686a3eb36be98ccb55d55121b0a9ef53f66 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 5 Jun 2013 12:58:36 +0000 Subject: [PATCH] update some docs --- Toolkit/Contacts/ContactUs.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Toolkit/Contacts/ContactUs.php b/Toolkit/Contacts/ContactUs.php index 7937ec7..f07a726 100755 --- a/Toolkit/Contacts/ContactUs.php +++ b/Toolkit/Contacts/ContactUs.php @@ -905,7 +905,12 @@ class Toolkit_Contacts_ContactUs } /** - * Handles how to process the form when submitted + * Handles how to process the form when submitted. + * + * If you override this method in your extended class you need + * to call this method first + * parent::processData($values); + * then do your processing. * * @param array $values Form submitted values * -- 2.17.1