Local JSON for Gravity Forms is a backup of a Gravity Form in a .json file that is updated every time a form is updated. Why You Need It The problem Local JSON solves: a Gravity Form on a production…
I wrote and released a free and open-source WordPress plugin called Gravity Forms Merge Tags in HTML Fields. It’s an add-on for Gravity Forms that enables Merge Tags in HTML Fields. Supports Field Merge Tag modifiers like :label Adds no…
The easiest way to remove the “Go Back” link from the single entry view of any GravityView is to enter a single space into the Back Link Label setting field under the view’s settings. I tried to find an appropriate…
You can’t. It’s not possible in Gravity Forms 2.4. Use the code sample below instead. The third parameter to get_entries() is not designed to accept more than one sort field. Use array_multisort() to sort the array output of get_entries() like…
Google Sheets QUERY statements typically work with A, B, and C column names just fine. However, QUERY requires column names Col1, Col2, Col3 instead of A, B, and C when querying data from a different Sheet. I find it difficult…