Hi @orbrayt
Sorry to hear that you’re having a momentary issue. That field is actually part of our spam prevention attempts, and is what is known as a “honeypot field”. It’s one that is not supposed to be filled in by actual humans, but any spambots and the like that are coming through, if they do fill it in, it should reject the form submission.
That said, it also should not be visibly seen either, which means that there are some styles loading issues for our plugin’s stylesheet.
Looking at the source of the page itself, I see our stylesheet is found at https://cdn.acbl.org/wp-content/plugins/constant-contact-forms/assets/css/style.css?ver=1540241210 and is part of the CDN cached settings. However, when viewing the file directly, we’re getting an error, which is preventing the loading of the styles. Specifically the error found below:
<Error><Code>AccessDenied</Code>
<Message>Access Denied</Message><RequestId>0AB3E4C7B6E8AA3F</RequestId><HostId>Hg+ziY2OM+IzfFwitj3ALpiPlUCD7p5u9pHVhQAq+dyTeejjbg4kkDAxCBjI7nhRmErxjJ2sabA=</HostId>
</Error>
Best we can offer at the moment is reviewing the CDN settings and possibly excluding our stylesheet from inclusion, if push comes to shove. For whatever reason, it’s failing to load. Once it does, that “Constant Contact Use” field should “go away” and be bot only at that point.