WP Manifestindependent plugin directory
manifest / forms / stereo-contactform

Stereo contact form

Plugin de formulaires

by Stereo · github.com/stereoweb/stereo-contactform

3stars
3.9kcomposer installs
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/stereoweb/stereo-contactform/archive/refs/heads/master.zip

Also on Packagist as stereo/contact-form:

composer require stereo/contact-form

From the readme

Stereo Contact Form Zero Config Contact Form with Logging for Wordpress Getting Started Install the plugin with the informations specified here Prerequisites Wordpress with Bedrock, jQuery loaded. Installing Usage Create forms in raw html and add class "js-stereo-cf" to your form. With this code, an email with the message content will be sent to the admin email of your Wordpress installation. The subject will be "Formulaire de contact" It will be logged in your Wordpress Administration, with the date, followed by the first field of your form. Want to reset form and keet it visible after send? Want to change the email subject to better fit your needs? Want to change the title field in the Wordpress Administration ? Setting the data-title to a comma seperated list of fields will concatenate each with a space between. Want to set a category to filter the Administration list in case of multiple forms ? The default category is Contact Want to redirect on success ? Set data-redirect with the redirect url Manipulate the "TO" email address If you want the email to go somewhere else : Manipulate the "FROM" email address If you want the email to get from somewhere else

Read the full README on GitHub →