Hi,
I'm using wpalchemy with gravityforms, and
I set an new custom field in the form with _mycustom,
when i've validated the form the value doesn't fill _mycustom
it's a bug? or gravityforms doesn't work with invisible custom field ?
thanks
Hi,
I'm using wpalchemy with gravityforms, and
I set an new custom field in the form with _mycustom,
when i've validated the form the value doesn't fill _mycustom
it's a bug? or gravityforms doesn't work with invisible custom field ?
thanks
Not a bug. Gravity Forms does not work with invisible custom fields. This hasn't been a needed feature for most people, as most people don't use invisible custom fields.
Ok thanks for your answer, I understand, but for Developer version of Gravity Forms, it doesn't exist a hook or filter to apply for that?
All versions of Gravity Forms are the same. Gravity Forms can't work with invisible custom fields currently. You potentially could create a custom function in pre_submission to pull in the details or push them out, but you would have to code that yourself.
Ok thank you, I'll try this way.