sharepoint "Add document" link(infopath library) refer from other apps
-
Thursday, May 03, 2012 7:14 PMTrying to put a hyperlink to an infopath library in other web or even word document, not sure what it is the url should be? the web page looks like a javascript to add new item.
- Edited by George Zhou Friday, May 04, 2012 3:29 PM
All Replies
-
Thursday, May 03, 2012 7:44 PM
Could you please elaborate.
url to which hyperlink?
-
Thursday, May 03, 2012 9:37 PM
What I've done is right click the link and open in a new tab/window. You should get a URL like this:
http://{site}/Lists/{list name}/NewForm.aspx
Hope this is what you are looking for.
-victor
Be a part of the community, please remember to indicate if your question/comment has been answered or is helpful.
-
Friday, May 04, 2012 3:27 PM
thanks, sorry I didn't mention is an infopath document library.
When I click new, it will open the Infopath(filler), I cannot get the url.
when right click on "add new..", only get javascript:
-
Monday, May 07, 2012 6:10 PM
only see onclick =
javascript:NewItem2(event, "http://mysite/sites/ePRC/_layouts/Upload.aspx?List={F29ABABD-C1BD-439D-AB2C-1CCAD9F88C19}&RootFolder=");javascript:return false;
tried only use the upload.aspx, it brings to upload page, not open the infopath form
-
Tuesday, May 08, 2012 3:20 AMModerator
Hi ,
I understand that you want to get the newitem.aspx page url of a form library .When you click 'Add Documents' link ,it will open a form in InfoPath filler ,this is because you have set to open document in client application .You can change the form to open in browser so that you can get the url .
- Open the form library in browser .Click Library Settings >Advanced Settings .
- Check 'Open in browser ' as the default open behavior for browser-enabled documents .
- In this way ,when you click 'Add Documents ' the form will oepn in browser .
If I have any misunderstanding ,please feel free to point it out .
Thanks
- Edited by Entan MingMicrosoft Contingent Staff, Moderator Wednesday, May 09, 2012 10:00 AM
- Proposed As Answer by GoingForward Thursday, July 12, 2012 1:21 PM
-
Friday, May 11, 2012 3:40 PMThanks Entan, I don't have the browser-enabled form feature due to my sharepoint is foundation.

