';
if (isset($_POST['wpam_mc_save_settings'])) {
$enable_mc_signup = isset($_POST['enable_mc_signup']) ? '1':'';
$options = array(
'enable_mc_signup' => $enable_mc_signup,
'mc_api_key' => $_POST['mc_api_key'],
'mc_list_name' => $_POST['mc_list_name'],
);
update_option('wpam_mailchimp_settings', $options); //store the results in WP options table
echo '
';
echo '
MailChimp Settings Saved!
';
echo '
';
}
$wpam_mc_settings = get_option('wpam_mailchimp_settings');
?>
Read the usage documentation to learn how to use the mailchimp integration addon
Enter your MailChimp API details below.