Open alexanderbuergin opened 2 months ago
@bencroker: Maybe relevant.
Thanks.
Seems to be all working okay on my end, sorry. Looks like there's not a value for the email? If it's saying that it's null, sounds like something is going on, as that should never happen being a required mapping field.
Describe the bug
Error during Form Synchronization with Campaign Plugin: API Error on Newsletter Subscription
Description:
We are encountering an issue when a form is synchronized with the Campaign Plugin. The newsletter subscription is not being correctly passed to the plugin, leading to an API error.
Error Message:
It appears that the error occurs because the $email argument is being passed as null instead of a string, as expected. This happens when the form tries to create a contact and subscribe them to the newsletter.
Steps to reproduce
Expected Behavior:
The email address should be correctly passed to the Campaign Plugin so that the newsletter subscription can be completed without errors.
Form settings
Versions
Craft CMS: 5.3.2 Formie: 3.0.1 Campaign: 3.4.2