Hello All,
I need help regarding finding out the form location URL
I published a infopath form template as Site content type to use in multiple form libraries, i have three form libraries 101, 102, 103
Users fill the forms in their respective form libraries, so when they click on save button , infopath client will automatically allows them to save the form in their respective form library ..where they opened. How does infopath client know tht location by default ? can i get tht URL location .. i am trying to get the form library name from tht URL..so can anyone suggest How to find ?
i tried adding code in form Event loading to get the URL
string[] tempuri = this.Template.Uri.AbsoluteUri.Split('/');
As all form libraries are using same template iam getting the same tempuri value