Closed alwex closed 7 years ago
Thanks for taking the time to post to our issue tracker.
This repository is in the SilverStripe Archive which means it's a module we no longer actively support.
We're looking more to the community to provide support for these modules if users want to continue to use them.
Would you be willing to spend the time submitting a patch for this issue?
Hi, no problem.
I have submitted a pull request, do you mind accepting it in order to make it available to others? thank you.
https://github.com/silverstripe-archive/silverstripe-newsletter/pull/118
done
Hi, I am using silverstripe 3.4.x with this module. everything work fine except when I try to submit the subscription form with empty fields, the call to
addErrorMessage($fieldName, $message, $messageType, $escapeHtml = true)
is not correct and the argument$messageType
is missing.