Archive for the ‘FormBuilder’ Category

FormBuilder 0.82

Tuesday, September 29th, 2009

We are excited to announce the next release of the FormBuilder plugin, v. 0.82. This version contains a number of long-awaited features such as the following:

  • Added ability to export or delete specific forms from the XML backup database.
  • Added ability to translate specific front-end strings without translating the whole application.
  • Slight navigation and design reorganization for easier navigation.
  • Updated alternate_action with more robust code checking for curl library first.
  • Fixed more Windows path related problems.
  • Enabled setting checkboxes, dropdowns and radio buttons as required fields.

We hope you like this new release,. As always, if you have questions or find bugs not documented in the documentation area or FAQ, feel free to post them in the comments below.

You can download the latest edition from WordPress.org.

UPDATE: If you are experiencing issues exporting thousands of records out of the submissions DB, Matt Heyes has created a patch that we are evaluating to roll in to the next version. Use at your own risk.

FormBuilder 0.81

Friday, July 24th, 2009

We have just released FormBuilder v. 0.81 which comes with a number of great features and improvements.  New features are:

  • Feature: Configured FB to automatically scroll back to the location of the form on the page when submitted.
  • Feature: Enabled ability to add Reset button to form if necessary.
  • Feature: Added page, referrer and optional IP to XML Email module, as well as XML database storage.
  • Feature: Enabled grey list checking based on moderation words found in the WordPress discussion options.
  • Feature: Excessive link checking based on link limits found in the WordPress discussion options.
  • Bug Fix: Allowed editors to export form results as CSV.
  • Code Cleanup: Switch all code to use WordPress native database access model.

We hope you like this new release,.  As always, if you have questions or find bugs not documented in the documentation area or FAQ, feel free to post them in the comments below.  Of course we always like praise too.  :D

You can download the latest edition from WordPress.org.

FormBuilder 0.80

Wednesday, May 27th, 2009

We’re happy to announce the long awaited release of FormBuilder 0.80.  There have been some substantial changes with this version of FormBuilder including the following:

  • Feature: Alternate Email Processing – Allows you to select whether to use the standar PHP mail command (default) or the WordPress WP_Mail command.
  • Feature: Form Data in AutoResponses – You can now make reference to submitted form data in autoresponses using variables like ~variable~ where the variable name matches the field names on your form.  More documentation here.
  • Feature: Blacklist Form Checking – You can enable checking of submitted form data against the WordPress discussion blacklist. Set blacklisted items in the WordPress discussion settings.
  • Feature: DB Subject and Recipient – Forms stored in the database will now include subject and recipient.
  • Feature: More Required Types – Added Link and Single Word the the required field types.
  • Bug Fix: Attempted to fix link problems on windows hosting solutions.
  • Bug Fix: Added Reply-To field to email headers.

Because of the fact that this version of FormBuilder makes some major changes to your WordPress database, we HIGHLY recommend you back up your WP database before installing it.

Download the latest edition from WordPress.org. We would love to hear your feedback, questions and comments below.

FormBuilder 0.77

Thursday, March 26th, 2009

We’re very excited to announce the release of the next edition of FormBuilder with the following great new features:

  • Feature: Enabled Internationalization of the FormBuilder plugin. This means that we will now be able to provide translators with a special POT file which can be used to create alternate language translations for the FormBuilder interface.  More information here.
  • Feature: Enabled exporting of results from a single form in more standardized CSV format.
  • Feature: Added ability to capture IP address of form submitter. Disabled by default.
  • Bug Fix: Minor HTML tweak to allow for better CSS compatability.
  • Code Cleanup: Cleaned up the FormBuilder management dashboard for better viewing and usability.

As always you can download the latest edition from WordPress.org.

FormBuilder 0.75

Monday, March 16th, 2009

We’re back with another release of FormBuilder.  This version adds two new, though related, features to the codebase.

  1. Hidden Select and Radio Values
    We have updated the code to prevent someone from viewing the source of a form and being able to see what actual values are submitted with the form data for the Selection Dropdown and Radio Button fields.  This has numerous uses, one of which is addressed with the next feature.
  2. Selectable Form Recipients
    We have enabled the form creator to be able to have a special field in the form specifying alternate form email recipients.  This means that you can create a selection box allowing the visitor to select where the form email should go.  For example, if you want to use one form for multiple purposes, the visitor can select which topic they are addressing simply by choosing a selection item and the email resulting from the form data they fill out, will be sent to the appropriate person.  Item #1 above prevents the visitor from seeing the actual email address that the data is sent to, allowing you to protect your email addresses, while exposing this functionality.  You can read more about how to use this feature, here in the FormBuilder documentation.

