WPster
  • Home
  • Home

Creating a Custom WordPress Dashboard to Display Gravity Form Results

Displaying key metrics directly on the WordPress admin dashboard is an excellent way to provide users with valuable insights. This article walks you … [+]

How to List All Gravity Forms in a WordPress Multisite Installation?

In a WordPress multisite setup, managing Gravity Forms across multiple sites can become quite a challenge. Whether for an audit, maintenance, or … [+]

Complete Guide to Granting Editors Permissions for Managing Gravity Forms

In a previous post, we discussed how to grant editors the permissions to create discount coupons for Gravity Forms. Now, let’s explore the complete … [+]

Allow editors to create and manage Gravity Forms coupons

By default, only administrators have the capability to create and manage coupons in Gravity Forms. If you’d like to grant your editors this ability … [+]

Dynamic Character Limits in Gravity Forms with Targeted Loading

Managing character limits in form fields is a common need, especially for maintaining data consistency and user experience. With this dynamic … [+]

How to Use Weglot to Automatically Translate PDFs Created with Gravity Forms and Gravity PDF

  Weglot is a popular plugin that automatically translates website content. It’s a powerful tool for creating multilingual WordPress sites with … [+]

How to create a Dashboard from Gravity Form entries

Gravity Forms offers a number of methods for extracting data. In this example, we will : Create a Widget for your WordPress backend Extract the … [+]

How to Dynamically Populate a Field from another field in Gravity Forms (using JavaScript)

It’s sometimes useful to fill in form fields from fields higher up in the form. In this example, we’ll show how selecting a value in a … [+]

Gravity Forms: advanced use of Datepicker

If you want to use Gravity Forms’ Datepicker in an advanced way, you’re going to have to quickly use Javascript code. A good solution is … [+]

Gravity Forms: Dynamic creation of fields from CPT

How can I dynamically create set of fields in my Gravity Form, based on my custom post type? We created a mu-plugin called gravity.php for that: … [+]

How to concatenate 2 fields in a Gravity Form?

I have 2 fields in my form for the first name and last name, and I need to get the full name in a single field. How can I combine these 2 fields … [+]

How to change “*indicates required fields” legend

You can easily change the Gravity Forms required legend with a function in your plugin or function file: <?php add_filter( … [+]

How to populate fields dynamically in Gravity Forms?

You can populate Gravity Forms fields of several methods (like passing parameters in the form short code). Another solution is to create a function … [+]

Accept specific phone format in Gravity Forms

You can force rules on field Phone Number in Gravity Forms. Simply add this code to your plugin or function file, then select in your field which … [+]

Add optgroup support in Gravity Form select field

The optgroup tag is used to group related options in a select element (drop-down list). If you have a long list of options, groups of related … [+]

Validate at least one field to be filled in Gravity Form

How can I make one of two fields required (ie you have to indicate either the telephone or the email address)? Assuming your form ID is 5 and the 2 … [+]

Restricting Days in Gravity Forms Datepicker

How can I restrict dates in date picker, to force a choice between 3 and 30 days? Assuming your form ID is 1 and your date field ID is 4, add an … [+]

How to allow editors to read and export Gravity Forms messages

How can I allow editors to read entries on gravity forms? Add this code to your functions file: <?php /* Allow reading & export entries in … [+]

Display titles of your Gravity Forms

How can I display title of all active Gravity Forms? Add this code to your page: <?php // display Gravity Forms titles $forms = … [+]

Count the number of entries in a Gravity Form

How can I sum all entries from a specific field as a counter? To display number of entries submitted, insert this code on your page: <?php // … [+]

Get current language in a GravityForms field

I have a multilingual website. How can I add a field in my form to get the current language? 1. For WPML, add this code to your functions.php file … [+]

Categories

  • ACF Advanced Custom Fields
  • Custom Post Type
  • Dashboard
  • Front
  • functions.php
  • GravityForms
  • htaccess
  • Interface
  • Menu Bar
  • Notifications
  • Performance
  • Plugins
  • Redirect
  • RSS
  • Search
  • Security
  • SEO
  • Template
  • Weglot
  • WPML
  • WPMU Wordpress Multisite

Recent Posts

  • Creating a Custom WordPress Dashboard to Display Gravity Form Results
  • Effortlessly Duplicate Any Post or Custom Post Type in WordPress
  • How to List All Gravity Forms in a WordPress Multisite Installation?
  • Complete Guide to Granting Editors Permissions for Managing Gravity Forms
  • Allow editors to create and manage Gravity Forms coupons

Recent Comments

  • Jake Jackson on How to Use Weglot to Automatically Translate PDFs Created with Gravity Forms and Gravity PDF
  • ivan on Count the number of entries in a Gravity Form
  • Andrew Schultz on Collapse Advanced Custom Fields Repeater by default
  • Guillaume on Collapse Advanced Custom Fields Repeater by default