

Manage contact forms and generate shortcodes from the dashboard.
Bran-Don Easy Contact Form provides the essential contact form features commonly required by Japanese business websites without unnecessary complexity.
Features:
After creating a form, place its shortcode on a page. For example:
[brandon_easy_contact_form id="contact"]
The default design is intended to work with most WordPress themes.
If you would like to match the form to your site’s design, simply add your own CSS in Appearance Customize Additional CSS or your child theme.
Examples:
.brandon_ecf-form input,
.brandon_ecf-form textarea,
.brandon_ecf-form select {
border-color: #ff6600;
}
.brandon_ecf-form input,
.brandon_ecf-form textarea,
.brandon_ecf-form select,
.brandon_ecf-submit {
border-radius: 8px;
}
.brandon_ecf-submit {
background: #2e7d32;
}
.brandon_ecf-submit:hover {
background: #256428;
}
.brandon_ecf-form label {
color: #444;
}
This plugin can optionally connect to Google reCAPTCHA when the site administrator enables reCAPTCHA for a form.
When enabled, the visitor’s browser loads the reCAPTCHA script from Google, and the plugin sends the reCAPTCHA response token and the visitor’s IP address to Google’s verification endpoint to determine whether the verification succeeded. No information is sent to Google by this plugin when reCAPTCHA is disabled.
This service is provided by Google and is subject to Google’s terms of service and privacy policy.