Plugin Directory

Changeset 361300


Ignore:
Timestamp:
03/17/2011 04:17:23 PM (15 years ago)
Author:
stesvis
Message:
 
Location:
easy-contact-form-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-contact-form-lite/trunk/easy-contact-form-lite.php

    r361246 r361300  
    33 Plugin Name: Easy Contact Form
    44 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.2
     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. For each form that you create you decide who will receive the email.
     6 Version: 1.0.3
    77 Author: Cristian Merli
    88 Author URI: http://wordpress.phpanswer.com
     
    112112        $wpdb->query($easyform_settings_query);
    113113    }
    114    
     114    /*
    115115    $utility = new Merlic_EasyForm_Utility();
    116116    $utility->notification();
     117    */
    117118}
    118119
  • easy-contact-form-lite/trunk/readme.txt

    r361249 r361300  
    17171. 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
    18182. Activate the plugin through the `Plugins` panel in WordPress
    19 3. Go to `Settings->Easy Contact Form` to build the form and generate the shortcode
     193. Go to `Settings->Easy Contact Form Lite` to build the form and generate the shortcode
    20204. Paste the shortcode where you want to display the form
    2121
     
    2929= Which fields are currently available? =
    3030Text, 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 order
    3431
    3532= Who will receive the emails? =
     
    4845
    4946= 1.0.3 =
    50 - Added dropdown field
     47- Improved performance
    5148
    5249= 1.0.2 =
Note: See TracChangeset for help on using the changeset viewer.