Dynamically build forms using a simple interface. Forms include jQuery validation, a basic logic-based verification system, and entry tracking.
Fieldsets, a way to group form fields, are an essential piece of this plugin's HTML. As such, at least one fieldset is required and must be first in the order. Subsequent fieldsets may be placed wherever you would like to start your next grouping of fields.
At this time, there is no alternative to the built-in anti-spam system.
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.
If you want to customize the appearance of the forms using your own CSS, here's how to do it:
functions.php file: add_filter( 'visual-form-builder-css', '__return_false' );css/visual-form-builder.css into your theme's style.cssstyle.css as neededIf you want to customize the jQuery date picker CSS, follow these steps:
functions.php file: add_filter( 'vfb-date-picker-css', '__return_false' );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.
To use the more complex features of the Date Picker plugin, you will need to:
$( '#start-date' ).datepicker();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 must create a JavaScript file that contains your translations and insert it into your theme.
For instructions, please go here.
There are two ways to export your entries to a CSV: Export All or Export Selected.
To Export All:
Export All option under the Bulk Actions dropdownTo Export Selected:
Export Selected option under the Bulk Actions dropdown
Requires: 3.1 or higher
Compatible up to: 3.3.1
Last Updated: 2012-2-10
Downloads: 35,058




