How To Enable Save Functionality of infopath form In Browser




Step 1 :
      
Go to the Form Option and enable Save button by selecting Save


Step 2 :

Publish the form to desire server location.

Step 3:

After publish,Open the form in browser. Copy the url of newly published form to notepad


Step 4:

Now copy the url where you need to save the form


Step 5:

Remove “/Forms/MyItems.aspx” from above URL. So that we can get absolute path of that folder

Step 6:

Now add this(save location) url to the url of published form with preceding &SaveLocation=

Now you are completed your task successfully.


Note:Request variable in Url are:
1)     XsnLocation:  the location of .xsn file.
2)     OpenIn: where to open.
3)     SaveLocation: the save location of the form.

No comments:

Post a Comment