Quantcast
Channel: mailchimp – WordPress.org Forums
Viewing all 2811 articles
Browse latest View live

Suchitra100 on "Postal address for e-mail subscriptions"

$
0
0

Hi all,

I am trying to create an E-mail subscriber list for my website, but Mailchimp asks for a postal address to be included in all e-mails sent out. I don’t want visitors with a difference in opinion, landing at my doorstep! Also, when you spend on protecting your whois information with domain name providers, how does it make sense to broadcast your home address to all of your subscribers? A P.O.Box is quite expensive for a beginner like me. Is there any alternative to this problem? Thanks for your time.


exploringdementia on "[Plugin: Optin Forms] MailChimp question"

Rhl84 on "[Plugin: MailChimp for WordPress] Integration with CF7 not working for me"

$
0
0

Hi,

I've got a very simple CF7 form which I'd like to link to one of my MailChimp lists.
The setup was very simple, but somehow it does not work for me.

The CF7 form works, I get my contact info in the Contact Form DB, but it is not imported in my MailChimp list.

I'd like to have a hidden checkbox (since it is in an environment where the user already knows about giving her/his contact info).

There are 2 required Merge Fields: EMAIL and NAME.

In the contact form I've got:

Uw naam (verplicht)
[text* mc4wp-NAME]

Uw email (verplicht)
[email* mc4wp-EMAIL]

<input type="hidden" name="mc4wp-subscribe" value="1"/>
[submit "Verzenden"]

I've also tried a 'normal' checkbox instead of the hidden type, using:

