GravityExport Lite. Export all Gravity Forms entries to Excel (.xlsx) via a secret (shareable) url.
GNU General Public License v2.0
12
stars
8
forks
source link
Update shortcode functionality to make it easy to insert anchor links #192
Open
crbdev opened 7 months ago
As discussed in our Slack channel, let's add the ability to use shortcodes in the following way:
[gravityexport id="5" class="some-class"]Text here[/gravityexport]
The text between the opening and closing shortcodes outputs as an anchor link that links to the report as defined by the
id
value.