This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Visual Form Builder

Description

Visual Form Builder is a plugin that allows you to build and manage all kinds of forms for your website in a single place. Building a fully functional contact form takes only a few minutes and you don’t have to write one bit of PHP, CSS, or HTML!

Upgrade to VFB Pro

If you are a fan of Visual Form Builder and want extra features and functionality, VFB Pro is available.

Features

  • Add fields with one click
  • Drag-and-drop reordering
  • Simple, yet effective, logic-based anti-SPAM system
  • Automatically stores form entries in your WordPress database
  • Manage form entries in the WordPress dashboard
  • Export entries to a CSV file
  • Send form submissions to multiple emails
  • jQuery Form Validation
  • Customized Confirmation Messages
  • Redirect to a WordPress Page or a URL
  • Confirmation Email Receipt to User
  • Standard Fields
  • Required Fields
  • Shortcode works on any Post or Page
  • Embed Multiple Forms on a Post/Page
  • One-click form duplication. Copy a form you’ve already built to save time
  • Use your own CSS (if you want)
  • Multiple field layout options. Arrange your fields in two, three, or a mixture of columns.

Field Types

  • Fieldset
  • Section (group fields within a fieldset)
  • Text input (single line)
  • Textarea (multiple lines)
  • Checkbox
  • Radio (multiple choice)
  • Select dropdown
  • Address (street, city, state, zip, country)
  • Date (uses jQuery UI Date Picker)
  • Email
  • URL
  • Currency
  • Number
  • Time (12 or 24 hour format)
  • Phone (US and International formats)
  • HTML
  • File Upload
  • Instructions (plain or HTML-formatted text)

Entries

  • Manage submitted entries in WordPress dashboard
  • Bulk Export to CSV
  • Bulk Delete
  • Advanced Filtering
  • Search across all entries
  • Collect submitted data as well as date submitted and IP Address
  • Disable saving of all entries (GDPR)

Customized Confirmation Messages

  • Control what is displayed after a user submits a form
  • Display HTML-formatted text
  • Redirect to a WordPress Page
  • Redirect to a custom URL

Notification Emails

  • Send a customized email to the user after a user submits a form
  • Additional HTML-formatted text to be included in the body of the email
  • Automatically include a copy of the user’s entry

SPAM Protection

  • Automatically included on every form
  • Uses a simple and accessible, yet effective, text CAPTCHA verification system

Screenshots

  • Visual Form Builder page
  • Configuring field item options
  • Entries management screen
  • Rendered form on a page

Installation

  1. Go to Plugins > Add New
  2. Click the Upload link
  3. Click Browse and locate the visual-form-builder.x.x.zip file
  4. Click Install Now
  5. After WordPress installs, click on the Activate Plugin link

FAQ

How do I create a form?

  1. Click on the Visual Form Builder > Add New link and enter a few form details
  2. Click the form fields from the box on the left to add it to your form.
  3. Edit the information for each form field by clicking on the down arrow.
  4. Drag and drop the elements to sort them.
  5. Click Save Form to save your changes.

Can I use my own verification system such as a CAPTCHA?

reCAPTCHA is available with Visual Form Builder Pro.

Visual Form Builder uses a text CAPTCHA. If you decide to upgrade to Visual Form Builder Pro, you will gain Akismet support.

Emails are not being sent

Note: Form submissions will always be saved in the database whether or not the email was sent.

Check SPAM folder

A quick look in the SPAM folder will tell you if the emails are being routed into the folder. If so, simply train your email client to not treat those emails as SPAM

Configure your site to use SMTP

Some people have reported that after the form is submitted, no email is received. If this is the case for you, it typically means that your server or web host has not properly configured their SMTP settings.

Try using a plugin such as WP Mail SMTP to correct the issue.

Set the Reply-To email to a same domain email

Setting up SMTP will get you part of the way there. For most, it solves the problem. For others, it requires additional configuration

If you find that emails are not being sent, you should first confirm that you have completed all of the details in the Form Settings > Email section. Next, be sure to set the Reply-To option to an email that exists on the same domain as your WordPress site.

Set the Sender email to an email that exists on the domain

In addition to the Reply-To header, some hosts require that the Sender header is also set to an email that exists on the domain. By default, the Sender email is automatically set to either your admin email if the domain matches. If it does not match, then a local email address is created ([email protected]).

