I have a number of forms that use the same form capture to send the Lead a document download link. The download URL and Title are passed in the form post data. We've only stored the last form posted as a field in the Lead entity so we can populate the CD email that gets sent to them.
The need has come up fro our sales team that they'd like to be able to see a list of what a Lead downloaded while in the lead screen. I can build a view that shows which form capture was used, but can't figure out how to display the field 'Download_Title' from the posted form in the view. If the sales person clicks on each form capture, they can find the 'Download_Title' field and see it, but they'd really rather just have it displayed.
Is this possible?