Hello,
First things first - Gravity Forms is amazing. Taking a look at the code under the hood... Me Gusta!
And on to my issue...
I am trying to populate a custom field's value with the attachment id generated by a separate post image field. I'm figuring I'll need to do something with functions fired on the gform_post_submission or gform_post_data hooks, but I'm really not sure how to get at the attachment ids properly.
Here is what I have now. It sort of gets the job done, but it's also pretty fragile due to the way that I'm determining the attachment IDs.
I also toyed around with this idea, but it won't work because the GF image url is not the same as a post guid (not that this is a good approach to begin with, but at this point, I'm trying to just make it work.)
-goto10 (via wilson)