I have created a PDF form by using Adobe LiveCycle Designer 8. Now i want to get data from pdf & insert into database(first user login & then insert data of particular user).
i tried by simple button (with control type: submit) & HTTP Submit Button, when i am clicking on button login jsp open (specified in URL) in adobe acrobat professionl not in internet explorer browser why this happen?
is this possible with using buttons & how i get data at server site?
if any other good way for my requirement please post here.
There really isn't any built-in methodology for handling login on data submit. The log-in needs to happen separately. Or it needs to be built into the data in the form. There are ways to handle a multstop process where the user would provide login info, but you'd need to learn quite a bit about how Acrobat works.
For example, on the submit button you could have a popup window that collects the user's name a password, encrypts it, and then sends it to the site for authentication. If the login is good, the server script returns data to the form that directs it to submit the form data. If it's not good, then it sends data that causes Acrobat to popup an Alert message.
You can find some information about server side data handling on this forum by searhing for "PHP", "Submit Data", and "server side"
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script