WPster
  • Home
  • Home

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

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 // … [+]

Categories

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

Recent Posts

  • How to change “*indicates required fields” legend
  • How to populate fields dynamically in Gravity Forms?
  • Accept specific phone format in Gravity Forms
  • How to add tags (like GTM) in WordPress?
  • Loop in an ACF Repeater field with Meta_query

Recent Comments

  • 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