To change this behavior to use an email that exists on the domain, you will need to set the Sender Mail Header option on the Visual Form Builder > Settings page.

Possible mod_security conflict

Some servers are overzealous in their restrictions on the $_POST object and will block anything with certain keywords. Check your server logs and look for any 403 Forbidden or 500 Internal Server errors. If you notice these errors when submitting a form, contact your host and find out if there are any restrictions.

Enable local mail for your domain

Be sure to enable local mail delivery for your domain. Disabling local mail delivery is common if you are using an external mail server, but can cause bounce-backs saying the email user does not exist.

Also, if possible, check your server’s email logs or have your host check them for you and see if it’s refusing to send an email. It’s possible your email server is attempting to send the emails but can’t for missing mail resources, security, SPAM filtering, or other technical problems.

Resolving Theme or Plugin Conflicts

Visual Form Builder is built using preferred WordPress coding standards. In many cases, some theme authors or plugin developers do not follow these standards and it causes conflicts with those that do follow the standards. The two most common issues have to do with either jQuery or CSS.

jQuery conflicts

Visual Form Builder requires at least jQuery version 1.7. Please make sure your theme is updated to use the latest version of jQuery.

CSS conflicts

If your forms do not look as expected, chances are there’s some CSS in your theme conflicting with the built-in CSS of Visual Form Builder.

Theme conflicts

If you have confirmed that you are using the latest version of jQuery and can rule out CSS conflicts, there’s probably something in your theme still causing problems.

  1. Activate the default “Twenty” theme
  2. Test your site to see if the issue still occurs

Still having problems even with the default theme running? If not, it’s a conflict with your theme. Otherwise, it’s probably a plugin conflict.

Plugin conflicts

Before following this process, make sure you have updated all plugins to their latest version (yes, even Visual Form Builder).

  1. Deactivate ALL plugins
  2. Activate Visual Form Builder
  3. Test your site to see if the issue still occurs

If everything works with only Visual Form Builder activated, you have a plugin conflict. Re-activate the plugins one by one until you find the problematic plugin(s).

If, after following the above procedures, you are still having problems please report this issue on the Support Forum.

Customizing the form design

By upgrading to VFB Pro, you be able to purchase the Form Designer add-on which will let you easily customize the design.

Customizing the Date Picker

The jQuery UI Date Picker is a complex and highly configurable plugin. By default, Visual Form Builder’s date field will use the default options and configuration.

How do I translate the error messages to my language?

The validation messages (ex: ‘This field is required’ or ‘Please enter a valid email address’) are generated by the jQuery Form Validation plugin.

By default, these messages are in English. To translate them, you can either use the free add-on Custom Validation Messages or follow the manual JavaScript method.

The recommended method to translate the messages is by installing the free Custom Validation Messages add-on. This will let you easily change the messages for all forms from within the WordPress admin.

If you would rather use the manual method, you will need to follow the instructions below.

Follow these instructions:

In your theme folder, create a JavaScript file. In this example, I’m using myjs.js. Add the following code to it and customize the language to what you need:

jQuery(document).ready(function($) {
  $.extend($.validator.messages, {
    required: "Eingabe n?tig",
    email: "Bitte eine gültige E-Mail-Adresse eingeben"
  });
});

Now, in your functions.php file, add the following piece of code:

add_action( 'wp_enqueue_scripts', 'my_scripts_method' );
function my_scripts_method() {
   wp_register_script( 'my-vfb-validation',
     get_template_directory_uri() . '/js/my-js.js',
     array( 'jquery', 'jquery-form-validation' ),
     '1.0',
     false );

   wp_enqueue_script( 'my-vfb-validation' );
}

Reviews

