Link to New Item form - pop up

Hi

We are looking to replace OOB SharePoint new Item form with Plumsail. Currently we have a link for users to click, on click of the link the new Form pop up with no navigation elements etc. How can we generate such url/functionality once the form has been configured using Plumsail forms? The pop up should not show navigation elements.

Hi @SamirPateluk,

You can open a form in a dialog like so: Managing dialog with JS — Plumsail SharePoint Forms Documentation
To remove the navigation buttons, try hiding the form's toolbar: Managing form's toolbar with JS — Plumsail SharePoint Forms Documentation

Thank you, helped a great deal.