WP-LightForm

WP-LightForm, the prettiest WordPress contact form.

Description

WP-LightForm is an AJAX / PHP contact form with spam protection, form validation and custom form elements.

This plugin is based on LightForm by Jeeremie, and utilises FormCheck for form validation and Niceforms for custom form elements. To get a feel for what WP-LightForm is really about, click the screenshot below and try the interactive demo.

WP-LightForm Screenshot

See WP-LightForm in Action

Installation

  1. Download the latest copy of WP-LightForm and extract the archive.
  2. Open send.php with a text editor and enter the email address you would like to use as the recipient of the contact form in the $to parameter.
  3. Upload the wp-lightform directory to your WordPress installation’s wp-content/plugins/ directory.
  4. Go to the Plugins page in your WordPress Administration area and click ‘Activate’ for WP-LightForm.
  5. Enter the shortcode [LightForm] in the WordPress post/page you would like to display the contact form.

Frequently Asked Questions

How can I modify the layout of the contact form?
At the core of WP-LightForm is a XHTML Form element, to add or modify elements you can change the $formoutput string in wp-lightform.php as you would a normal XHTML document. To modify the css styles to better suit your site you will need to change css/lightform.css.

What browsers do you support?
Testing has been done in Firefox 2 along with Internet Explorer 6 & 7. Theoretically it should work on any javascript enabled browser, if not let me know by leaving a comment.

Does WP-LightForm only work on WordPress 2.5.1 and later?
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.

Download

Download WP-LightForm Download WP-LightForm (version 0.4, 17 June 2008)

If you enjoyed this plugin and want to contribute to the development, then do so by helping me maintain adequate levels of caffeine in my bloodstream.

Buy Me A Coffee Buy me a Coffee

Changelog

Version 0.4

  • Formcheck image pre-loading disabled in Internet Explorer as images were appearing at the top of the screen

Version 0.3

  • AJAX message sending now works successfully with Internet Explorer 6 & 7
  • utf-8 encoding of the email to support international characters
  • Recipient email address is now to be added directly to send.php for security reasons
  • CSS modified to hide the scrollbar in the textarea for Internet Explorer 6 & 7
  • CSS styled form elements to avoid conflicts with theme defaults
  • Fixed pre-loading of formcheck images in everything but Internet Explorer 6
  • Fixed message textarea appearing above message label in Internet Explorer 6 & 7
  • New Success / Fail images courtesy of ~dimpoart

Version 0.2

Version 0.1

  • Initial release

(6 votes, average: 4.33 out of 5) Loading ... Loading ...

