Keap

[memb_gravityform_field]

Summary
This shortcode displays field values from Gravity Forms history for the current user.

Description

This shortcode displays field values from Gravity Forms history for the current user.

Shortcode Examples

This will display the First Name from Gravity Forms having ID 1

[memb_gravityform_field form_id=1 field="FirstName"]

Shortcode Parameters

form_idThe ID of the Gravity Forms (You can find the ID by navigating to the form and looking at the end of the URL, example &id=1).
fieldThe field of the Gravity Form that you’d like to display.
orderYou can use ASC or DESC as sorting order of the fields.
debugIt can be 0 or 1. If you set debug to 1, then it will dump out a debug of all the entries recorded.