To fix MAB MailChimp HoneyPot
In the Processed Opt In Form Code field (after you click on Process Code
button), look for this line of code:
<input type="text" name="b_07995ab87dd447565a42586ee_c8cc28e061" value="">
It should be somewhere near the end and it should surrounded by other code
so that it looks like this:
<div class="mab-field">
<input type="text" name="b_07995ab87dd447565a42586ee_c8cc28e061">
</div>
in the <div class="mab-field"> html tag, edit it and add style="position:
absolute; left: -5000px;" to the attributes so that it now looks like:
<div class="mab-field" style="position: absolute; left: -5000px;">
<input type="text" name="b_07995ab87dd447565a42586ee_c8cc28e061">
</div>