Hi,
Here is the scenario. We have +- 30 browser based forms. Currently we don’t use the submit option as they are published to a Content Type and made available in the different sites and libraries. We went with publishing to a Content type for administration purposes as we are talking about 100+ sites using the forms, so if changes are made we only publish to the content types again and all libraries would pick it up.
We need to implement the submit option but can only specify an actual path when submitting to a SharePoint library, which we don’t have as it's scattered all over the place. What I need to achieve through managed code is the following:
1. Trigger the validation of the fields (it doesn’t work when you simply save the form)
2. Pickup the library URL from where the form originates from
3. Edit the Submit to URL to the above mentioned URL so that the form is stored in the correct library.
Any advice/guidance would be much appreciated.
Regards,
Wizard