• Couple improvement suggestions:

    1. Don’t use inline style for the form elements. That’s really messy, bloated, and bad XHTML practice. Use ‘classes’ or ‘id’.

    2. After the form is sent, if the user hits Refresh in the browser (or, hits Submit twice and sends form twice), the will see this long annoying CAPTCHA message. Instead, check if the user sent the form within the last 45 seconds (use $_SESSIONS to track this), and show “You have already sent the form within the last 60 seconds. If you did not click Submit twice in error, wait a minute before sending your form again.”

    http://wordpress.org/extend/plugins/si-contact-form/

  • The topic ‘[Plugin: Fast Secure Contact Form] CAPTCHA suggestion – instead of error, check if form was sent alr’ is closed to new replies.