Changeset 1354584
- Timestamp:
- 02/20/2016 03:18:22 AM (10 years ago)
- File:
-
- 1 edited
-
simple-contact-form-basic/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-contact-form-basic/trunk/readme.txt
r1322116 r1354584 7 7 Requires at least: 4.3 8 8 Tested up to: 4.4 9 Stable tag: 1.3 9 Stable tag: 1.3.1 10 10 11 11 Give website visitors an easy way to contact you, directly through your website, with a simple contact form. … … 13 13 == Description == 14 14 15 The Simple Contact Form (Basic) by nCroud is a lightweight and easy to use contact form plugin for almost any WordPress website. It allows website visitors to send an email directly through your website. By default the form submission is emailed to the WordPress site administrator. Since release 1.2, users can overwrite that default email address simply by adding a custom value to the shortcode.15 Simple Contact Form (Basic) by nCroud is a lightweight and easy to use contact form plugin for almost any WordPress website. It allows website visitors to send an email directly through your website, to the WordPress administrator email, or the email of your choice. 16 16 17 17 This is the perfect contact form for personal websites, as well as websites for small businesses or non-profit organizations! 18 18 19 The Simple Contact Form (Basic) collects four pieces of information about the visitor: Name, Email, Phone Number, and the Message. The Name, Email, and Message are required for the form to be submitted and processed. As part of the processing, before the email is actually sent to the WordPress administrator's email address, data validation ensures that required fields are provided, and that a valid email address has been provided. This ensures you are able to respond to visitor requests, if needed.19 Simple Contact Form (Basic) collects four pieces of information about the visitor: Name, Email, Phone Number, and the Message. The Name, Email, and Message are required for the form to be submitted and processed. As part of the processing, before the email is actually sent, data validation ensures that the required fields are provided, and that a valid email address has been given. This ensures you are able to respond to visitor requests, if needed. 20 20 21 21 22 22 == Installation == 23 23 24 1. Upload the 'simple-contact-form-basic' folder to the '/wp-content/plugins/' directory, OR upload the 'simple-contact-form-basic.zip' file directly through the WordPress Admin Dashboard by navigating to 'Plugins -> Add New' and clicking on the 'Upload Plugin' button 25 2. Activate the 'Simple Contact Form (Basic)' plugin through the 'Plugins' menu in WordPress 26 3. Add the [simplecf] shortcode to any of your WordPress Pages, Posts, or Text Widget areas 24 1. Upload the 'simple-contact-form-basic' folder to the '/wp-content/plugins/' directory, OR upload the 'simple-contact-form-basic.zip' file directly through the WordPress Admin Dashboard by navigating to 'Plugins -> Add New' and clicking on the 'Upload Plugin' button. 25 2. Activate the 'Simple Contact Form (Basic)' plugin through the 'Plugins' menu in WordPress. 26 3. Add the [simplecf] shortcode to any of your WordPress Pages, Posts, or Text Widget areas. 27 4. Add the "scfb_to" variable to the [simplecf] shortcode to define an alternative delivery email. For example: [simplecf scfb_to=jdoe@ncroud.com] would install a form on your WordPress page/blog and all submissions for that particular form would be sent to jdoe@ncroud.com instead of the WordPress administrator email. 27 28 28 29 29 30 == Frequently Asked Questions == 30 31 31 http ://bigbirdmedia.com/billing/knowledgebase.php?action=displaycat&catid=832 https://www.ncroud.com/clientarea/knowledgebase/?action=displaycat&catid=8 32 33 33 34 … … 41 42 42 43 == Changelog == 44 45 = 1.3.1 = 46 47 Release Date: February 19, 2016 48 49 *Non-critical release. We cleaned up the Simple Contact Form (Basic) plugin description, further clarified plugin installation/use, and corrected the FAQ link. 43 50 44 51 = 1.3 =
Note: See TracChangeset
for help on using the changeset viewer.