Changeset 46404
- Timestamp:
- 05/17/08 00:33:56 (2 months ago)
- Files:
-
- wp-lightform/tags/0.2/README.txt (modified) (3 diffs)
- wp-lightform/tags/0.2/screenshot-1.png (modified) (previous)
- wp-lightform/trunk/README.txt (modified) (3 diffs)
- wp-lightform/trunk/screenshot-1.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-lightform/tags/0.2/README.txt
r46391 r46404 13 13 WP-LightForm is an AJAX / PHP contact form with spam protection, form validation and custom form elements. 14 14 15 This plugin is based on LightForm by Jeeremie (http://web-kreation.com/blog/?p=71), and utilises FormCheck (http://moo.floor.ch/) for form validation and Niceforms (http://www.badboy.ro) for custom form elements.15 This plugin is based on LightForm by [Jeeremie](http://web-kreation.com/blog/?p=71 "Web-Kreation"), and utilises [FormCheck](http://moo.floor.ch/ "Mootools Floor") for form validation and [Niceforms](http://www.badboy.ro "badboy.media.design") for custom form elements. 16 16 17 17 == Installation == 18 18 19 1. Download the latest copy of WP-LightForm (http://artflutter.com/wp-lightformfrom) and extract the archive (If you're reading this then you have probably already done it).19 1. Download the latest copy of [WP-LightForm](http://artflutter.com/wp-lightformfrom "WP-LightForm at Art Flutter) and extract the archive (If you're reading this then you have probably already done it). 20 20 2. Open userinfo.php with a text editor and select the email address you would like to use as the recipient of the contact form. 21 21 3. Upload the wp-lightform directory to your WordPress installation's wp-content/plugins/ directory. … … 31 31 = What browsers do you support? = 32 32 33 So far I have only tested on Firefox 2, if you find any other compatible/incompatible browsers please let me know by leaving a comment(http://artflutter.com/wp-lightform). Theoretically it should work on any javascript enabled browser.33 So far I have only tested on Firefox 2, if you find any other compatible/incompatible browsers please let me know by [leaving a comment](http://artflutter.com/wp-lightform). Theoretically it should work on any javascript enabled browser. 34 34 35 35 = Does WP-LightForm only work on WordPress 2.5.1 and later? = 36 36 37 Good question, my testing concludes that it definitely does work in version 2.5.1. Anything above and below that is untested, so if you decide to give this plugin a try on any other version please let me know how it went by leaving a comment(http://artflutter.com/wp-lightform).37 Good question, my testing concludes that it definitely does work in version 2.5.1. Anything above and below that is untested, so if you decide to give this plugin a try on any other version please let me know how it went by [leaving a comment](http://artflutter.com/wp-lightform). 38 38 39 39 == Screenshots == … … 44 44 45 45 * Version 0.2 46 + Niceforms upgraded from 0.9 to 1.047 + FormCheck upgraded from 1.2 to 1.348 + PNG Crushed (http://pmt.sourceforge.net/pngcrush/) FormCheck images down from 283kb to 8.7kb49 + XHTML of form modified so the plugin is now XHTML 1.0 transitional.46 + Niceforms upgraded from 0.9 to [1.0](http://www.badboy.ro/articles/2007-01-30/niceforms/). 47 + FormCheck upgraded from 1.2 to [1.3](http://mootools.floor.ch/?p=22). 48 + [PNG Crushed](http://pmt.sourceforge.net/pngcrush/) FormCheck images down from 283kb to 8.7kb. 49 + XHTML of form modified so the plugin is now [XHTML 1.0 transitional](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.artflutter.com%2Fbeta%2Fwp-lightform%2F&charset=%28detect+automatically%29&doctype=Inline&group=0). 50 50 * Version 0.1 51 51 + Initial release wp-lightform/trunk/README.txt
r46391 r46404 13 13 WP-LightForm is an AJAX / PHP contact form with spam protection, form validation and custom form elements. 14 14 15 This plugin is based on LightForm by Jeeremie (http://web-kreation.com/blog/?p=71), and utilises FormCheck (http://moo.floor.ch/) for form validation and Niceforms (http://www.badboy.ro) for custom form elements.15 This plugin is based on LightForm by [Jeeremie](http://web-kreation.com/blog/?p=71 "Web-Kreation"), and utilises [FormCheck](http://moo.floor.ch/ "Mootools Floor") for form validation and [Niceforms](http://www.badboy.ro "badboy.media.design") for custom form elements. 16 16 17 17 == Installation == 18 18 19 1. Download the latest copy of WP-LightForm (http://artflutter.com/wp-lightformfrom) and extract the archive (If you're reading this then you have probably already done it).19 1. Download the latest copy of [WP-LightForm](http://artflutter.com/wp-lightformfrom "WP-LightForm at Art Flutter) and extract the archive (If you're reading this then you have probably already done it). 20 20 2. Open userinfo.php with a text editor and select the email address you would like to use as the recipient of the contact form. 21 21 3. Upload the wp-lightform directory to your WordPress installation's wp-content/plugins/ directory. … … 31 31 = What browsers do you support? = 32 32 33 So far I have only tested on Firefox 2, if you find any other compatible/incompatible browsers please let me know by leaving a comment(http://artflutter.com/wp-lightform). Theoretically it should work on any javascript enabled browser.33 So far I have only tested on Firefox 2, if you find any other compatible/incompatible browsers please let me know by [leaving a comment](http://artflutter.com/wp-lightform). Theoretically it should work on any javascript enabled browser. 34 34 35 35 = Does WP-LightForm only work on WordPress 2.5.1 and later? = 36 36 37 Good question, my testing concludes that it definitely does work in version 2.5.1. Anything above and below that is untested, so if you decide to give this plugin a try on any other version please let me know how it went by leaving a comment(http://artflutter.com/wp-lightform).37 Good question, my testing concludes that it definitely does work in version 2.5.1. Anything above and below that is untested, so if you decide to give this plugin a try on any other version please let me know how it went by [leaving a comment](http://artflutter.com/wp-lightform). 38 38 39 39 == Screenshots == … … 44 44 45 45 * Version 0.2 46 + Niceforms upgraded from 0.9 to 1.047 + FormCheck upgraded from 1.2 to 1.348 + PNG Crushed (http://pmt.sourceforge.net/pngcrush/) FormCheck images down from 283kb to 8.7kb49 + XHTML of form modified so the plugin is now XHTML 1.0 transitional.46 + Niceforms upgraded from 0.9 to [1.0](http://www.badboy.ro/articles/2007-01-30/niceforms/). 47 + FormCheck upgraded from 1.2 to [1.3](http://mootools.floor.ch/?p=22). 48 + [PNG Crushed](http://pmt.sourceforge.net/pngcrush/) FormCheck images down from 283kb to 8.7kb. 49 + XHTML of form modified so the plugin is now [XHTML 1.0 transitional](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.artflutter.com%2Fbeta%2Fwp-lightform%2F&charset=%28detect+automatically%29&doctype=Inline&group=0). 50 50 * Version 0.1 51 51 + Initial release
