Hi,
I have a SharePoint page with a Plumsail Form webpart on it.
The webpart is configured to react with a Query String:
This works great if you have a valid ItemID in the url, i.e.
Pages/myPage.aspx?ItemID=2426
opens the form of the associated item with ID 2426.
But if you have a non-existing value for ItemID or even no url parameter at all, i.e.
Pages/myPage.aspx?ItemID=666
Pages/myPage.aspx
you get an error message
Can this be avoided?
The best solution would be that if such an error occurs, I would be redirected to another formset (or even another tab on my current form).
The main idea is that I can handle my errors by informing the user with a custom "form"
kind regards,
bartplessers