-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't change the completeMessage text #4
Comments
@hiddevdploeg could you share the whole rimp snippet (minus your mailchimp key). The above should work just like the other fields. |
Sure thing! Here goes:
|
@hiddevdploeg I believe the quote syntax you are using may be wrong. Could you try instead of the double quotes to use the
or
|
@hiddevdploeg can you tell me what version of rimp you have in your package.json? |
0.1.7 |
mmm... that was from the initial release of https://github.com/the-couch/rimp/blob/master/package/index.js#L138 <-- this is correct |
For some reason I did find it in the |
Not sure how this happened, I did re-install it and it was still there |
I'll take a look at the npm version, but this is pretty legacy, are you using npm or yarn? @hiddevdploeg |
Yarn |
Other than that it's brilliant. Any way I can get the GDPR things pop up or link mailchimp confirmation screen? I'm afraid it's legally not allowed to add people directly to a list, no? |
You should still get the confirm email in your inbox unless you have that disabled. The purpose for this package is to allow for clientside subscribing without the need to take users to the confirmation page. Otherwise you can't do the like clientside This can usually only be achieved when using server side mailchimp api. However this is an undocumented solution. Alternatively open to ways to make this more accessible! |
The source code on npm for version 0.1.7, has the _react2.default.createElement(
'p',
null,
'You\u2019ve been added to our list. X'
) Rather than using this |
will take another look at this @camsjams i think npm just hates me 🤔 |
Also seeing this issue using yarn. |
Hi,
First of all great job! I Love the simplicity of this.
For some reason my
completeMessage
isYou’ve been added to our list. X
instead of the text I defined ascompleteMessage={"Thanks for subscribing!"}
Any idea how this is possible?
The text was updated successfully, but these errors were encountered: