5. Contact Form 7

Bundled with the theme comes Contact Form 7: it can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.

Official documentation: https://wordpress.org/plugins/contact-form-7/

Html formatting

In order to achieve a nice design result, make sure to use the following fields formatting:

<div class="pdws-fieldset">
[email* m-name placeholder "Your name here" ]
<label for="m-name">Name </label>
</div>

<div class="pdws-fieldset">
[email* m-add placeholder "Your name here" ]
<label for="m-add">Email </label>
</div>

<div class="pdws-fieldset">
<textarea id="your-message" placeholder="Message" name="your-message" required="required"></textarea>
<label for="your-message">Message</label>
</div>

[submit class:pdws-btn--l class:pdws-btn--full "Submit"]


Displaying a contact form with Elementor: click here

Newsletter and subscriptions

You can use Contact Form 7 to integrate the most popular Newsletter services (like Mailchimp). There are several plugins, depending on your Newsletter service of choice.

Since this is not part of our theme functionality, we are not getting into this topic. We would recommend checking on the WordPress repository for the best “bridge” plugin to connect CF7 with your mailing system.

Related Articles