https://github.com/denised/gforms_inspector
Simple admin tool to see content of Gravity Forms forms
https://github.com/denised/gforms_inspector
gravity-forms wordpress-plugin
Last synced: 3 months ago
JSON representation
Simple admin tool to see content of Gravity Forms forms
- Host: GitHub
- URL: https://github.com/denised/gforms_inspector
- Owner: denised
- License: gpl-2.0
- Created: 2022-11-26T07:46:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T20:16:24.000Z (over 2 years ago)
- Last Synced: 2024-06-13T17:45:15.564Z (almost 2 years ago)
- Topics: gravity-forms, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gravity Forms Inspector
This is a very simple plugin you can drop into your plugin directory, or just load the php with your code.
It creates a page called "Gravity Form Inspector" in the WP Admin Tools that will let you look at
the data content of one of your forms, or search for particular form or field settings across multiple
forms. For example, try searching for `"cssClass"` across your forms to see where you've added CSS classes.
Current limitation: displays scalar settings only; for array-valued settings, displays only the length of the array.