Skip to content

Enhances the dashboard for Gravity Forms power users. Adds "Last Entry" to the forms list.

Notifications You must be signed in to change notification settings

EffakT/power-boost-for-gravity-forms

 
 

Repository files navigation

Power Boost for Gravity Forms

power-boost-for-gravity-forms

WordPress plugin. An add-on for Gravity Forms. Enhances Gravity Forms for power users.

Visit this plugin on wordpress.org: wordpress.org/plugins/power-boost-for-gravity-forms

Visit this plugin's home page: breakfastco.xyz/power-boost-for-gravity-forms

FEATURES

Adds a "Last Entry" column to the forms list.

Indicates which forms are truly active screenshot-1

Adds a tab "Replace Forms" to the Import/Export page

Updates existing forms instead of creating duplicates

screenshot-6

Adds a "Resend Feeds" button near the Resend Notifications button

screenshot-4

Saves .json file exports of each form when forms are edited

Saved in wp-content/uploads/gf-json/. Override this path with the gravityforms_local_json_save_path hook.

screenshot-2

Adds field IDs near labels when viewing or editing an entry in the dashboard

screenshot-3

Adds field IDs near labels when editing forms

Thanks be to Dario Nem for suggesting this snippet from the Gravity Wiz toolbox.

screenshot-3

Adds a "Copy Shortcode" row action link to the forms list

screenshot-5

Enables merge tags in HTML fields

Requires page breaks. Merge tags display user input from previous pages in HTML fields.

Enables merge tags in HTML fields. The merge tag must be on a page after the field. If your field, “What kind of pet do you have?” is on page one of the form, the HTML field containing the merge tag {What kind of pet do you have?:1} should be on page two or any page after one.

screenshot-8

Filter Hooks

gravityforms_local_json_save_path

The absolute file path to a directory where the form export .json files are saved. Defaults to wp-content/uploads/gf-json     gravityforms_local_json_save_form

Allows a forms array containing a single form to be edited just before it is written to the .json file     gravityforms_local_json_minimize

Controls whether the form JSON is encoded with the JSON_PRETTY_PRINT flag. Defaults to false

About

Enhances the dashboard for Gravity Forms power users. Adds "Last Entry" to the forms list.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.2%
  • JavaScript 1.2%
  • CSS 0.6%