Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

anti-spam


ajaxContactForm to simplify te sending of a inquiryform.

jquery.ajaxContactForm is a plugin made to simplify te sending of a inquiryform. The plugin gathers all the filled out data, after testing it on: required values, required numberical values and/or required e-mail structure. After that it sends the form via AJAX (JavaScript).

The forms that will be send are protected against spam because:

  • * There is no form-tag in the DOM, spam-bots can't see that the data will be send, let alone with what page/script it will be send;
  • * A field -invisible for human visitors- will be added which may not be filled out, spam-bots like to fill out as much as they can.

The plugin can also be used as a stand-alone form-validator and/or as a stand-alone default-value-clearer.

Real Person

This plugin is designed to help overcome automated form submission by requiring a "real person" to identify text made up of dots. The entered value is compared on the server with the generated value by computing a hash to determine whether processing should continue.

Server-side implementations are available in PHP and Java.