I created a quite complex form filled with hidden fields (don't ask why, please) which is published to a custom post type.
How can I display each post hidden fields values in my theme? The regular ones (title, content, etc) are displayed correctly, but I can't find a way to display, or call the hidden fields. Since these fields are stored in a gravity form table, I can't finde the answer in Wordpress Codex. Neither I was able to find it here.
I'm pretty sure that it's quite easy, but I don't know where to find this.
Thanks!