I have a really strange issue I'm trying to figure out. I have two hidden fields in my form. The values are populated using the gform_field_value_ filter. If I view source on the form the values exist in the hidden field values, so that's working fine. If I'm logged in to WordPress and submit the form, the hidden values show up in the email I receive as expected. If I'm NOT logged in, the hidden values are blank in the email.
What's weird is the hidden values are stored in GF > Entries regardless of whether I'm logged in or not. So the hidden fields are populating the proper values, and storing in GF Entries, but only showing up in the email if I'm logged in when I submit the form.
This really makes no sense to me, so thought I would post it here to see if anyone has an idea on what the issue could be. Thanks!