gravity-forms-custom-post-types
gravity-forms-custom-post-types copied to clipboard
FIX if a default choice is selected, make sure that's saved and displayed. Fixes3
Fixes https://github.com/bradvin/gravity-forms-custom-post-types/issues/3
This fix is broken in 1.9 as the $field parameter for determineIsSelected is now passed as a field object and not an array. Look for another branch to fix that, soon
FYI, I have already submitted a pull request a little bit ago that fixes this for GF 1.9. However, it needs to check for pre-1.9 and allow for backwards-compatibility. Feel free to check out my pull request and update for backwards compatibility if you'd like.