I'm currently using Gravity Forms for an application form. My client has requested the ability for each administrator to assign their own scores and notes, which are not viewable by the other administrators, to each application entry, as well as the ability to export all scores/notes along with the application entries.
I've gotten the score/note assignment implemented using the lead_meta, but I'm stuck on the csv export. I've looked at the export.php file, and it doesn't seem to me that I'll be able to hook in and add the lead meta without modifying any of the core plugin files? So short of completely writing my own export function, is there any way to achieve this?