45 lines
1.6 KiB
Text
45 lines
1.6 KiB
Text
|
|
=== Ansico Contact Form ===
|
||
|
|
Contributors: ansico
|
||
|
|
Tags: contact form, gutenberg, block, spam protection, customizable
|
||
|
|
Requires at least: 5.8
|
||
|
|
Tested up to: 6.9.4
|
||
|
|
Stable tag: 1.0.0
|
||
|
|
License: GPLv3 or later
|
||
|
|
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||
|
|
|
||
|
|
A lightweight, fully customizable contact form block for the Gutenberg editor with built-in math spam protection.
|
||
|
|
|
||
|
|
== Description ==
|
||
|
|
|
||
|
|
Ansico Contact Form is a simple yet powerful Gutenberg block that allows you to add contact forms to any page or post. Every label, button, and message is customizable directly within the editor.
|
||
|
|
|
||
|
|
Key features:
|
||
|
|
* Native Gutenberg block.
|
||
|
|
* Math-based spam protection.
|
||
|
|
* Supports both Plain Text and HTML emails.
|
||
|
|
* Customizable labels for all fields.
|
||
|
|
* Customizable success and error messages.
|
||
|
|
* Remembers user input if spam check fails.
|
||
|
|
* Individual block settings.
|
||
|
|
|
||
|
|
== Installation ==
|
||
|
|
|
||
|
|
1. Upload the plugin files to the `/wp-content/plugins/ansico-contact-form` directory, or install the plugin through the WordPress plugins screen directly.
|
||
|
|
2. Activate the plugin through the 'Plugins' screen in WordPress.
|
||
|
|
3. Search for the "Ansico Contact Form" block in the editor and add it to your page.
|
||
|
|
|
||
|
|
== Screenshots ==
|
||
|
|
|
||
|
|
1. The contact form block settings in the Gutenberg sidebar.
|
||
|
|
2. The contact form as it appears on the frontend.
|
||
|
|
|
||
|
|
== Changelog ==
|
||
|
|
|
||
|
|
= 1.0.0 =
|
||
|
|
* Official production release.
|
||
|
|
* Added readme.txt for WordPress.org compliance.
|
||
|
|
* Set sender email to use the user's inputted email address.
|
||
|
|
* Improved email headers to show sender name.
|
||
|
|
* Included all field data in the email body.
|
||
|
|
* Fixed double-sending issues.
|