getRequestParam('contextData', []); $contextData = $this->normalizeValues( $contextData ); // - idetity data $identityData = $this->getRequestParam('identityData', []); $identityData = $this->normalizeValues( $identityData ); // prepares data received from custom fields to be transferred to the mailing service $identityData = $this->prepareDataToSave( null, null, $identityData ); require_once OPANDA_BIZPANDA_DIR . '/admin/includes/leads.php'; \OPanda_Leads::add( $identityData, $contextData ); } }