Duplicate data into another form on save and duplicate button click

  • 6 February 2018
  • 4 replies
  • 59 views

Badge +1

What is the script or way to perform a "Submit and Duplicate " action on my form. What I want to do is that if user hits "Submit and Duplicate" after the item's saved, form still remains opened (new form) and some values from the saved form must be transferred to the new one. Guess this should be done using JavaScript but can't figure that out. How can it be done? I can't figure out the code or workflow for it.duplicatenintexformsnintex jquerynintexworkflow


4 replies

Userlevel 5
Badge +14

you could handover data via local/session storage

see https://community.nintex.com/message/76261-re-can-i-use-live-form-data-in-successfailure-message?commentID=76261#comment… 

Badge +1

Thank you Marian for your answer, but I guess I'm not supposed to use the Nintex Live form settings as per my project. 

Userlevel 5
Badge +14

it has nothing to do with nintex live or nintex itself at all.

local/session storage is capacibility of a browser.

Window.sessionStorage - Web APIs | MDN 

Badge +1

Thank you so much I will now try and implement in the same manner. Thank you. 
Will let you know if this works out in my case.

Reply