latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Mailchimp Single Opt-In

Home Forums Community Forum Mailchimp Single Opt-In

This topic contains 1 reply, has 2 voices. Last updated by  Raam Dev 4 years, 8 months ago.

Topic Author Topic
Posted: Saturday May 5th, 2012 at 11:16 am #12675
Nick Bencino
Username: nickfx

I need to make Mailchimp single opt-in on my s2member registration form. How do I do this?

In the ni-mcapi.inc.php I found the function below but I want a way to change this without directly editing s2member files.

function listSubscribe($id, $email_address, $merge_vars=NULL, $email_type='html', $double_optin=true, $update_existing=false, $replace_interests=true, $send_welcome=false) {
    $params = array();
    $params["id"] = $id;
    $params["email_address"] = $email_address;
    $params["merge_vars"] = $merge_vars;
    $params["email_type"] = $email_type;
    $params["double_optin"] = $double_optin;
    $params["update_existing"] = $update_existing;
    $params["replace_interests"] = $replace_interests;
    $params["send_welcome"] = $send_welcome;
    return $this->callServer("listSubscribe", $params);
}
 

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Saturday May 5th, 2012 at 2:40 pm #12687
Raam Dev
Username: Raam
Staff Member

Hi Nicola,

If you’re referring to the double opt-in requirement (where MailChimp sends the customer a signup confirmation email where they need to click a link to confirm their subscription), you can disable that using a filter. Please see this thread for more info.

Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.