• Resolved Paz

    (@parambsingh)


    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?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Kento

    (@proaktion)

    Hi,

    There’s an easy solution which involves:

    a) Our free integration with Ninja Forms https://wordpress.org/plugins/affiliates-ninja-forms/
    b) This premium extension for Ninja Forms with Constant Contact https://ninjaforms.com/extensions/constant-contact/

    Should be straight-forward to use, no coding involved and their premium add-on is cheap 🙂

    Cheers

    Thread Starter Paz

    (@parambsingh)

    Now, that is a super fast response. Thank you Again for the speedy response! 🙂

    I was hoping if I can use a Contact Form integration versus Ninja as it comes with a topped up plugin which takes the lead to CC automatically for me.

    Plugin Author Kento

    (@proaktion)

    Yes the combination should work quite nicely.

    I’m not sure I understand what you mean with the “Contact Form integration” though …

    Thread Starter Paz

    (@parambsingh)

    It worked perfectly. I did purchase Ninja extension for Constant Contact.

    Sorry for the confusion. What I meant was instead of using Ninja Forms, I was planning to use Contact Form 7 plugin but now that is not required anymore. Thank you.

    Could you also respond here to my other question when you can:
    https://wordpress.org/support/topic/sending-affiliate-url-on-welcome-email-versus-have-them-log-in/
    I’m needing to send affiliate URL in an email or welcome email. The other solution I’m thinking is to generate and make affiliate URL visible with thanks message. Any thoughts?

    Cheers

    Plugin Author Kento

    (@proaktion)

    Hi Paz,

    Great to hear this worked for you! I’ll check your other question in a minute, it took a while as we’re busy with preparing updates 😉

    Cheers

    • This reply was modified 7 years, 2 months ago by Kento.
    Thread Starter Paz

    (@parambsingh)

    Thank you, Kento! Appreciate it. We are using Affiliates, if you want us to use Pro, I can ask the client to purchase a license too.

    Plugin Author Kento

    (@proaktion)

    That’s very kind, thank you very much but I think it wouldn’t be necessary unless they actually require the additional features.

    I’m still trying to figure out how we can solve the other topic 🙂

    Thread Starter Paz

    (@parambsingh)

    Ok Cool. Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Affiliates Constant Contact Integration’ is closed to new replies.