[memb_gravityform_field]
This Applies to
Summary
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_id: The 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).
field: The field of the Gravity Form that you’d like to display.
order: You can use ASC or DESC as sorting order of the fields.
debug: It can be 0 or 1. If you set debug to 1, then it will dump out a debug of all the entries recorded.