You can download this latest version of FormBuilder from WordPress.org.

FormBuilder 0.74

Wednesday, February 4th, 2009

Well, we have been hard at work fixing some bugs and building new functionality into FormBuilder.  We’re excited to announce the following new features:

  1. Database Backup Viewing and Export
    Having previously released an extension to FormBuilder which allowed you to store form results in the database, we have now expanded that extension to allow listing the results in the database along with the ability to read archived forms and export date ranges to a CSV file.
  2. Multi-page Forms
    We have added the ability to put page breaks into your forms to allow for splitting forms across multiple pages.  This is especially useful if you have large forms you want the visitor to fill out, but don’t want to overwhelm them with one big long list of questions.
  3. Minor CAPTCHA Bug Fixes
    There were some minor bugs introduced in the CAPTCHA system which would have affected certain website configurations.  The bugs have been squashed.

We hope you like the improvements.  We’d love to hear your feedback below.  As always, you can download this version of FormBuilder from WordPress.org.

FormBuilder 0.72

Monday, January 26th, 2009

FormBuilder 0.72 introduces some long-overdue features which many of you have been asking about for a while now.

  1. Feature: CAPTCHA – We have introduced a CAPTCHA field type which will allow you to verify that your visitors are actually real people rather than bots or spammers.
  2. Feature: Database Backups – We have introduced a new feature which allows you to store backup copies of all emails in the WordPress database if enabled.  The data is stored in basic XML format encoded in the same encoding as the blog.  Further development on this feature will probably be done in the future.
  3. Feature: New Pre-populated Forms – We have modified the functions which create a new form to have new forms created with some predefined basic contact fields.  This allows the administrator to easily and quickly create basic contact forms.
  4. Bug Fix: The “call-time pass-by-reference error” has been fixed.

Thank you for your interest in our plugin.  We hope you like it.  As always, if you find any bugs or wish to make any comments or suggestions, feel free to do so in the comments below.

You may download it from the WordPress.org plugin repository.

FormBuilder 0.71

Wednesday, December 24th, 2008

We’re excited to release the lastest and greatest edition of FormBuilder just in time for Christmas.  This version includes the following features and enhancements.

  • Alternate Form Processing
    One feature we’ve been getting a lot of requests for is the ability to send form results to an alternate form processing system.  In light of that, we have created a new module for FormBuilder which allows for exactly that.  You can now submit form results to a completely different system using the “Alternate Action module.

    If you are using the Alternate Action module, you may specify the full URL of the alternate form processor in the THANKYOUTEXT field of the form.  Once the submitted data has been verified by the regular FormBuilder system, it will be re-posted to this alternate system.  This ability may not be supported on all servers.  Please test before deploying to production systems.

  • Dashboard Uninstall
    You now have controls directly on the FormBuilder management page to Uninstall the system entirely if necessary.  This is simply a nicer front-end to previously available functionality.
  • Code Streamlining
    We’ve been continuing to work hard at making the code more streamlined and ultimately faster to run.
  • Various Small Bug Fixes

We hope you enjoy this new release of FormBuilder and the features it provides.  We’d love to hear your opinions suggestions or questions.  Simply post them in the comments below.

As always, you can download this latest version of FormBuilder from the WordPress Plugin Directory, or download directly by clicking here.

FormBuilder 0.63

Friday, November 14th, 2008

Here is the official release of FormBuilder 0.63.  The goal of this version is primarily to provide compatibility with the upcoming release of WordPress 2.7.  We have revamped the administrative interface to function a bit better with the WordPress CSS styles, as well as fixing a number of bugs which showed up when testing against WordPress 2.7 beta 2.  Additionally, we have restored functionality to allow FormBuilder to work properly when used in a PHP 4.x environment.

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.

FormBuilder 0.61

Tuesday, August 26th, 2008

Here 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.