03/13/2014 at 11:06 am #7438
Anonymous
Participant
I just wanted to post a follow-up in case anyone has a similar situation.
n
I ended up storing the variables I need in local storage and redirecting to a blank page where I create the new item.
n
The flow is as follows:
n
New Plan -> Created -> Variables stored in Local Storage -> Link Page Loaded -> Variables Loaded from Local Storage -> New item created in link list
n
I'm currently working on making the process smoother so that it will redirect/close the link list page and go back to where we started from.