Affiliates Constant Contact Integration
-
Ok Ladies and gentlemen, we do not like MailChimp and recently switched to ConstantContact. I know the registration of affiliates can be linked to MailChimp with fancy available plugins. Can anyone suggest a snippet where we can add code to functions.php or add a hidden value that would take leads info to ConstantContact?
We did solve a similar situation for Adding Captcha in Registration
class-affiliates-registration.php$output .= ‘<div class=”sign-up”>’;
$output .= ‘<input value=”xxxxx” name=”leadstoCC” type=”hidden”>’; //NotWorking
$output .= apply_filters( ‘gglcptch_display_recaptcha’, ” ); //Workingfine.
$output .= ‘<input type=”submit” name=”‘ . $submit_name . ‘” value=”‘. self::$submit_button_label . ‘” />’;
$output .= ‘</div>’;Any suggestions?
- The topic ‘Affiliates Constant Contact Integration’ is closed to new replies.