September 1, 2024
UPDATE: Sept, 01, 2024 – I have received the refund for VFB Pro, after I wrote to the University of Alabama about the issue. Of course, the refund does not cover the damages due to the obsolete plugin. Also, I noticed Matthew has added a notice on the website which says ‘Please note, Buyer Beware: VFB Pro is no longer supported or maintained and will not be receiving regular updates. The plugin still works (depending on your server) but any errors, questions, bugs, etc must be handled by you or an experienced developer. Thank you for your support.’I used to love his plugin for its features and simplicity. I decided to upgrade to Pro (Developer Bundle), as I provide services to a number of clients. However, I realised that the plugin was no more being updated by the developer, no support is being provided and emails sent to Matthew Muro also did not receive any response. I feel cheated, like many others who have complained about the same issues. WordPress should remove this plugin from its directory, and there should be a way to also inform ICANN (Domain Registrar) about this scam, so that website can be disabled.Matthew Muro is a faculty at the University of Alabama, I tried contacting him on his University email, but to no avail. today, I have written to the University Dean about this.
October 1, 2023 1 reply
vfbpro does not tell buyers and clients the plugin is discontinued. There is no Support.
June 21, 2023
Throws critical error screen, when I try to create a new form on WP 6.2.2. This plugin is totaal useless. Last update one year ago. Looks like abandonware.
January 21, 2023
The free version of this plugin is great but because a client wanted to hide some fields I needed to add some logic, or rules as VFB Pro calls it. Might be better to start with another plugin if you plan on upgrading later. First of all the Pro version uses a different table system so all your old entries will be lost, have to back them up because you won’t be able to see them online anymore. The support is zero, I opened a ticket, never heard back from them. When you migrate the forms over from the free version, the required/not required on all the fields has to be redone. And to kick it off, the free version allowed you to choose which columns were displayed when you viewed Entries, the Pro version you have to buy another add-on for that. Really disappointed with the Pro version but loved the free version, it’s too bad they mucked that up.
January 12, 2023 1 reply
<p>Support is non-responsive. Their support page has links to social sites, none of which are still active. They appear to be letting the tool go fallow. Interestingly, they had no problem processing my payment. URG!!!!</p>
December 21, 2022
Plugins seems like deprecated. No support, Facebook and twitter accounts deleted etc. Shame. Still Pro version can be bought, which seems fishy.
Read all 316 reviews

Contributors & Developers

“Visual Form Builder” is open source software. The following people have contributed to this plugin.

Contributors

“Visual Form Builder” has been translated into 6 locales. Thank you to the translators for their contributions.

Translate “Visual Form Builder” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

Version 3.1 – May 27, 2022

  • Fix wrong function name in widget class

Version 3.0.9 – May 19, 2022

  • Fix various security issues

Version 3.0.8 – Apr 08, 2022

  • Update Entries table with CSRF protection

Version 3.0.7 – Apr 06, 2022

  • Fix security on Email To under Add New page

Version 3.0.6 – Nov 03, 2021

  • Update export code with various improvements
  • More security updates

Version 3.0.5 – Oct 21, 2021

  • Update some URLs to no longer rely on query params
  • Update class list wrapper
  • Escape additional data

Version 3.0.4 – Sep 21, 2021

  • Fix security vulnerability when saving Form Name

Version 3.0.3 – Jun 08, 2021

  • Update HTML field to use wp_editor

Version 3.0.2 – Mar 22, 2021

  • Update the Add Field and Shortcode boxes

Version 3.0.1 – Apr 17, 2019

  • Fix bug where a variable was not being declared as an array

Version 3.0 – Apr 01, 2019

  • Update admin CSS to use SASS for easier future updates

Version 2.9.9 – Aug 09, 2018

  • Update DB check to prevent extra queries when using Multisite install
  • Update uninstall procedure to happen through the VFB > Settings menu instead of the Plugins admin menu

Version 2.9.8 – Jul 12, 2018

  • Add new Disable Saving Entry feature to Settings to better assist EU users and the General Data Protection Regulation (GDPR)

Version 2.9.7 – Mar 08, 2018

  • Fix bug with Default Country not able to be selected
  • Fix bug with Address label position setting
  • Update display class to insure methods are declared as static

Version 2.9.6 – Feb 12, 2018

  • Fix bug with export

Version 2.9.5 – Feb 11, 2018

  • Refactor structure of plugin

Version 2.9.4 – Oct 01, 2017

  • Minor code updates

Version 2.9.3 – Jul 10, 2017

  • Update list of Countries to add a few new ones

Version 2.9.2 – Sep 08, 2016

  • Update Date Submitted format to save with leading zeroes to match mySQL format
  • Update IP Address column to store longer IPv6 addresses

