This is a lightweight plugin to create a customized contact form.
Add shortcode [contact] on a page or use the widget to display your form.
Form has fields for Name, Email, Subject and Message. It also has a sum to solve and a privacy consent checkbox.
You can personalize your form via the settings page or by adding attributes to the shortcode or the widget.
It’s also possible to list form submissions in your dashboard.
After installation add shortcode [contact] on a page or use the widget to display your form.
You can personalize your form via the settings page. This page can be found via Settings > VSCF.
Settings and labels can be overridden when using the relevant (shortcode) attributes below.
This can be useful when having multiple contact forms on your website.
You can also personalize your form by adding attributes to the shortcode mentioned above. Attributes will override the settings page.
Misc:
class="your-class-here"
email_to="your-email-here"
email_to="first-email-here, second-email-here"
from_header="your-email-here"
prefix_subject="your prefix here"
subject="your subject here"
Field labels:
label_name="your label here"
label_email="your label here"
label_subject="your label here"
label_message="your label here"
label_privacy="your label here"
label_submit="your label here"
Field placeholders:
placeholder_name="your placeholder here"
placeholder_email="your placeholder here"
placeholder_subject="your placeholder here"
placeholder_message="your placeholder here"
Field error labels:
error_name="your label here"
error_email="your label here"
error_subject="your label here"
error_sum="your label here"
error_message="your label here"
error_links="your label here"
error_privacy="your label here"
Form messages:
thank_you_message="your message here"
auto_reply_message="your message here"
Examples:
[contact email_to="your-email-here"]
[contact email_to="your-email-here" subject="your subject here" label_submit="your label here"]
The widget supports the same attributes. Don’t add the main shortcode tag or the brackets.
Examples:
email_to="your-email-here"
Via Settings > VSCF you can activate the listing of form submissions in your dashboard.
After activation you will notice a new menu item called “Submissions”.
SMTP (Simple Mail Transfer Protocol) is an internet standard for sending emails.
WordPress supports the PHP mail()
function by default, but when using SMTP there’s less chance your form submissions are being marked as spam.
You must install an additional plugin for this, such as:
For support visit the relevant plugin forum.
If you uninstall plugin via dashboard all form submissions and settings will be removed from database.
All posts of the (custom) post type “submission” will be removed.
You can avoid this via Settings > VSCF.
Please take a look at the FAQ section.
Not included but plugin supports WordPress language packs.
More translations are very welcome!
Without the WordPress codex and help from the WordPress community I was not able to develop this plugin, so: thank you!
Enjoy!
3390 websites
very-simple-contact-form
Free Plugin