WP Manifestindependent plugin directory
manifest / forms / ql-plain-contact

Plain Contact

WordPress plugin to create a simple contact form with proper validation, sanitization, error checking and spam blocking.

by Bowo · github.com/qriouslad/ql-plain-contact · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/qriouslad/ql-plain-contact/archive/refs/heads/master.zip

Readme

Description

Plain Contact is a WordPress plugin to create a simple contact form via the [plaincontact] shortcode that you add to the content area of your page/post.

The form comes with input sanitization and validation (including nonce), error checking and messages, as well as basic spam blocking mechanism via a simple math capthca. Messages submitted will be sent to the site admin email defined in WordPress General settings page.

Screenshots

Form appearance

Form error messages

Form successfully submitted

Read the full README on GitHub →