Add a edit item button to a display form

  • 8 December 2020
  • 1 reply
  • 18 views

Badge +1

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?


1 reply

Userlevel 4
Badge +9

You can use :

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

Reply