FormBuilder 0.61
Tuesday, August 26th, 2008Here is the official release of FormBuilder 0.61. The primary focus of this version is to allow the placement of forms anywhere in the content of a page or post. As such, in this version you can now include code in the form of [formbuilder:#] where # is the ID number of the form to be included in the content of the page or post.
Further to this, we have added the additional ability to place forms directly in the WordPress template using a command like this:
<?php echo formbuilder_process_form(3); ?>
We also included the following features and bug fixes:
- Feature: Multiple Forms Per Page
You can now include multiple forms on each post or page, using any combination of methods to display forms (ie the dropdown box, forms in the content, forms in the template) - Documentation: Reverse Captcha
Documentation was added to the code and interface linking to documentation regarding how to use the built-in “Reverse Captcha” spam blocking technology. - Bug Fix: Form Redirection
Repaired bugs introduced when the Form Redirection processes and module were added. - Improvement: Randomization
Improved form randomization for forms created to use the Form Redirect module.
We hope you like the improvements and we would love to hear any feedback you might have.
Click here to download FormBuilder from the WordPress Plugin Database.