Hi,
I'm currently making forms, and I'm trying to add some JavaScript code in them in order to automatically fill two fields : the name and the last name.
The procedure is as following : the form has to recognize who is logged on windows, get the login, and then go and pick up in a SharePoint list the name and the last name corresponding to the login.
Then, I have two questions :
- How can I get the login of the person who is logged
- How can I connect the pdf form to a Sharepoint Server and then get informations from a list.
Thanks a lot.
Horn33t.
You can use the 'search' feature to find more references to the 'identity' object.
You will need to post the the PDF form to a library on the SharePoint server. Acrobat, not Reader, can access an SQL data base, which SharePoint should be able to support.
George Kaiser