Version 2.9.1 – Aug 23, 2016

  • Add Portuguese language translations

Version 2.9 – Jul 26, 2016

  • Fix regression for recent entries bug fix

Version 2.8.9 – Jul 24, 2016

  • Fix bug where entries could not be trashed or deleted

Version 2.8.8 – Apr 28, 2016

  • Fix bug with Export
  • Update French translations

Version 2.8.7 – Mar 30, 2016

  • Fix use of deprecated functions
  • Check permissions before adding new forms

Version 2.8.6 – Sep 21, 2015

  • Update to allow translations to use the WP_LANG_DIR folder for language packs

Version 2.8.5 – Sep 09, 2015

  • Better secure entry detail page against XSS vulnerability

Version 2.8.4 – Aug 24, 2015

  • Update how widget is registered to comply with WordPress 4.3

Version 2.8.3 – May 08, 2015

  • Better secure searching and filtering for forms and entries list

Version 2.8.2 – Apr 23, 2015

  • Fix bug with WordPress 4.2 and class property variables not being set

Version 2.8.1 – Apr 12, 2014

  • Add localized jQuery form validation messages for languages that have a VFB translation file
  • Add localized jQuery UI datepicker text for languages that have a VFB translation file
  • Add vfb_spam_words_exploits, vfb_spam_words_profanity, and vfb_spam_words_misc filters to allow spam sensitivity words to be controlled
  • Update the jQuery UI date picker and CKEditor scripts to only load when the respective field is on the form
  • Update tooltip to prefix class names to prevent potential conflicts
  • Update admin notices to only display on VFB Pro pages
  • Update “Add New Form” help text
  • Update Export to make sure there are no errors with unserializing before proceeding
  • Update Export to more accurately strip all HTML tags for all fields except HTML and Address (where
    is replaced with new lines)
  • Update admin form editor to get fields by reference to improve looping speed
  • Update admin with more jQuery UI CSS overrides for the disabled classes
  • Update email headers to use array formatting instead of a string
  • Update file upload process to check if the $FILE global is an array before proceeding
  • Update Display Forms shortcode/template tag to not wrap in tags
  • Update CSS to use !important to prevent themes from conflicting with certain rules
  • Fix bug with image upload where guid may not be set correctly on some servers
  • Fix bug for missing Address description
  • Fix bug in export where entries fields did not load the correct page with the right field names
  • Fix bug where sanitizing number should sanitize digits, which doesn’t allow decimals

Version 2.8 – Dec 3, 2013

  • Add Title option to widget
  • Add “Unselect All” link to entries export field selection
  • Update global form font size
  • Update errorClass to more specific vfb-error class name
  • Update various admin form filter drop downs to include form ID
  • Fix bug where error label border did not display on certain inputs
  • Fix bug affecting radio/ checkbox descriptions
  • Fix quotes and other encoded characters in export
  • Fix PHP notices when global $post is not available
  • Minor updates to the admin CSS
  • Remove screen_icon which has been deprecated in WordPress 3.8

Version 2.7.9 – Sep 23, 2013

  • Add “Always load CSS” setting
  • Add “Spam word sensitivity” setting
  • Add Entry ID to entries list view
  • Update number sanitizing to use regular expression instead of floatval
  • Update jQuery UI CSS
  • Update file input styles
  • Update CSS and JS to use cache busting version numbers
  • Update email and entry detail to wrap textarea, HTML, and post content in wpautop
  • Fix bug where creating a new form did not forward to edit screen immediately
  • Fix label “for” attribute output
  • Fix bug where lists were unstyled in descriptions
  • Fix various “selected” output bugs in admin
  • Fix bug where “Show on Screen” would not remember selections
  • Fix a couple screen options calls to use action and not filter
  • Reduce number of queries on forms list page

