-
Notifications
You must be signed in to change notification settings - Fork 7
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
Multiple registration does not work #21
Comments
thanks for your issue and the idea it brings into this package. The current architecture of this packages is using Flow's validators to check all POST-ed data. Before submitting the user to a list, there is a check, if the user isn't already added. In that Validator (ReceiverNotExistsInGroupValidator), there is no information about the sign-up form (yet). Now I started a thread about that in CleverReach's Community. Hoping, that I missed something or we can maybe get that information via API in the future. See https://support.cleverreach.de/hc/de/community/posts/18280388814994-Formular-Einstellungen-%C3%BCber-API-Abfragen Otherwise I've got 2 quick Ideas for a workaround: 1. Makeing it configurable in Neos. 2. Removing that Validator completely Accordingly, I'm still not quite sure how exactly we should solve the whole thing. I'm currently leaning towards option 2, but perhaps something will arise of my request to CleverReach. I would give it a few days for now. Please let me know what you would prefer or what works best for you. Thank you! |
Hi @Nikdro , The solution approaches sound very interesting. The compatibility aspect is of course very important. In fact, the approach from solution two sounds good. However, it would of course be good if the rest of the behavior could remain the same. I am also hoping for an answer from Clever Reach and from you! Perhaps we will be able to map this behavior in the future. |
In Clever-Reach, multiple registration can be activated for a form. The existing data of a recipient will be overwritten when a new registration is made.
Unfortunately, re-registration does not work with this package. This message is displayed when a new registration is made via the Clever-Reach form:
This e-mail address is already in the list of recipients.
(Translation ID: 1504541582)This message is displayed in the browser's dev tools:
subscribe 400
The new request of the form is not processed and therefore the data is not updated.
Is there a way to add this functionality?
The text was updated successfully, but these errors were encountered: