Hi,
I have the following newsletter subscription form by Moosend and added the required action of the plugin
<form action="https://app.moosend.com/subscribe/dddeda9d-5549-4778-b475-b472e7b91982" method="post" id="ms-sub-form" target="_blank">
<div>
<input type="text" name="ms-email" id="email" placeholder="Your email" required />
<input type="submit" value="SUBMIT" />
</div>
<?php do_action('google_invre_render_widget_action'); ?>
</form>
Is it ok? Do I need to add anything else? Because I get a lot of spam entries in my newsletter list.