I am trying to create a comment form like a page I know has. You fill in a comment, select a network to log into, you go to the login page, and when it redirects you back, your textarea value is still filled in what you had. Everything is done, except for storing the value, because I can’t figure that out.
Can someone point me in the direction of what to do? I tried the jQuery.data()
function, but when I get redirected back, it’s empty.
I would either use a session variable or a cookie. You can simply import those three functions I've linked on quirksmode.