Version 2.7.8 – Aug 13, 2013

  • Add settings page with options for popular filters
  • Add vfb_sender_mail_header, vfb_show_version filters
  • Add an ID attribute to the form container div
  • Update CSS enqueue to only load when form exists on the page
  • Update list of user agent strings to test against in vfb_blocked_spam_bots
  • Update email from names to use mb_encode_mimeheader for proper encoding
  • Update padding on select elements
  • Update Instructions field to include CSS Classes and Field Layout options
  • Update form output to force bullets to hide, but only if list-style-type isn’t set
  • Update form output to only display the “for” attribute for certain fields
  • Update Export to always download a file, even if no results are found
  • Fix bug when sorting and field sequence is not properly set
  • Fix bug when uploading an audio or video file in WordPress 3.6
  • Deprecate spam check for empty user agent
  • Remove texas from spam words

Version 2.7.7 – Jul 16, 2013

  • Fix bug where confirmation function fails

Version 2.7.6 – Jul 16, 2013

  • Add sorting to checkbox/radio/select options
  • Add dateFormat option for Date fields
  • Add admin blue styles
  • Add vfb_address_labels_placement, vfb_skip_referrer_check filters
  • Update interface icons
  • Update form delete process to now delete all collected entries for that form
  • Update CSS with more default styles to override potential theme problems
  • Update form saving to check for max_input_vars and display error message
  • Update saving field name, description, options, and default value to trim whitespace
  • Update Legend output to only display bottom border when text is available
  • Update submit button name/id attributes to conform to new naming convention
  • Fix bug where User Name dropdown would appear when no required text or name fields were set
  • Fix form list bulk delete
  • Fix sprintf error when max file size has been reached
  • Remove unnecessary queries during email
  • Remove old “Display Forms” help image and just use text

Version 2.7.5 – Jun 06, 2013

  • Add Print button to Entry Detail view
  • Add Duplicate link to Form List view
  • Add meta keyword for plugin version number
  • Update HTML field to use CKEditor instead of Quicktags
  • Update CSS to include :focus styles
  • Update Entry Detail to link File Uploads
  • Fix bug during Export for duplicate field names
  • Fix bug on Export page where Page to Export option may not appear
  • Fix bug on Export page where Fields were not limited to 1000 in an edge case
  • Fix bug where delete link did not work in Form List view

Version 2.7.4 – May 08, 2013

  • Update Numbers field to allow either Digits or Number validation and sanitize as float instead of int
  • Update Entries Detail “Delete” link to a “Trash” link
  • Fix bug where referer URL did not match domains that prepended www
  • Fix bug in form output where file uploads were not being sent
  • Fix bug on Entries List to only display approved (i.e. untrashed) entries in All view
  • Fix bug on Entries List to properly display Today’s Entries
  • Minor updates

Version 2.7.3 – May 07, 2013

  • Fix bug where referer URL was not compatible with certain permalink structures

Version 2.7.2 – May 05, 2013

  • Add form search in admin
  • Add ‘Pages to Export’ option when more than 1000 entries detected for a single form
  • Add Netherlands translation
  • Update forms list design
  • Update admin to require WordPress 3.5 and jQuery UI 1.9
  • Update behavior to allow deselecting Default values on Select/Radio/Checkbox options
  • Update some translations
  • Update Entries to allow trashing before deleting
  • Update style of “Add Form” button above post/page visual editor
  • Update and improve sticky sidebar behavior
  • Fix bug where nesting and sorting would not save
  • Fix bug during Export for certain encoded characters

Version 2.7.1 – Mar 13, 2013

  • Fix bug in Export where fields did not load in certain cases
  • Minor code updates

Version 2.7 – Feb 28, 2013

  • Add widget for displaying forms in sidebar
  • Add dashboard widget for displaying recent entries
  • Add DONOTCACHEPAGE constant to fix occasional nonce errors for caching plugin users
  • Fix bug where second address line was always required
  • Fix bug for misnamed Instructions CSS class
  • Fix bug where quotes were not converted on output
  • Fix bug where left/right aligned labels and content were not displaying correctly
  • Fix bug where export AJAX was not returning properly
  • Fix bug for Export Select All fields
  • Sanitize IP address before inserting into database
  • Rollback Date field type to non-HTML5 to prevent duplicate date pickers in Chrome
  • Update language .POT

Version 2.6.9 – Feb 08, 2013

  • Fix bug where Validation would be removed on saving predefined fields

