Fnord wrote:
Word embeds code into the document that is not displayed in submitted posts. These codes may confuse the captchabot that you are a spambot. Use Notepad, instead. It does not embed formatting codes, and is less likely to confuse the captchabot.
Really? The site doesn't even have a honeypot to catch spam, you really think someone's got a well programmed validation plugin running server-side? It's probably just the rote PHP validation, and it doesn't give a s**t, just that there's data. The database won't spit an error either because chances are anything posted will conform to the field since it's blob format. I don't know how cloudflare works exactly, but I'm assuming the most they do is check IP ranges for known threats and give a quick over to find malicious code, of which normal wordpad encoding wouldn't set it off. This is all assuming that the web browser itself doesn't pre-clean the text on paste (most do). It's just a broken system here and nothing to do with the end-user, which is why people get so pissed off about it.
----------------------------------------------------------------------------------------------------
All that said, there's no need to paste into another program. Merely press back 2 or 3 times on your browser and your typed text should still be there on the posting page since most browsers cache the page before performing any non ajax database operations. Basically when the page knows it's going to have a refresh, the browser will store the page as is-- including things you've typed into inputs. This isn't standardized, but most browsers have this capability precisely for the issues we're encountering.
*One caveat: this doesn't work on a secured connection for security reasons so it will only work if the form's address is HTTP and not HTTPS.