A mysterious form has appeared on the site:
The form has the following HTML:
:
<form id="doesthiswork" name="doesthiswork" method="post">
<fieldset>
<input type="message" name="message" id="message" size="30" value="" required style="margin-top:5%;" />
<input id="submit" type="submit" name="submit" value="Send" class="sendbutton" />
<div id="formresponse">...</div>
<div id="formerror"></div>
</fieldset>
</form>
Along with new comment messages:
:
!-- there's got to be a wa_
attempt number seventy five...
[edited out several empty lines]
still lsot ? .m
-->
So far I haven’t gotten an interesting response from any inputs to the form. Everything I try just reloads the same page when it submits.