So I've noticed a problem with meetup boards: Whenever I want to post to a board I can type in a message, but can't submit it.
Below the Message field there's a <ul>
with a single <li>
that says You will only be required to do this once.
which is particularly unhelpful.
If I try to submit the form I get an error that says You entered a bad response. Please try again.
I also noticed that there is a <div>
below that with some reCaptcha widget that starts out with display: none;
set on it. If I remove that there is a broken reCaptcha that I'm guessing is supposed to be what I'm only required to do once.
Right now the only way I can get around this is to turn off javascript and use the iFrame backup. (For reference, this only seems to work occasionally.)