Skip to content
Gravity Forms provides the ability to perform basic calculations in ‘number’ fields, such as ‘field 1 x 2’ or ‘field...
The PHP code below shows how to pre-fill a list field in Gravity Forms. This is done using the gform_field_value_$parameter_name...
Problem By default, ‘website’ fields in Gravity Forms will display a validation error message if the user enters an address...
Gravity Forms is a powerful plugin for WordPress that allows you to run and manage forms as simple as a...
The following script can be used to add a checkbox in a list field in Gravity Forms. There are two...
Gravity Forms uses a jQuery character count plugin called ‘jQuery Textarea Characters Counter Plugin v 2.0’ to handle the character...
The following code will automatically delete Gravity Form entries after submission. This may be helpful for test or demo forms,...
By default Gravity Forms has three address type formats: International United States Canadian International is the default address type and...
Problem By default, ‘website’ fields in Gravity Forms will display a validation error message if the user enters an address...
The tabindex attribute defines the navigation order for focusable elements such as links and form fields in a web page....
Recently when running performance tests using P3 (Plugin Performance Profiler) I noticed that plugins were running on pages that they...
The following PHP code shows how to apply default settings to new forms in Gravity Forms. To use this code...
The following jQuery script can be used to automatically add HTTP:// to the start of a input field value if...
The following code will allow adminstrators and users that have access to view form submissions to view a form when...
The following code will allow Adminstrators and users that have access to view form submissions to view a form outside...
By default WordPress has three address type formats International United States Canadian International is the default address type and provides...