By adding a contact form to your site, you can offer a quick and reliable way for visitors to get in touch with you.
In this tutorial, we’ll show you how to add a form to your WordPress site with the Contact Form 7 plugin.
- Go to your WordPress dashboard > Plugins > Add New.
- Search for the Contact Form 7 plugin > install and activate it.
- Go to Contact (from the left column) > Contact Forms.
- Click ‘Edit’ on the existing contact form and replace the code with this one:
[text* your-name placeholder "Name"] [email* your-email placeholder "Email"] [text* your-subject placeholder "What can I help you with?"] [textarea your-message placeholder 7x6 "Message"] [submit "Send!"]
Note: you can change the placeholders and add more fields if you want.
- Save the changes and copy the shortcode for the contact form.
- Go to Pages > open the page where you want to add a contact form.
- Paste the shortcode copied earlier in a Shortcode block.
Tip: you can install & activate the Flamingo plugin to store submitted messages in your dashboard.