Contact Form - Event Registration
Added a contact form and put in a dropdown as follows
<p>Payment Options<br/>
[select* PaymentOptions id:payment_option include_blank "Credit Card" "Prepay Check" "Purchase Order"]
</p>
When submitting the form the contact form will always error with the spam auto notification message; if we remove the "Credit Card" and replace with "Card" the form works as it should and will submit.
Any Ideas On why/how/what is causing this behavior. I have remove WP-SpamShield and WordFence; behavior is still occurring.