Hi Guys,
Just wanted to post and say I got this working with the exact same code David posted above in this thread. I'll clarify what I did and why I was confused in case it helps other noobs like me that might have the same issues. The code in question is posted in my previous comment above.
1) This code does go into functions.php.
2) I was confused by the comment "// update '39' to the ID of your form"
'39' refers to the word 'id' not to the word 'update'. Each form has an id, mine ended up being '3'. So gform_post_data_3 identifies my form, and adds the filter function in the right place.
Here are other helpful threads on the subject that helped me figure this out.
http://www.gravityhelp.com/forums/topic/gf-post-field-visibility-private-option
http://www.gravityhelp.com/documentation/page/Gform_post_data
Thanks for your help David, I know everything I just wrote must seem remarkably obvious to you, but hopefully it will be of use to some future forum user.
Posted 12 years ago on Thursday March 1, 2012 |
Permalink