Very Simple Signup Form free WordPress plugin
Description
Very Simple Signup Form free WordPress plugin
About
This is a very simple responsive translatable signup form.
Now visitors of your website can signup for a meeting, event, newsletter and more.
Form only contains fields for Name, Email and Phone. And a simple captcha (random number).
Phone field can be hidden or changed into something else. Without Phone field you can use this plugin as newsletter subscription as well.
While adding the widget you can add several attributes to personalize your form.
NOTICE
This plugin will be removed from repository. Main reason is the small number of active installs.
You can keep using plugin, but without updates and without support from author.
How to use
After installation go to Appearance > Widgets and add the widget to your sidebar.
By default form submissions will be send to your site’s admin email address (set in Settings > General). It’s also possible to send a confirmation email to the sender.
Widget attributes
Change admin email address: email_admin=”your-email-here”
Send to multiple email addresses: email_admin=”first-email-here, second-email-here”
Change “From” email header: from_header=”your-email-here”
Change email subject: subject=”your subject here”
Activate confirmation email to sender: auto_reply=”true”
Change “thank you” message in confirmation email: auto_reply_message=”your message here”
Scroll back to form location after submit: scroll_to_form=”true”
You can change field labels and messages using an attribute.
Labels: label_name, label_email, label_phone, label_captcha, label_submit
Labels when validation fails: error_name, error_email, error_phone, error_captcha
Sending succeeded (“thank you”) message: message_success
Sending failed message: message_error
Examples:
Change Name label: label_name=”Your Name”
Change captcha label: label_captcha=”Please enter %s”
Change captcha label: label_captcha=”Please enter %s here”
Change sending succeeded (“thank you”) message: message_success=”your message here”
Phone field can be hidden or changed into something else.
Hide field: hide_phone=”true”
Change label into something else such as Address: label_phone=”Address”
You can also add multiple attributes. Use a single whitespace to separate multiple attributes.
Example: email_admin=”your-email-here” hide_phone=”true”
List form submissions in dashboard
With plugin Contact Form DB you can list form submissions in your dashboard.
SMTP
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 should install an additional plugin for this. You could install for example:
Gmail SMTP
Easy WP SMTP
WP mail SMTP
Post SMTP
Question?
Please take a look at the FAQ section.
Translation
Not included but plugin supports WordPress language packs.
More translations are very welcome!
Credits
Without the WordPress codex and help from the WordPress community I was not able to develop this plugin, so: thank you!
Enjoy!