Okay, I’m assuming you’re referring to this Contact Form Entries plugin. In which case, I tested both of these shortcodes in a Contact Form 7 form and their values appeared in the “CRM Entries” screen.
[dynamictext visible-guid "CF7_guid"]
[dynamichidden hidden-guid "CF7_guid"]
Specifically…
- I clicked on the CRM Entries in the left-hand WordPress admin sidebar
- At the top, there is a dropdown titled Form Entries and I selected the form I created that had those fields (this automatically refreshed the page)
- In the very top-right of the screen, click Screen Options to reveal its options
- Since the
name
attribute of my fields were visible-guid
and hidden-guid
, it looks like the plugin is showing them as Visible Guid
and Hidden Guid
with checkboxes so I can show/hide them in the columns on that screen
- If I hover my mouse over an entry and click View that appears, that’ll take me to the entry submission and I can see those prettified names and values there too
So from my understanding, there isn’t anything additional you need to do unless you can’t already see them and need to use the Screen Options to show them.