Skip to main content

Hi -


 


Hoping someone out there can help me out.


 


I am trying to add a custom button to a nintex (display) form, which opens the current item in edit mode.


 


Does anyone know how to achieve this?

You can use :


window.open("https://yourwebapp/site/yoursite/lists/yourlist/EditForm.aspx?ID={CurrentItem:ID}", "_blank")

Reply