Hi
Just how I can do this:
Message Element: {session.pr:}
It doesn't work like in CF7 !!! Why???
Thanks
Hi Colnem
in v8 you need to provide the session variable name, it does not return the whole session data when you leave the variable name empty
So you can try:
{session.pr:username}