107 Responses to “WP-LightForm”


  1. 1 bnry May 17th, 2008 at 2:35 pm

    I tried the demo at http://www.artflutter.com/beta/wp-lightform/ and filled in the form but intentionally entered the wrong answer for the human-test. There was a warning that it was wrong, but still it said “Success!!, Thank you xxx, your message is sent!…”

  2. 2 Alex May 17th, 2008 at 10:58 pm

    Hi Bnry thanks for the heads-up, the demo page should be working fine now.

  3. 3 Lucifr May 17th, 2008 at 11:37 pm

    Hi, a beautiful plugin!
    I wonder if it support Chinese characters?

  4. 4 k?sa nickler May 18th, 2008 at 1:55 am

    hi. Thanks for plugin

    perfect.

    Regards

  5. 5 roger May 18th, 2008 at 10:42 am

    i get a strange layout probably theme related though http://redseasound.com/blog/contact-me/

  6. 6 bnry May 18th, 2008 at 7:24 pm

    Negative Alex, the same thing still happens. I’m using IE btw. When I try using Firefox it works as it should.

  7. 7 Alex May 18th, 2008 at 10:54 pm

    Hi Roger, The disjointed input fields you are getting is the result of the 12px margin you are applying to form input in style.css. The easiest way to fix this would be to add the code below to wp-lightform/css/lightform.css

    #lightform input {
    margin: 0;
    }

    Also bnry are the problems you are getting in ie6 or ie7? Somehow in ie6 the form validation check, if ($(’lightform’).isValid) is always being reported true, so I’ll look into this and put both these fixes in WP-Lighform 0.3

  8. 8 roger May 18th, 2008 at 11:07 pm

    thanks! :)

  9. 9 getfreeware May 19th, 2008 at 12:46 am

    to Alex & Roger,

    may be this code will help:

    #lightform img {
    float: none;
    margin: 0px;
    border: 0px solid white;
    padding: 0px;
    }

    it really depends on the theme you choose :D

  10. 10 lewie paine May 19th, 2008 at 9:32 am

    great plugin…but how do I increase the width of the message box?

    thanks!

  11. 11 eric May 19th, 2008 at 12:04 pm

    it doesn’t seem to work. i purposely entered garbage info and didn’t even answer the math problem but it still sent the message.

  12. 12 Alex May 19th, 2008 at 12:06 pm

    lewie paine, you’ll need to edit wp-lightform.php. find the line containing
    textarea id=\”message\”‘
    and modify cols=\”30\” to cols=\”40\” or whatever you want it to be.

    getfreeware thanks for the css tip, it will be included in the next version of WP-LightForm.

    Eric, are you using internet explorer, I have been made aware of some problems by bnry and will be looking into it.

  13. 13 hellows May 19th, 2008 at 11:42 pm

    i stil get a strange layout. (I am using FireFox). I have added the above code to the css file and it made no diferance. any ideas ?

    /* General Form Layout */
    form#lightform {
    text-align: left;
    }

    #lightform label {
    display: block;
    margin-top : 8px;
    width: 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    }

    #lightform input {
    margin: 0;
    }

    .blue {
    color: #0099CC;
    font-weight: bold;
    }

  14. 14 hellows May 20th, 2008 at 1:05 am

    Ok. it is working now (thanks alex and getfreeware). I have made some ecstatic changes to the send.php file. added some BR> functions so that the send massage show’s below the success tick/blue picture.

    I have also translated this plug-in into polish. Actually it is now using two languages English and Polish.

    If anyone would like a copy, please visit my website www.polishstudent.co.uk and go to ‘O NAS’ section there you will find my e-mail form and you can use it to contact me.

  15. 15 Dan May 20th, 2008 at 9:52 pm

    I am getting the strange layout issue in Firefox on my Mac. I haven’t tested it on any other browsers, but I hope that this issue gets solved soon.

    Also, how secure is this contact form? My last was used by a hacker to spam which is why I am seeking a new one.

  16. 16 Alex May 21st, 2008 at 11:41 pm

    Hi Dan, what exactly is the layout issue that you are experiencing? I know that for some reason the message box in ie6 is displayed above its label rather than below it. This plugin wasn’t made with security in mind, the problem with any html form is that they are inherently insecure.

  17. 17 Prasannah May 22nd, 2008 at 2:08 pm

    This is one of the prettiest things I’ve ever seen!! Great work! I have two questions -
    1. Does this work well with WP-Cache?
    2. How much is the payload? My site already has some heavy AJAX and I don’t wanna slow down my website!

  18. 18 roger May 22nd, 2008 at 9:40 pm

    hi guys and gals

    if your going to visit my site and check the plugin and actually SEND a message like many have done then at least say something nice instead of ‘kjurf juh k kqjug kqu fkluefh kf lkh f;wlekifh ‘ ;)

  19. 19 matt May 23rd, 2008 at 12:14 am

    http://carbonneutraldigest.com/?page_id=59 I get the message epic fail!!

  20. 20 Alex May 23rd, 2008 at 12:49 am

    Prasannah I do not have WP-Cache installed but this is a fairly simple plugin so I see no reason why it wouldn’t work. Easiest way to find out would be to try sending yourself a message and see if it works.

    matt, try cforms, if that works then it is a problem with my plugin. If not then it’s probably a configuration issue with your web server.

  21. 21 Prasannah May 23rd, 2008 at 1:11 am

    Thanks for the tip Alex. What about my other question - “How much is the payload? My site already has some heavy AJAX and I don’t wanna slow down my website!”

  22. 22 Trisha May 23rd, 2008 at 4:07 am

    Seems to work great from both Safari 3.1.1 and Firefox 2.0.0.14 (both on my Mac).

    Nice plugin!

  23. 23 elan May 23rd, 2008 at 4:24 am

    Hello,

    http://www.seobyelan.com/reach-me/

    Working functionality is superb!!! But some disjoints found in input fields…. Wat should i do? Can anyone advice?

  24. 24 elan May 23rd, 2008 at 4:25 am

    Hello,

    http://www.seobyelan.com/reach-me/

    Nice Plugin

    Working functionality is superb!!! But some disjoints found in input fields…. Wat should i do? Can anyone advice?

  25. 25 Nick Bostic May 23rd, 2008 at 8:36 am

    Any way to implement it in a sidebar widget?

  26. 26 Alex May 23rd, 2008 at 10:06 am

    Prasannah the ajax payload is the success/fail message you receive, which is basically nothing.

    elan check back further in the comments as there was someone else who had this problem which and fixed it by editing the css.

    Nick if you want this in a sidebar widget just use a php module and it should work by putting in [LightForm] as the content. If not try
    < ?php lightform_body() ?>
    Depending on the size of your sidebar you’ll probably also need to edit the css to resize the width of the form.

  27. 27 AsianSaving May 23rd, 2008 at 2:02 pm

    Please forgive for my foolish. Since more-more spam flood to my blog, I find that this plugin is very usefull. But, How to apply this code to the post/page ? Just tipe [LightForm] or ? I still confuse. Either in HTML or visual mode ? Or it has to be put in the single post page (single.php in the template) ? Thanks.

  28. 28 Alexandre Pereira May 24th, 2008 at 12:09 am

    Lokk how stays in my blog:
    http://i257.photobucket.com/albums/hh206/alexandreperei/lightform.jpg
    how can i fix it?

  29. 29 Alex May 24th, 2008 at 10:34 am

    AsianSaving, just type in [LightForm] anywhere in a post when in normal visual mode.

    Alexandre, check the css I posted further back in the comments on how to fix that problem. paste the code below into css/lightform.css and let me know if it works for you.

    #lightform input {
    margin: 0;
    }

    #lightform img {
    float: none;
    margin: 0px;
    border: none;
    padding: 0px;
    }

  30. 30 Alexandre Pereira May 25th, 2008 at 7:36 am

    Working Alex, thank you very much.

  31. 31 Gxgz May 27th, 2008 at 11:44 am

    It is very beautiful! ??!

  32. 32 AsianSaving May 27th, 2008 at 1:03 pm

    Hay Alex. It’s works ! Thanks for your support … :)

  33. 33 Alex Lau May 29th, 2008 at 5:56 pm

    http://favworks.cn/error.jpg

    how can i fix it?

    the code :

    #lightform input {
    margin: 0;
    }

    #lightform img {
    float: none;
    margin: 0px;
    border: none;
    padding: 0px;
    }

    i was test it,but still get something wrong.

  34. 34 astriks May 30th, 2008 at 4:16 am

    how do i get rid of Niceforms and use simple forms style ?

  35. 35 mache May 30th, 2008 at 3:55 pm

    just to say thanks… thanks.. it’s working on firefox and ie

  36. 36 Stahn Jun 1st, 2008 at 6:24 am

    Hi! Just wanted to say that it will be very convenient to add the code published on the comment #297 on the lightform.css, because most themes style the code field and images.

  37. 37 Benny Jun 4th, 2008 at 8:21 am

    It look good. However I can’t get it work with special characters as ø (slashed zero) in Danish alphabet. Might be a problem for all languages containing those kind of characters?

  38. 38 velqn Jun 5th, 2008 at 5:49 am

    just test et

  39. 39 Alex Jun 5th, 2008 at 11:47 am

    I should be releasing a new version of WP-LightForm by the weekend that will have amongst other things the css changes and support for international characters.

  40. 40 Deniz Jun 7th, 2008 at 6:13 am

    “Your message” is above the text area in IE 7 .
    Here is the screen shot .
    http://img384.imageshack.us/img384/3651/screenhunter171ew1.jpg

  41. 41 Alex Jun 10th, 2008 at 3:38 pm

    WP-LightForm 0.3 has just been released. Please see the changelog for a list of changes.

  42. 42 David Potter Jun 11th, 2008 at 10:39 am

    Has anyone gotten this to work with IIS? It fails for me. I even have Scott Reilly’s Configure SMTP plugin installed (test messages from the plugin get sent successfully) and I modified send.php to call wp_mail instead of mail and it still didn’t work. Not only does the mail not get sent, the browser navigates to …/wp-content/plugins/wp-lightform/send.php and it displays a blank page in FireFox and in IE7 it displays an HTTP 500 error saying “This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.”

    Thanks for any help you can give me.
    David

  43. 43 David Potter Jun 11th, 2008 at 10:53 am

    Well, this may all be moot for me. Even the popups don’t pop up for me in Firefox and IE7. Bummer. This is a very nice plugin.

  44. 44 David Potter Jun 11th, 2008 at 11:12 am

    Sorry for blasting you with comments. I was able to get the Dagon Design Form Mailer plugin to send mail successfully simply by changing all references to the mail function to wp_mail. You might consider looking at how that plugin sends mail and displays the completion page.

  45. 45 Alex Jun 11th, 2008 at 1:23 pm

    Hi David, I’m not sure exactly what the problems you are having are. The email is sent with the php mail function which I assume is a fairly standard way of doing things. I’ve only tested this plugin on a Unix server so I’m not sure if your problems occur due to IIS incompatibilities or a configuration issue.

  46. 46 David Potter Jun 11th, 2008 at 2:03 pm

    If I get a chance I’ll look into this more. Note that you should be using the wp_mail function instead of the PHP mail function on a WordPress site. That allows mail to be modified by WordPress settings or plugins.

  47. 47 Alex Jun 11th, 2008 at 2:44 pm

    If you, or anyone else out there can modify WP-LightForm to support the use of wp_mail() then I would be very grateful and be interested in including said changes in the next release.

  48. 48 David Potter Jun 11th, 2008 at 3:30 pm

    Fortunately, the wp_email() function takes the exact same parameters as the mail() function and it returns the same value. Although it didn’t work on my machine (likely due to other issues), I would expect it to work to just make that one change on your machine.

    I appreciate the work you’re doing. I’ll see what I can do at some point to get it to work on IIS.

    Thanks,
    David

  49. 49 Alex Jun 11th, 2008 at 3:44 pm

    unfortunately it is not as easy as that. Because the email is processed using send.php as the form action WordPress’ function such as wp_email() and get_bloginfo() etc. do not work. I am not enough of an expert to know how to get them to work, or even know why they don’t work. If someone does know how to fix this I would love to know how.

  50. 50 David Potter Jun 11th, 2008 at 4:17 pm

    Ah, right. What I would love to see is a combination of the checks and popups in your plugin and the flexibility of Dagon Design Form Mailer. You might take a look there to see how it sends email. It’s quite a bit different than yours and might provide the clues needed to make this happen.

  51. 51 Supplement Naturel Jun 12th, 2008 at 9:43 pm

    Trés bien ce que j’aimerais bien voir c’est la combinaison des “pupuus” et des checks. bien entendu votre travail est déja interressant. courage.

  52. 52 Supplement Naturel Jun 12th, 2008 at 10:01 pm

    ce serait plus interressant d’avoir une combinaison de pupups et des checks.

  53. 53 MrT Jun 17th, 2008 at 4:18 pm

    The contact page shows images at the top in IE 7. I assume its the preloaded images showing up. Is there a way to fix this? I checked your example on your site and I see the same thing. In firefox and safari it looks fine???

  54. 54 Alex Jun 17th, 2008 at 5:41 pm

    Thanks MrT, yes I see that the pre-loaded images from formcheck are appearing at the top of the screen in IE7. I have updated WP-Lightform so that pre-loading of the Formcheck images is disabled for all versions of Internet Explorer. Just click the download link to get this latest version (WP-Lightform 0.4).

  55. 55 vHv Jun 18th, 2008 at 7:47 am

    does work in version 2.3.3
    cant activate plugin
    Fatal error: Call to undefined function add_shortcode() in *******\wp-content\plugins\wp-lightform\wp-lightform.php on line 20

  56. 56 Alex Jun 18th, 2008 at 10:45 am

    I’m pretty sure that error occurs because the add_shortcode() function was only introduced in WordPress 2.5. Therfore this plugin will only work with version 2.5 and above.

  57. 57 Tom Jul 15th, 2008 at 3:34 am

    Strange problem: LightForm is configurated, all works well. But on the homepage is an idBox with 4 tabs (popular posts, featured article, comments, tags). With LightForm activated, the idBox expands to the whole length and shows all 4 tabs, deactivating LightForm the idBox works well.
    Somebody can give me a hint why Lightbox doesn’t work together with the idBox? I checked the CSS files for the same classes, nothing…

  58. 58 Alex Jul 15th, 2008 at 11:59 am

    Can you provide a link to your site where this is happening. It could be possible that it is caused by one of the javascript classes.

  59. 59 Tom Jul 15th, 2008 at 3:54 pm

    Sorry, the website is under development and not online. I’m using the theme FreshNews, you can see the idTabs with Popular etc on the online demo at http://www.woothemes.com/demo/freshnews/
    Is it possible to check this behaviour with Firebug?

  60. 60 Alex Jul 16th, 2008 at 8:16 pm

    The easiest way to test for conflicts would be to edit the wp-lightform.php file. At the bottom you can see where the javascript and css files are included. It’ll probably be a process of elimination until you can find which specific file is causing you problems.

  61. 61 Cialissl Jul 17th, 2008 at 6:22 am

    Usefool post, thx

  62. 62 Justin Jul 17th, 2008 at 11:43 pm

    Hello Alex!

    Many thanks for this useful plugin. Please take a look at the wp-lightform on www.brandonmarc.com. The message box and ’send it!’ button are slightly distorted. How can this be fixed?

  63. 63 Tom Jul 20th, 2008 at 3:23 am

    @Alex: Found it, the conflict is with jQuery http://jquery.com/

  64. 64 Alex Jul 20th, 2008 at 1:29 pm

    Hi Tom, thanks for the research. The conflict occurs because both jQuery and Mootools use $ as the selector. I’ll look into it, but in the mean time perhaps you could try contacting the author of idTabs and seeing if they know of a resolution to this conflict.

  65. 65 txtbuff Aug 16th, 2008 at 2:24 am

    Hi, can you help me fix the wp-lightform on my site? The “select” element looks different.

  66. 66 k2 Styles Aug 23rd, 2008 at 3:26 pm

    Thanks for creating this good plugin

  67. 67 Abe Aug 27th, 2008 at 3:54 am

    Thanks for the great plugin!

    Just added it to my tech blog.
    Very nice looking :)

  68. 68 Timmy Sep 9th, 2008 at 9:53 am

    Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!

  69. 69 someone Sep 18th, 2008 at 2:20 am

    Hello,

    please remove that inutil pop-ups, in this way the form will be more lighter :)

    - issue (interact with other java script on my site and is not working corectly)

  70. 70 someone Sep 18th, 2008 at 2:24 am

    and please remove that icecrem icons

    if is light make it light :P

  71. 71 ^^GoRiLLaZ^^ Sep 21st, 2008 at 8:26 pm

    Don’t work… :(

  72. 72 albert Oct 4th, 2008 at 11:24 pm

    Hi there.. I seem to have a layout issue
    The boxes keep getting white pixels around the borders instead of rounded borders. So they look like squares :/

    Running newest wordpress with i-theme

  73. 73 Firefly Oct 17th, 2008 at 2:52 pm

    Works great on 2.6.2 as well :-) Thanks

  74. 74 Wanda Oct 19th, 2008 at 10:12 pm

    Hi there,
    I love your plugin but I have a small problem to call it this way. is there a possible way to add a redirection link back to home page of the website after the message was successful sent?
    Thanks in advance, I’m pretty new in all this.
    Oh, and what do you used to allow visitors to be notified of followup comments? :)

  75. 75 Alex Oct 21st, 2008 at 2:17 pm

    albert, I’m not sure what the conflict with i-theme is, could be a jquery/mootools conflict or a css issue.

    Firefly great to hear that it still works.

    Wanda I’m sure it is possible to redirect after sending an email but I’m not sure how to do it. for comments I use the aptly named subscribe to comments, i’m sure you can dl it from the wordpress site.

  76. 76 Elan Oct 21st, 2008 at 7:31 pm

    Hello,

    I could not get the contact form after upgrading my version to 2.6.2

    Its just displaying the code “[Lightform]” in clicntside.

    http://www.seobyelan.com/reach-me/

    Please help me in this regards. Thanks in advance.

    Note: Firefly told, its working for her in 2.6.2

  77. 77 Wanda Oct 23rd, 2008 at 3:11 am

    Hello Alex, thank you! :)

  78. 78 mitsos Oct 25th, 2008 at 3:06 am

    hello, i tried to change the language of your WP-LightForm form english to german but did not succeded :D

    maybe you can help me with it, i would appreciate it.

    greetings and congrats for this plugin

    ps. sry for my bad english

  79. 79 Alex Oct 27th, 2008 at 11:34 am

    Elan, i just upgraded wordpress to 2.6.3 and the plugin is working fine. perhaps try deactivating and then reactivating it.

    mitsos, the plugin is only in English, if you want to change it to German then you’re going to have to manually edit the files.

  80. 80 halmi Oct 27th, 2008 at 4:47 pm

    hi

    ok.

    1. downloaded the plugin from wordpress site.
    2. using wp 2.6.2 on default fedora 9 installation w/ apache2, etc.
    3. using firefox 3.0.2 on the same machine.
    4. click the send button, all inputs empty or only fill in 1 box, i still got a success message.

    if this is not discovered, then maybe i need to hack it myself?

    thanks in advance.

  81. 81 Alex Oct 28th, 2008 at 10:03 am

    Hi halmi, the demo of wp-lightform is currently running on wordpress 2.6.3 with the default theme. If the plugin is not working for you I suggest you check to make sure that the javascript does not conflict with anything else you may have running.

  82. 82 Jan Nov 6th, 2008 at 3:03 pm

    Hi Alex, About wp_mail I would like to ask, when the next version of the WP-LightForm?

  83. 83 Alex Nov 6th, 2008 at 11:57 pm

    Jan at the moment WP-LightForm is working with the current version of wordpress so there are no plans to update it any time soon.

  84. 84 Jan Nov 8th, 2008 at 3:58 pm

    I just use wp-mail-smtp to send mail, But LightForm seems not support stmp.

  1. 1 A clean liteweight AJAX powered form for wordpress - Daily SEO blog Pingback on May 17th, 2008 at 5:32 pm
  2. 2 ::: Web-Kreation.com ::: Freelance Web Designer Pingback on May 17th, 2008 at 7:39 pm
  3. 3 [WP-Lightform] - Wordpress contact form ?? | ??????? Pingback on May 19th, 2008 at 12:39 am
  4. 4 35 (New) WordPress Plugins for an Effective Blogging Experience Pingback on May 19th, 2008 at 10:18 am
  5. 5 35 plugins de WordPress para mejorar tu experiencia de blogueo | Bitperbit Pingback on May 20th, 2008 at 5:13 am
  6. 6 Worpress - WP-LightForm evita el spam en tu blog - entrebits.cl Pingback on May 20th, 2008 at 12:42 pm
  7. 7 Dou? liste de pluginuri WordPress | CNET.ro Pingback on May 21st, 2008 at 12:42 am
  8. 8 Wp Wordpress » Blog Archive » WordPress Plugin Releases for 5/21 Pingback on May 22nd, 2008 at 2:57 pm
  9. 9 links for 2008-05-22 « RabiFoot at wordpress.com Pingback on May 23rd, 2008 at 7:31 am
  10. 10 Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 5/21 Pingback on May 23rd, 2008 at 8:57 am
  11. 11 blog.rotracker.net » Blog Archive » WordPress Plugin Releases for 5/21 Pingback on May 28th, 2008 at 11:01 am
  12. 12 Wordpress Plugin: WP Lightform » BloggerTipps Pingback on May 30th, 2008 at 3:49 am
  13. 13 Weekend Reading: June 01 2008 Pingback on Jun 1st, 2008 at 8:22 pm
  14. 14 Wp Wordpress » Blog Archive » Weblog Tools Collection: WordPress Plugin Releases for 5/21 Pingback on Jun 3rd, 2008 at 2:33 am
  15. 15 WP-LightForm Plugin for WordPress | EarnBlogger Pingback on Jun 12th, 2008 at 9:20 am
  16. 16 karelschiepers-online- » Blog Archive » mijn nieuwste favorieten van zondag, 6 juli 2008 Pingback on Jul 7th, 2008 at 6:31 am
  17. 17 » Blog Archive » Neue Seite, neues Blog Pingback on Jul 7th, 2008 at 11:24 pm
  18. 18 WordPress Plugin Releases for 5/21 | Wordpress Blog NL Pingback on Jul 16th, 2008 at 6:38 pm
  19. 19 WordPress ?????? – 7?28? - WordPress??? Pingback on Jul 28th, 2008 at 9:37 am
  20. 20 VietNam WordPress Club » 35 (New) WordPress Plugins for an Effective Blogging Experience Pingback on Sep 19th, 2008 at 3:30 pm
  21. 21 (??) ????????-WordPress ?? | Satime Pingback on Nov 1st, 2008 at 4:00 am
  22. 22 ???? | CALLME8(???)???? Pingback on Nov 1st, 2008 at 11:48 pm
  23. 23 Web-kreation - LightForm ported to Wordpress v2.5.1 Pingback on Nov 3rd, 2008 at 10:55 pm

Leave a Reply




Subscription

RSS

Email: