André Elvan

Results 45 comments of André Elvan

Hi, As noted in the docs: > You will not get an error message if you submit an email address that's already subscribed to your audience – this is intended...

I've tested this now, and I don't see the behaviour that @jsunsawyer describes. But maybe I don't understand the issue. Here's my test procedure: 1) I subscribe a new user...

Yeah, ok, we're on the same page now. I can confirm that _if_ you resubscribe a user that already has tag "one", and pass in another tag "two" and not...

> When I add an email that's already on the list, all prior history is removed and the "manual addition" is considered the first step in the history of that...

Mailchimp Subscribe [does not redirect](https://github.com/aelvan/mailchimp-subscribe-craft/blob/4419e33babaec121bb7025297979a83fdbf03534/src/controllers/AudienceController.php#L120) if the posted redirect param is an empty string.

Looks like this issue was already raised on putyourlightson/craft-sprig-core: https://github.com/putyourlightson/craft-sprig-core/issues/5 Relevant code here: https://github.com/putyourlightson/craft-sprig-core/blob/0af3e30d726e60c97a722255ce66b3ac98abab24/src/controllers/ComponentsController.php#L83

Well, that depends.. From the error message, it looks like the Asset has not been created yet, it's trying to transform an image in the tempuploads folder. Is the preparse...

I've tested in my test environments, and the setup you're describing works there. The only thing Preparse Field maybe do differently, is changing the config setting `generateTransformsBeforePageLoad` to `true` before...

I've never used Neo, so I have no idea if it works or not. I'm not sure why it _wouldn't_, since it's basically just a plain text field. I see...

That looks correct to me. What's the error you're seeing?