After updating the Plumsail SharePoint app to the latest version, forms such as NewForm.aspx no longer accept changes

Hello,

Following the update of the Plumsail SharePoint app to the latest version, forms such as NewForm.aspx and EditForm.aspx are no longer accepting changes when accessed directly via their URLs. The direct links appear to load an outdated version of the form. However, the forms function correctly when opened from the SharePoint list using “New Item” or “Edit Item.”

Could you please advise on how to resolve this issue? Thank you.

Dear @aseem,
We have changed how the forms are generated in the latest version, making Scripting capabilities no longer required for installation.

However, that means that link structure has also changed. Here's how you can generate link to form - Link to a SharePoint form — Plumsail SharePoint Forms Documentation

Note that you cannot generate direct link to a form set anymore, but you can use URL params to link users to specific form sets - Open FormSet from button - #2 by Nikita_Kurguzov

Thanks @Nikita_Kurguzov