A freelancer put a MC signup form on my wordpress blog, but it's sending emails to the wrong audience in MC. I can't ask him to fix it - he installed malware on my site (and Upwork refused to help!) I'm hoping somewhere here can help.
This is the code:
<form class="gc-subs-form" action="https://lix-it.us16.list-manage.com/subscribe/post?u=8d28aa75ae6b17fa1658a44f0&id=530c88d153"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
target="_blank"
novalidate=""
_lpchecked="1">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter Your Email" required="">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_8d28aa75ae6b17fa1658a44f0_530c88d153" tabindex="-1" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="gc-subs-btn">
</form>
I changed the action="URL" to match the audience I want the emails to go to, but it hasn't changed anything.
I could start again with an MC embedded form but I want to keep the styling I currently have.
Help would be greatly appreciated, thank you.