I am creating a site that shows a list (of products) and when an Adobe Livechild built PDF Will be clicked open There are some form fields and when the submit button is pressed, the fields will be submitted in the URL.
This file gets all the parameters and can store them in the database. The problem is, which user is sending data through PDF? This can be accomplished if I can inject some parameters such as a Lifecycle PDF file which will be sent to nearby so that I can make a ticket to the user.
I was making a mistake many times but I could not find the answer as a new product in the form of Adobe Livecycle.
So, can any rail codek tell me in the right direction? Or is it worth achieving? Or is there any other solution to this problem?
If you set any cookies while sending PDF to user
Go ahead (such as proceed and store something inside the controller's session
objects, such as session [: user_id] = 1234
), Acrobat sends back the submitted form data Cookies with? (E.g., session [: user_id] = 1234
?) If so, then you have the answer.
Comments
Post a Comment