DRY forms (don't repeat yourself) which validate themselves server-side. Form results can be emailed. Hooks and options make plugin very flexible.
form_abort_on_email_failure filter so that emails don't have to abort successform_complete and form_error actions.(form_)email_include_empty_fields to force empty fields to be included in emails.min and max checks to number form inputs.add_filter('form_email_message', 'wp_filter_post_kses') and some other email sanitation checks, just in case.stripslashes() on request params regardless of get_magic_quotes_gpc() or get_magic_quotes_runtime() (WordPress always escapes the global request params in wp-settings.php)p)file input types. data-email-label attribute can now be supplied on the
input element, not just the label element.url, number, and
range typeshidden field
named '_form_name_submitted' captures the name of the form that is submitted so the
server can match up the request with the corresponding form.
Requires: 2.7 or higher
Compatible up to: 2.9.2
Last Updated: 2010-4-1
Downloads: 2,851
Got something to say? Need help?