Expand my Community achievements bar.

Please help: Attach Documents!!

Avatar

Level 4

Hi,

I am making a process in LC ES2. I this process I have a PDF form at start point. User fills the form, attach files (using importData() ). Submit the form as PDF.

Now at second step I want to update the form fields values, but I am unable to do it. At next step it should be presented to the another user with modified values and attachments. I have tried a lil bit. i was able to send attached docs but not able to edit the form values.

My Process:

att1.jpg

LCA File:

http://dl.dropbox.com/u/5141935/Passing%20Attachments_1-0_2011-01-19-1729.lca

Please provide me the solution for this problem !!

One more ques:
Can we access/modify the form fields when submitting form as PDF ?? (as we do while submitting it as XDP, I can modify the values)


Thanks in advance.

-

Abhinav

1 Reply

Avatar

Level 4

We update PDF Fields using FormDataIntegration -> exportData, and after updating values in XML, FormDataIntegration -> importData.  These are apparently being depracated in ES2 though.