Help: Lanching SPS Info Path Form from link?

S

Steven Heinz

We have published an InfoPath form to a form library in SharePoint. We want
to put a link that launches a new form instance on our home page. How can
we expose a link that launches a new form?

With a standard SharePoint list, this works fine because the New Item view
is just a web page. But the "Fill out this form" link in a form library is
javascript.
 
S

S.Y.M. Wong-A-Ton

Most of the javascript functions being used by the "Fill out this form"
functionality are located in the ows.js of Sharepoint. Just follow the chain
of functions and you will be able to extract only those functions that you
need. I'll look if I can provide you with a sample and post it on my website
this weekend.
 
Top