Last Updated on November 12, 2018 by Neil Murray
Change Log
- Additional settings:
on_sent_okandon_submithave been removed. - New additional setting:
skip_mail - Acceptance checkbox: Allows the specifying of a statement of conditions in the form-tag’s content part.
- Acceptance checkbox: Supports the
optionaloption. - New special mail tags:
[_site_title],[_site_description],[_site_url],[_site_admin_email],[_invalid_fields],[_user_login],[_user_email],[_user_url],[_user_first_name],[_user_last_name],[_user_nickname],[_user_display_name]
- New filter hooks:
wpcf7_upload_file_name,wpcf7_autop_or_not,wpcf7_posted_data_{$type}, andwpcf7_mail_tag_replaced_{$type}
- New form-tag features:
zero-controls-containerandnot-for-mail
Refer Contact Form 7 5.0 – Change Log
Acceptance Checkbox
Acceptance checkbox is one of the form-tag types that Contact Form 7 has long provided. It consists of a simple checkbox dedicated to confirming the submitter’s consent on a given condition.
We decided to redefine this feature because it was no longer adequate to meeting increasing requirements. Obtaining explicit consent in advance of collecting personal data is now considered essential in terms of protecting privacy rights. Therefore, it is important to record who has consented to what conditions if there is a possibility of reusing the personal data.
With the new acceptance checkbox, you can specify a condition to consent to in the content part of the form-tag, and if the submitter consents to it, the fact will be recorded in a mail message, or in the database (Flamingo).
Refer Acceptance Checkbox