Loading...

RE: qListForm – Custom action after an item has been created

RE: qListForm – Custom action after an item has been created

#7438
Anonymous
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.