Everything works great except in version 20121108 the answer to the spam challenge is showing in the input box as the placeholder. To fix I removed this on line 65 of submission-form.php:
placeholder="<?php echo $usp_options['usp_response']; ?>"
Everything works great except in version 20121108 the answer to the spam challenge is showing in the input box as the placeholder. To fix I removed this on line 65 of submission-form.php:
placeholder="<?php echo $usp_options['usp_response']; ?>"
This is fixed in version 20121119, the placeholder now displays the challenge question instead of the answer. Next version the placeholders and label values will be customizable. Thanks for the feedback and 5-star rating =)
You must log in to post.