Version 2.6.8 – Feb 06, 2013

  • Add Reply-To to email headers for better compatibility with some email servers
  • Add new Fields selection in Export
  • Update CSV export to be more reliable
  • Update certain input field types to HTML5 input types
  • Update vfb_address_labels filter to allow control over Address field
  • Fix bug where Address field sanitization stripped <br> tags
  • Fix bug where i18n file was improperly loaded
  • Fix bug in Instructions description where HTML tags were encoded in admin
  • Fix bug that allowed validation dropdown to be active in certain predefined fields
  • Check DB version and update with proper plugins_loaded action
  • Deprecate use of CDN for certain files in favor of locally hosted versions
  • Deprecate Export Selected in favor of more reliable exporting on the Export screen

Version 2.6.7 – Dec 06, 2012

  • Update email headers
  • Fix bug where notification email did not send
  • Fix textarea value formatting in email

Version 2.6.6 – Dec 04, 2012

  • Turn off script debugging

Version 2.6.5 – Dec 04, 2012

  • Add confirmation to Delete field
  • Add new Address label filter
  • Add new CSV delimiter filter
  • Add CSS Class option to Submit button
  • Update some queries to be compatible with WordPress 3.5
  • Update first fieldset warning and output a more noticeable error
  • Update tooltip CSS
  • Fix media button to use correct action
  • Fix missing un-prefixed classes

Version 2.6.4 – Nov 12, 2012

  • Fix bug where SVN commit mangled code

Version 2.6.3 – Nov 12, 2012

  • Update CSS to now prefix all classes to help eliminate theme conflicts
  • Update email function to force a From email that exists on the same domain
  • Fix bug affecting File Upload field validation
  • Fix database install to use PRIMARY KEY instead of UNIQUE KEY
  • Fix bug preventing Export from displaying filtering options
  • Minor code cleanups

Version 2.6.2 – Oct 23, 2012

  • Fix bug where File Upload field would prevent validation
  • Fix bug when selecting entries export
  • Fix bug that hid the entries export options
  • Fix bug for another missing Save Form button
  • Update JS and CSS from CDN to use HTTPS

Version 2.6.1 – Oct 17, 2012

  • Fix bug for missing Save Form button
  • Fix bug for entries screen options and pagination

Version 2.6 – Oct 17, 2012

  • Move plugin into its own menu
  • Add new ‘All Forms’ view with an alphabetical group list
  • Add new New Form screen
  • Add customizable columns to admin form builder (see Screen Options tab)
  • Update meta boxes to be reordered or hidden (see Screen Options tab)
  • Update and clean up entry form design
  • Update email headers to send from admin email for servers having trouble with sending
  • Fix bug where form rendering would behave erratically in Internet Explorer 9
  • Fix bug where sender emails would be cut off after 25 characters in the entries database

Version 2.5 – Sep 13, 2012

  • Add new Export page for exporting all entries
  • Add IDs to each form item on output
  • Fix bug where extra quote was outputting on radio buttons
  • Fix bug where form name override was not being updated when copying a form
  • Fix bug where address formatting broke in the email
  • Deprecate Export All from Entries Bulk Actions (to export, see new Export page)
  • Update name attribute to remove field key in attempts to prevent POST limit from reaching max memory
  • Update server side validation to check for required fields
  • Update server side validation to denote which field is failing
  • Minor admin CSS update

Version 2.4.1 – May 22, 2012

  • Fix bug where misspelled variable caused email to not send

Version 2.4 – May 22, 2012

  • Fix bug where label alignment option was not being saved
  • Update spam bot check to only execute when form is submitted
  • Update list of spam bots

Version 2.3.3 – Apr 30, 2012

  • Fix bug for missing media button image

Version 2.3.2 – Apr 27, 2012

  • Fix bug that displayed a warning

Version 2.3.1 – Apr 27, 2012

  • Fix bug where Export feature was broken
  • Fix bug where server validation failed on certain data types
  • Add months drop down filter to Entries list

Version 2.3 – Apr 24, 2012

  • Add media button to Posts/Pages to easily embed forms (thanks to Paul Armstrong Designs!)
  • Add search feature to Entries
  • Add Default Value option to fields
  • Add Default Country option to Address block
  • Fix bug where Required option was not being set on File Upload fields
  • Fix bug where Form Name was not required on Add New page
  • Update and optimize Entries query
  • Update Security Check messages to be more verbose
  • Update email formatting to add line breaks
  • Update how the entries files are included to eliminate PHP notices
  • Minor updates to CSS

