- Issue created by @amdcm
- First commit to issue fork.
- 🇫🇷France S3b0uN3t Nantes
Hi,
The
submitContactForm()
method is called both duringpostSave()
and during validation if the form contains a phone field.
This method ends with the creation of a contact on Brevo, which should normally only happen atpostSave()
.
I propose a workaround so as to no longer create contact upon validation.
This is not ideal; In my opinion, the design of this part of the module will have to be reworked.Cheers,
- Merge request !5#3476207 - Dont create contact during phone number validation. → (Open) created by S3b0uN3t