https://github.com/imagewize/img-contact-block
Contact Block for Gutenberg Editor
https://github.com/imagewize/img-contact-block
Last synced: about 1 month ago
JSON representation
Contact Block for Gutenberg Editor
- Host: GitHub
- URL: https://github.com/imagewize/img-contact-block
- Owner: imagewize
- License: gpl-2.0
- Created: 2025-03-06T02:16:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T04:41:24.000Z (over 1 year ago)
- Last Synced: 2025-03-22T06:37:40.485Z (about 1 year ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Imagewize Contact Form
A customizable contact form block for WordPress.
## Description
Imagewize Contact Form is a simple but powerful WordPress block that allows you to add customizable contact forms to any page or post. Built with the WordPress Block Editor in mind, it seamlessly integrates with your content.
## Features
- Easy to use Gutenberg block
- Customizable form fields (labels, submit button text)
- Custom success message
- AJAX form submission (no page reload)
- Email notification to admin or custom email address
## Installation
1. Upload the plugin files to the `/wp-content/plugins/img-contact-block` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the block editor to add the Imagewize Contact Form to your pages or posts.
## Usage
1. Edit a page or post using the block editor.
2. Search for "Imagewize Contact Form" in the block inserter.
3. Add the block to your content.
4. Customize the form labels, submit button text, and success message as needed.
5. Optionally, set a custom recipient email address (if left blank, the admin email will be used).
## Customization
The block offers several customization options directly from the block editor:
- Name field label
- Email field label
- Message field label
- Submit button text
- Success message
- Custom recipient email
## Requirements
- WordPress 6.7 or higher
- PHP 7.4 or higher
## Frequently Asked Questions
### Where are form submissions sent?
By default, form submissions are sent to your WordPress admin email. You can set a custom recipient email in the block settings.
### Is the form submission secure?
Yes, the plugin uses WordPress nonce verification and data sanitization to ensure secure form handling.
## Changelog
### 0.1.0
- Initial release
## Credits
Developed by [Jasper Frumau](https://imagewize.com)
## Author
Jasper Frumau, [Imagewize](https://imagewize.com)
## License
This plugin is licensed under the GPL v2 or later.
See [LICENSE](LICENSE) for more information.