An error has occured while rendering the form

Hi,

I have a SharePoint page with a Plumsail Form webpart on it.
The webpart is configured to react with a Query String:
2024-08-27_16-26-10

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
2024-08-27_16-28-57

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

Hi @bartplessers,

This is the intended behavior, so not much can be done. Try checking if the item exists in the custom routing of the form. Alternatively, you could drop a paid support request at support@plumsail.com so we can implement the feature for you.