Version 2.2 – Mar 26, 2012

  • Add Label Alignment option
  • Add server side form validation; SPAM hardening
  • Add inline Field help tooltip popups
  • Add Spanish translation
  • Update Form Settings UI
  • Update File Upload field to place attachments in Media Library
  • Update Field Description to allow HTML tags
  • Update Field Name and CSS Classes to enforce a maxlength of 255 characters
  • Update jQueryUI version
  • Fix bug preventing form deletion

Version 2.1 – Mar 06, 2012

  • Add Accepts option to File Upload field
  • Add Small size to field options
  • Add Options Layout to Radio and Checkbox fields
  • Add Field Layout to field options
  • Add Bulgarian translation
  • Update jQuery in admin
  • Verification fields now customizable
  • Verification field now can be set to not required

Version 2.0 – Feb 10, 2012

  • Fix bug for misspelled languages folder
  • Fix bug for slashes appearing in email and admin
  • Fix bug for misaligned rows in CSV export
  • Update admin notices functionality
  • Update the way Addresses were handled during email
  • Add Hungarian translation

Version 1.9.2 – Jan 09, 2012

  • Bug fix for copied forms with nested fields

Version 1.9.1 – Jan 04, 2012

  • Bug fix for Sender Name, Email, and Notification Email overrides

Version 1.9 – Jan 03, 2012

  • Add ability for fields to be nested underneath Fieldsets and Sections
  • Add Section Form Item
  • Update adding/deleting fields to use AJAX
  • Update and improve admin tabs functionality
  • Update new form building to no longer force require email details
  • Update Delete Form link to require confirmation before deleting

Version 1.8 – Nov 22, 2011

  • Add Dynamic Add/Delete for Options for Radio, Select, and Checkbox fields
  • Add Dynamic Add/Delete for Email(s) To field
  • Add CSS Classes configuration option
  • Update Instructions field to allow for images
  • Submit button text value now customizable

Version 1.7 – Nov 09, 2011

  • Add Instructions Form Item
  • Add Duplicate Form feature
  • Add Sender Name and Sender Email customization fields to Notifications
  • Update CSS

Version 1.6 – Oct 07, 2011

  • Fix bug where multiple address blocks could not be used
  • Add internationalization support
  • Add auto-respond feature to separately notify your users after form submission
  • Update jQuery Validation to 1.8.1

Version 1.5.1 – Sep 08, 2011

  • Fix bug where missing jQuery prevented multiple form fix from working

Version 1.5 – Sep 07, 2011

  • Fix bug where multiple forms on same page could not be submitted individually
  • Fix bug where Entries form filter did not work
  • Update admin CSS to use it’s own file instead of one loaded form WordPress

Version 1.4 – Aug 16, 2011

  • Fix bug where database charset wasn’t being set and causing character encoding issues
  • Fix date submitted to match local date and time settings
  • Fix Textarea CSS to respond to large size
  • Add File Upload and HTML Form Items
  • Add Entries Export feature
  • Update View Entries to full page view instead of jQuery show/hide quick view

Version 1.3.1 – Jul 28, 2011

  • Fix bug where new Confirmation screen was not being installed
  • Fix bug where escaped names and descriptions were not being stripped of slashes properly
  • Add missing sprite image for Form Items

Version 1.3 – Jul 27, 2011

  • Fix bug where jQuery validation was missing from security field
  • Update Form Items UI to make it easier and quicker to add fields
  • Add six more Form Items
  • Add Confirmation customization
  • Update CSS output for some elements

Version 1.2.1 – Jul 19, 2011

  • Fix bug where entries table does not install

Version 1.2 – Jul 19, 2011

  • Fix bug where reserved words may have been used
  • Fix bug where multiple open validation dropdowns could not be used in the builder
  • Add entries tracking and management feature
  • Improve form submission by removing wp_redirect
  • Add Sender Name and Email override

Version 1.1 – Jun 30, 2011

  • Fix bug that prevented all selected checkbox options from being submitted
  • Add more help text on contextual Help tab
  • Fix missing closing paragraph tag on success message

Version 1.0 – Jun 23, 2011

  • Plugin launch!
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17