Loading...

RE: Use HttpParameter instead of Session to set value in new form on same page as a display form

RE: Use HttpParameter instead of Session to set value in new form on same page as a display form

#7398
Anonymous
Anonymous
Participant

I have multiple form views on the form that are tied together per the session variable…if the page sits a long time the session variable expires or if another page opens the session variable is overwrote.  If possible I'd like to grab the ID of the original form from the http ID param vs the session variable so there isn't a time out and it grabs the param from the page and won't get overwrote by another page that is opened.  I will attach a few of the forms on display form but I'm not sure you'll get a good view of what I'm trying to do from the form views…because I want to use a http param from the display view form in a new form pop view form for another list.