
The confirmation modal shown before the form is submitted.
“Kakunin” (確認) is the Japanese word for “confirmation”.
This plugin adds a confirmation step to forms built with Contact Form 7. When the visitor presses the submit button, the entered values are listed in a modal window. The form is only sent after the visitor confirms them, which helps to avoid typos in e-mail addresses and accidental submissions.
The plugin does not process the submission itself. Sending is delegated to Contact Form 7 (wpcf7.submit()), and the plugin registers no admin-ajax or REST endpoints of its own.
data-label. Add a data-label attribute to an ancestor element to decide the label shown in the modal, and data-label-suffix to append decorative HTML such as a “required” badge.acceptance fields are supported.data-cf7-match, useful for “confirm your e-mail address” fields..wpcf7cf-hidden are excluded from validation, from the submit button state and from the modal.The admin screen and the default modal texts are written in Japanese, because the confirmation step is a common convention on Japanese websites. All texts shown in the modal can be replaced from the settings screen.
This plugin is not affiliated with or endorsed by the authors of Contact Form 7.
The plugin stores its settings in the WordPress options table only. It collects no personal data, sets no cookies and makes no requests to external servers.