Changeset 361300
- Timestamp:
- 03/17/2011 04:17:23 PM (15 years ago)
- Location:
- easy-contact-form-lite/trunk
- Files:
-
- 2 edited
-
easy-contact-form-lite.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-contact-form-lite/trunk/easy-contact-form-lite.php
r361246 r361300 3 3 Plugin Name: Easy Contact Form 4 4 Plugin URI: http://wordpress.phpanswer.com/wpplugins/easy-contact-form/ 5 Description: This plugin allows you to add custom contact forms to your site. Choose which fields you want, which ones are required and if you want a recaptcha validation.<br />Automatic form validation is provided. Just add the shortcode to the page or post where you want to display the form.<br />In the backend you can add/edit/delete forms , and change fields position by drag&drop. For each form that you create you decide who will receive the email.6 Version: 1.0. 25 Description: This plugin allows you to add custom contact forms to your site. Choose which fields you want, which ones are required and if you want a recaptcha validation.<br />Automatic form validation is provided. Just add the shortcode to the page or post where you want to display the form.<br />In the backend you can add/edit/delete forms. For each form that you create you decide who will receive the email. 6 Version: 1.0.3 7 7 Author: Cristian Merli 8 8 Author URI: http://wordpress.phpanswer.com … … 112 112 $wpdb->query($easyform_settings_query); 113 113 } 114 114 /* 115 115 $utility = new Merlic_EasyForm_Utility(); 116 116 $utility->notification(); 117 */ 117 118 } 118 119 -
easy-contact-form-lite/trunk/readme.txt
r361249 r361300 17 17 1. Upload `easy-contact-form-lite x.y.z.zip` from the plugin panel or unzip the file and upload the folder `easy-contact-form-lite` to the `/wp-content/plugins/` directory 18 18 2. Activate the plugin through the `Plugins` panel in WordPress 19 3. Go to `Settings->Easy Contact Form ` to build the form and generate the shortcode19 3. Go to `Settings->Easy Contact Form Lite` to build the form and generate the shortcode 20 20 4. Paste the shortcode where you want to display the form 21 21 … … 29 29 = Which fields are currently available? = 30 30 Text, Textarea, Email, URL, Submit Button 31 32 = How do i change the order that the fields show up on the frontend? =33 Just go to the form edit page and drag the fields up/down to change the order34 31 35 32 = Who will receive the emails? = … … 48 45 49 46 = 1.0.3 = 50 - Added dropdown field47 - Improved performance 51 48 52 49 = 1.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.