Contact Form
The [[dwb_contact_form]] shortcode displays a contact form for visitor inquiries.
Usage
[[dwb_contact_form]]
Attributes
| Attribute | Description | Default |
|---|---|---|
title |
Custom heading displayed above the form | “Contact Us” |
Example with Attributes
[[dwb_contact_form title="Get in Touch"]]
Spam Protection
The contact form includes built-in spam protection:
- Honeypot Field — A hidden form field that is invisible to human users but filled in by automated bots. If the field contains a value, the submission is silently rejected.
- Rate Limiting — A maximum of 3 submissions per IP address per 5 minutes. Visitors who exceed this limit receive an error message.
Submissions
All valid submissions are stored in the database and viewable at Dog Walking > Contact Entries. Each entry records the visitor’s name, email, message, and submission date.
Confirmation Email
If the Contact Form Confirmation email is enabled in Settings > Emails, the visitor receives an automatic confirmation email after submitting the form.
