An overview of the features is below.
- Provides three blocks: a form that houses a custom block for input, a form that confirms the input content, and a form that displays the results when the form is submitted.
- We provide a block that sends the content entered from the input block as a notification email to the set administrator and as an automatic response email to the user who entered it.
-
It has a function to store the entered contents in the WordPress database.
Below is an overview of the functions of each block.
1.Input figure
This block is a block that stores Design Text Control, Design CheckBox, Design Select, and Design Button of BLOCK COLLECTIONS as an inner block and generates a submission form.
Blocks other than these cannot be stored, but there are no particular restrictions on the number.
-
Confirm figure
This block checks the contents entered in the Input Figure and generates a form for sending. Display your entries in a table for confirmation. Then click the submit button to submit the form.
3.Thanks Figure
This is a block that generates a form to display the submission results.
You can set the text of the transmission result and display its contents. You can set a fixed redirect page for the placed button.
- Contact Mail Sender
This block stores the Design Process of Input Figure, Confirm Figure, Thanks Figure, and BLOCK COLLECTIONS as an inner block and generates an inquiry page by email.
We will send an email notifying you of the inquiry from the web page where this block is placed, as well as an automatic response email to the web page viewer who made the inquiry.
This content can be stored in the WordPress database, but the current version does not have the ability to display this content. This is a feature for future version upgrades.
1.1.1
- Fixed text domain setting mistake.
- The inner block monitoring mechanism has been reorganized to improve maintainability.
1.1.0
Correction
Corrected the function to align label widths with the addition of responsive font size function in Block Collection.
- Modified to be compatible with WordPress 6.5.
- PHP class management is now done using Composer.\
GitHub\
Packagist
- I decided to make functions and components common to other plugins into npm packages, and install and use them from npm.\
npm\
GitHub
1.0.0
First public release