Version 0.10 of TDO Mini Forms released!



(Sorry my website was down unexpectedly for several hours yesterday. It was due to problems with my host)

Get v0.10 while it’s hot.

The big feature in this release is multiple form support. Check out the demo site to see how I’ve used it in a few examples.

Also included in this release:

  • More open_basedir fixes. Suppressed errors for is_dir and other file functions if open_basedir is set. This mostly affects file uploads on sites with open_basedir set.
  • Use “get_bloginfo(’charset’)” in htmlentities in widget control. Hopefully this will finally resolve the issues with foreign language characters. However I suspect generated forms on site may have some corner case issues.
  • Widgets that validate submissions know now if it’s for preview or post. Certain validation should only occur at post like captcha and “who am I” info for example. This is really a stop-gap measure. I plan to implement a proper “validation step” so that once it is submitted, then the user is asked for validation like Image Captcha.
  • You can now set the number of multiple-instants of widgets per form.
  • You can also set a form to submit pages instead of the normal posts.
  • Fixed a bug where customfield textfield would submit empty values for the custom field if you had magic quotes turned off.
  • Fixed a bug with Wordpress.org: Updated the “Freecap” Image Captcha so that the files get included in the release zip Wordpress creates.

That all said, shortly after I released 0.10, I fixed another bug. So if your having an issue with image thumbnails overwriting post content, well I’ve fixed it already and it’ll be in release 0.10.1.

I’m going to update the TODO list and come up with a road map for what is next for TDOMF. I’ll be looking for user feedback on what features people want/need.