=== Form Block === Contributors: epiphyt, kittmedia Tags: form, contact form, gutenberg, block editor, accessibility Requires at least: 6.3 Stable tag: 1.4.2 Tested up to: 6.7 Requires PHP: 7.4 License: GPL2 License URI: https://www.gnu.org/licenses/gpl-2.0.html An extensive yet user-friendly form block. == Description == WordPress offers several (contact) form plugins, but most of them are not up-to-date anymore when it comes to creating forms. Form Block tackles this problem by utilizing the block editor's power. It enables you to create a form effortlessly within the block editor itself, which makes the process of creating a form much more enjoyable and similar to creating other types of blocks. This innovative approach to form creation ensures that Form Block stands out from other WordPress form plugins. **Note: This plugins requires the PHP extension ["Document Object Model" (php-dom)](https://www.php.net/manual/en/book.dom.php).** = Features = * Fully support of the block editor * Built with accessibility in mind * Create forms with an unlimited number of fields * Select from a wide variety of field types * Use a predefined form or start from scratch * Integrated honeypot for spam protection * Integrated knowledge base for field types * Client-side and server-side validation = Getting started = 1. Add the "Form Block" block anywhere you want to enable a form in your block editor. 1. Select a predefined form or start from scratch. 1. Add/Edit/Remove fields to your form as you like. You can select from input, select and textarea fields. After submission, the form data will be sent to the email address you have set in the settings. = Coming soon = There is much more planned for Form Block. Here is a small selection of features that are coming soon: * Flood Control * [Antispam Bee](https://wordpress.org/plugins/antispam-bee/) integration * Custom date picker * More customization options = Pro version = There is also a Pro version of Form Block available. It offers additional features, such as: * Extended server-side validation * Custom recipient(s) for each form * Custom form action * Upload via drag and drop * Storing files in WordPress instead of attaching them to an email * Global defined consent checkbox * Field dependencies You can find more information at [https://formblock.pro/en/](https://formblock.pro/en/). == Installation == 1. Upload the plugin files to the `/wp-content/plugins/form-block` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress. 1. Add the 'Form Block' block anywhere you want to enable a form in your block editor. == Frequently Asked Questions == = Where can I find the settings? = The settings can be found in **Settings > Writing > Form Block**. = Where will submitted forms be sent to? = All submitted forms will be sent to the administration email address you have set in the settings (**Settings > General > Administration Email Address**). If you want to use another email address as recipient, you can use the filter `form_block_recipients` to change the recipient email address. = Is there a Pro version? = Yes, there is a Pro version with enhanced functionality. Lean more at [https://formblock.pro/en/](https://formblock.pro/en/). = How can I contribute? = The code is open source and hosted on [GitHub](https://github.com/epiphyt/form-block). Read the [contributing guide](https://github.com/epiphyt/form-block/blob/main/CONTRIBUTING.md) for detailed information. = Who are you, folks? = We are [Epiphyt](https://epiph.yt/en/), your friendly neighborhood WordPress plugin shop from southern Germany. = How can I report security bugs? = You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/form-block) == Changelog == = 1.4.2 = * Fixed: Validation issues for separated date fields * Fixed: Line breaks in labels are no more removed in the email * Fixed: Error text for a field too large to upload does not indicate anymore that it has been uploaded = 1.4.1 = * Improved: The notice for required fields is now above the form for enhanced accessibility * Fixed: Gaps in certain browsers from hidden input fields * Fixed: The value of hidden input fields is now populated in the frontend * Fixed: Options without a label now correctly show the value in the select * Fixed: Potential PHP warning for split date and time fields = 1.4.0 = * Added: Custom separated date fields (read [the announcement for more information](https://epiph.yt/en/blog/2024/form-block-1-4-0-release-and-opinions-on-date-pickers/)) * Added: All supported input types that were previously only part of the Pro version * Added: Design for Twenty Twenty-Four * Added: More recognized field names for the form wizard * Improved: Input type selection is now more descriptive and translatable * Fixed: `aria-describedby` for error fields is no more added multiple times * Fixed: Form wizard now returns the proper input fields = 1.3.0 = * Added: Support block settings like font size, line height and dimensions * Added: By selecting an invalid field, the error message will now be announced to screen readers * Fixed: Improved resetting a form after successful submit * Notice: This version requires at least WordPress 6.3 * For developers: Each `