`[mc4wp_checkbox "Inschrijven"]'

For further info:
I'm using 4.1.1, CF7 4.1.1, mc4CF7 2.2.7.
Also, I'm using WP-members 2.9.8.1, which blocks the content of the page (and thus the CF7 form) from non-members.

Hope someone can help.
Thanks!

https://wordpress.org/plugins/mailchimp-for-wp/

akrobat on "Mailchimp for WP - how to get email address field & submit button on same line"

$
0
0

Hi all,
I'm a newbie to WP. I have installed the Mailchimp for Wordpress pluggin, and want to create a custom form in which the 3 fields - First Name, Email address & Submit button - all appear on the same line.
I followed an earlier post at https://wordpress.org/support/topic/change-submit-button-color, and this worked well. However, either the Wordpress update to v4.1.1, or a recent update of the Spacious theme, seem to have broken the mod and now all 3 fields appear on seperate lines. Can someone please advise as to how to get it all back on one line?

What I've done:
1) Created a Mailchimp form with the code
<input type="text" name="FNAME" placeholder="Your first name">
<input type="email" id="mc4wp_email" name="EMAIL" placeholder="Your email address" required />
<input type="submit" value="Go!" />

2) I'm using a child theme for Spacious (Themegrill): I have a style.css file in the child theme, and added the following lines to the end of the file:
.mc4wp-form input[type="text"] { width: 30%; display: inline-block; }
.mc4wp-form input[type="email"] { width: 55%; display: inline-block; }
.mc4wp-form input[type="Go!"] { width: 10%; display: inline-block; }

As I said, this worked fine for a few weeks but is now broken. I've tried descreasing the %ages in the style.css text (down to 10, 10, 5) but this doesn't make any difference.

I'm probably doing something dumb, but would appreciate it if someone could point out what that is!

My website is at http://www.compasscaddy.com.

Thanks!

nielskreijveld86 on "[Plugin: MailChimp for WordPress] Different lists for CF-7 forms?"

$
0
0

So, I have a site that has 2 Contact Form 7 forms. Both forms should subscribe users to Mailchimp on submit, but to different lists (form A should create a subscriber in list A, form B in list B).

I've added the _mc4wp_lists input field and set them to different list ID's in both forms (as described here). I've also added the [mc4wp_checkbox] code to my form.

When I sign up, I always get subscribed to the lists I've set in the plugin's settings page. The list ID field seems to be ignored. Am I doing something wrong, or is this a limitation of the Lite version of the plugin?

Using Mailchimp for WP 2.2.7, Contact Form 7 3.8.1, WordPress 3.9.3.

https://wordpress.org/plugins/mailchimp-for-wp/

mcheich on "[Plugin: s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members)] Mail Chimp Integration Problems"

$
0
0

Hi - hope all is well!

I have the Mailchimp integration setup up in S2 Member to transition users to a new list and a specific group with in that list when they buy a particular membership level.

I am having two troubles (as of the latest release of S2 Member).

Issue 1: The client is not always being transitioned to the new list. Why this would work sometimes but note others, I am not sure.

Issue 2: If the client does transition - they are not removed from the list they were previously on.

Both of these items use to work pretty seamlessly - aside from some glitches now and then that you guys have addressed.

Any thoughts on what is up? I have triple checked the List IDs and Group Names and the syntax of entering the list information in the S2 member admin panel.

Thanks for any help and have a great one.

https://wordpress.org/plugins/s2member/

tsha on "[Plugin: MailChimp for WordPress] Checkbox mc4wp-subscribe does not work"

$
0
0

I've upgraded to MailChimp for WordPress Pro, and am not using CF7. I am only using the sign-up forms that come with the plugin. I've tried adding the attribute mc4wp-subscribe into my form, but new subscriptions aren't being added to my selected MailChimp list.

This is my form:

[ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]

<p>
    <label>Full Name:</label>
    <input required="required" placeholder="Your first and last name" name="FNAME" type="text">
</p>
<p>
	<label for="mc4wp_email">Email address </label>
	<input type="email" id="mc4wp_email" name="EMAIL" placeholder="Your email address" required />
</p>
<p>
<label><input type="checkbox" name="mc4wp-subscribe" value="1" /> Subscribe to our newsletter?</label>
</p>
<p>
	<input type="submit" value="Download" />
</p>

By submitting their name and email address, it will trigger a welcome email that includes a download link to a document, but I also want to give them the option to sign up for our newsletter. Is this possible?

https://wordpress.org/plugins/mailchimp-for-wp/

knighttan on "Interest Group field not functioning (not enabled?)"

$
0
0

Hi,

I created interest group within a list in MailChimp. But the checkboxes do not function in the form page which I created in wordpress using easy mailchimp extender.

https://cloud.githubusercontent.com/assets/11580917/6763447/56d7a4be-cfb8-11e4-9974-6c126cf894ed.png

In the Error Log, it shows this

https://cloud.githubusercontent.com/assets/11580917/6763448/60741e58-cfb8-11e4-86aa-45be5a59135f.png

I looked into any setting in MailChimp, I cannot find a place to enable or disable the interest group fields. In MailChimp, the interest group field is set to visible.

Anyone could help? Please...


sociallyxp on "[Plugin: MailChimp for WordPress] Submission error 'Oops'. Works when submitted twice"

$
0
0

We have a form at Feed Me Ideas just under the image on the left hand side. If you put in your Email address the first time, hit submit you get:

'Oops. Something went wrong. Please try again later.'

If you click 'Sign-up' again with the same information in place it succeeds:

'Thanks! Please check your e-mail inbox for confirmation!'

The double opt in email is sent out without a problem.

We've tried:

Renewing the API key.
Renewing lists.

Nothing has changed on the mailchimp side or otherwise. Any ideas on how to resolve the issue?

https://wordpress.org/plugins/mailchimp-for-wp/

Giboa on "[Theme: GeneratePress] Mailchimp Signup Form missing "Subscribe" button"

$
0
0

Hello,

I'm trying to add a Mailchimp newsletter signup form into the right sidebar of my website. I know there are several ways to do this and I've chosen to create the embedded form on Mailchimp's site then copy/pasta the html code into wordpress.

I've tried this same method using another wordpress theme and the newsletter/email signup form showed up fine in the sidebar. However, using generatepress, the newsletter signup lacks a "Subscribe" button. The form appears truncated, as seen here.

Currently I'm using a text widget (I tried a different text widget w/same results) to show the Mailchimp form. I have also tried simply entering the Mailchimp email form code into various spots of the Sidebar.php in the WordPress Editor section. The form appeared, but again did not show the Subscribe button.

I used this in the Mailchimp code on my other website and was able to change the Subscribe button to red.
#mc_embed_signup input[type="submit"] {
background: #FF0000
}
But on the GeneratePress site, this did not have any effect (I tried removing this from the email signup form code with no effect)-because of course the Subscribe button didn't show up in the first place.

Lastly, I should note that I'm using the same newsletter signup form on two websites (the first, on which the form appears correctly and this one, where it does not appear correctly). I'm not sure this would play a role in it, but just thought I'd mention in case it does.

Thank you for your time and help,

Giboa

pkumarn on "Blog posts via mailchimp not fucntional"

$
0
0

Hi,

I have hosted embeddedexp.com on wordpress and have installed Mailchimp plugin, configured RSS to email via campaign. Below are two issues i am seeing.

1) When i post a blog, i only see default template sent from my campaign without blog contents. Not sure what i am missing here.

2) As of now campaign time i set to 2PM everyday but Mialchip sends out email at 2.30PM. No matter what time i select, it also gets delayed by 30mins.

Please help me on this issue.

-Prashanth

Al B. on "[Plugin: Outstanding Bar] Subscibers Not Beign Passed To MailChimp"

$
0
0

Great plugin. Exactly what I was looking for. It seems as though none of the subscribers are being passed to MailChimp. Did 4 tests with a variety of email addresses. Did not get a confirmation to any of the addresses and subscribers do not show in MailChimp. All other functions seem to be working.

https://wordpress.org/plugins/outstanding-bar/

ianpegg on "[Plugin: Simple Share Buttons Adder] Twitter URL missing on newsletter click-throughs"

$
0
0

Hello,

Firstly, thank you David for such a tidy and lightweight sharing plugin. I've tried many, but none of them do the job as elegantly as your plugin.

Just a small issue though I'd like to share with you. I've noticed that when a visitor clicks through from a Mailchimp campaign and tries to share the page via Twitter the page URL is missing from the pre-composed tweet. The page title is there, but that's all.

So far I've established that if I remove the tracking parameters (e.g. utm_source) from the URL sent through to Twitter, it works fine. Similarly, if I visit the page directly instead of via a click-through that's being tracked via URL parameters it also works just fine. The other social platforms all behave normally regardless.

I'd love to hear your thoughts on this, thanks for your time.

https://wordpress.org/plugins/simple-share-buttons-adder/

suerobbins on "[Plugin: PopupAlly] PopUp Alley not working with mailchimp"

fusionPT on "[Plugin: WP Marketing] Doesn't work with mailchimp"


johnmroberts on "[Plugin: Analytics360] Authenticating Google Analytics now OAuth 1.0 is officially deprecated"

$
0
0

Having just installed Analytics360 I'm receiving the error:

The page you have requested cannot be displayed. Another site was requesting access to your Google Account, but sent a malformed request. Please contact the site that you were trying to use when you received this message to inform them of the error. A detailed error message follows:

The site "http://mydomain.com" has not been registered.

However, the usual fix to "Manage Domain" is no longer available as google has now fully deprecated OAuth1.0

How do we now allow authentication for analytics360?

https://wordpress.org/plugins/analytics360/

sunbearg on "[Plugin: MailChimp for WordPress] Adding the sign-up box the my homepage"

lancha131 on "[Plugin: CF7 AutoResponder Addon] Can't integrate it with mailchimp"

$
0
0

Hello ,
Please somebody to help me , integration didn't work for me :

I have newsletter contact form (cf7) ..

<h1 style="text-align:center; color:#fff">I'm interested in:</h1>
&nbsp;
<div style="margin:auto; width:100%;"><p style="text-align:left; color:#fff">
[checkbox* my_checkbox use_label_element "Automatically copying profitable trade signals into my MT4 broker account" "Investing BTC in a profitable Hedge Fund" "Reducing transaction costs and having a store of value with a BTC offline wallet" "Learning more about opportunities by attending seminars"  "Hiring a Crypto Currency expert to advise/work on our project" "Introducing our clients to your services to earn from it"]</p></div>
&nbsp;
<p style="text-align:center">
[text* your-name placeholder "Your Name"]</p>

<div style="display:none">
[text text-451 id:sub "New News Letter Referral"]
</div>

<p style="text-align:center; padding-top:20px;">
[email* your-email placeholder "Your Email Address"]</p>
&nbsp;
<p style="text-align:center">
[submit "GET UPDATES"]</p>

i installed this autoresponder plugin and do a settings as in instruction .
I paid attention to API and enter it correctly, also the list name.
But when i fill cf7 form and click submit, nothing happens..
I am not receiving email with respond and new subscriber is not added to list.
anybody help ?

https://wordpress.org/plugins/contact-form-7-autoresponder-addon-plugin/

lynndaue on "[Plugin: Simple Membership] New members not being added to Mailchimp list"

$
0
0

First, thank you for this great plugin! It does so much more than I originally expected it to and totally changed the way I planned to approach an issue on my website.

The one issue I'm having is with populating a Mailchimp list. I followed the plugin documentation and, nothing.

More specifically:

- installed and activated Mailchimp add-on
- entered Mailchimp API key
- edited membership level to include list name in "MailChimp List Name" field

The sign-ups that I've had register on the website, but not on the Mailchimp list.

Thoughts or solutions?

Thank you!

https://wordpress.org/plugins/simple-membership/

mebrown26 on "Editing Mailchimp plugin functions"

$
0
0

Hello,

I've created a signup form on my website by copying the code from MailChimp and creating a widget. As the MailChimp form comes with IDs and Classes, I am able to edit the appearance of the form fairly easily through custom CSS. What I am having trouble with is modifying the form's functionality. I would like to add two check boxes to the form to allow users to subscribe to specific newsletters. Can this be done by modifying the code that MailChimp generated? Here's what it looks like so far...

<!-- Begin MailChimp Signup Form -->

<div id="mc_embed_signup">

<form action="//mackenzieelizabeth.us8.list-manage.com/subscribe/post?u=0415ef19e9d3c59fe5ee1cada&id=5434258e38" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div id="mc_embed_signup_scroll">
<h4>Subscribe to our mailing list</h4>

<div class="mc-field-group">
       <input type="text" value="" placeholder="First name" name="FNAME"

</div>

<div class="mc-field-group">
	<input type="email" value="" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
	<div id="mce-responses" class="clear">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>

	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;"><input type="text" name="b_0415ef19e9d3c59fe5ee1cada_5434258e38" tabindex="-1" value=""></div>
    <div class="subscribebutton"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </div>
</form>
</div>

<!--End mc_embed_signup-->
Viewing all 2811 articles
Browse latest View live




Latest Images