Gravity Forms Total Amount Shortcode
A simple shortcode that displays the “Total” filed value from any Gravity Form.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3026 days ago
Is Gravity Forms Total Amount Shortcode abandoned?
Possibly abandoned (last update 3026 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
A simple shortcode that displays the “Total” filed value from any Gravity Form.
Parameters
* form_id
* field_id
* start_date
* end_date
Examples:
* [gravityform-total-amount]
* [gravityform-total-amount form_id="14"]
* [gravityform-total-amount form_id="14" field_id="18"]
* [gravityform-total-amount form_id="14" field_id="18" stat_date="2017-07-18"]
* [gravityform-total-amount form_id="14" field_id="18" stat_date="2017-07-18" end_date="2017-07-20"]
Installation
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugin screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Include the shortcode anywhere on your website:
[gravityform-total-amount form_id="14" field_id="18" stat_date="2017-07-18" end_date="2017-07-20"]
Frequently Asked Questions
Installation Instructions
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugin screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Include the shortcode anywhere on your website:
[gravityform-total-amount form_id="14" field_id="18" stat_date="2017-07-18" end_date="2017-07-20"]
Review feed
Screenshots
Changelog
1.0.0
- First release!
- Introduce a shortcode that generates a total field value.