If you want to integrate web-enabled InfoPath 2007 forms into your own web pages, you can just add a link to them. You will need to use a href to an ASPX page http://<server>/_layouts/FormServer.aspx with the followingQuery parameters:
- XsnLocation - What form to open and from where
- XmlLocation - What initial data to use
- OpenIn - Open in browser / client / either
- SaveLocation - Save Location for data (Make sure that you add this one, if you want the close button to be visible …)
- Source - Navigate URL when form is closed
Example :
http://servername/_layouts/formserver.aspx?xsnlocation=/formservertemplates/loanapplication.xsn&openin=browser
Technorati : microsoft, moss 2007, office12, office2007, sharepoint, sharepoint2007,infopath,infopath2007
1 comment:
Good tips. Thanks.
Post a Comment