Hi Matthias,
I am not suprised about the design, it's the content, the text. If you take a closer look, you see that there is a line saying:
email address: Leave this field email blank:
where it should just be
Email address
.
Additionally I would like to have these labels in German instead of in English.
Do you have any idea where this bug might be invoked?
EDIT: I just checked the source code and saw that the code is produced by
<p class="nixhier">
What can I do about this?
EDIT 2: I found this in comment_page.php:
<?php if(ENABLED_ASP) { // add some honeypot-fields
?>
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" />
<p class="nixhier">
email address:
<label for="email">Leave this field email blank:</label>
<input id="email" name="email" size="60" value="" /><br />
Homepage:
<label for="homepage">Leave this field homepage blank:</label>
<input id="homepage" name="homepage" size="60" value="" /><br />
URL:
<label for="url">Leave this field url blank:</label>
<input id="url" name="url" size="60" value="" /><br />
Comment:
<label for="comment">Leave this field comment blank:</label>
<input id="comment" name="comment" size="60" value="" /><br />
</p>
<?php }
?>
Why are the "honeypots" displayed on the example page? They are not on my local installation,btw.
Best regards,
spida