I downloaded the most recent version and got a different error.
[21-Jun-2023 20:56:49 UTC] PHP Fatal error: Uncaught Error: Undefined constant Newsletter::instance in /var/www/vhosts/gl2025.grandlodge.bcy.ca/httpdocs/wp-content/plugins/newsletter-forms/plugin.php:504
I fixed the error. Line 504 would be as follows.
$profile = Newsletter::instance()->get_profile($number);
Notice the “()” after instance.