Page 1 of 1

Retrieve the value of a hash cookie to use in JS

Posted: Wed Jun 08, 2022 8:13 pm
by nathan
Hello
this might like a stupid question !!!
How do i retrieve the value of a hash cookie to use in JS ?
I would like to pre-set some values in my edit(add) form using values in hash cookies

Thank you

Re: Retrieve the value of a hash cookie to use in JS

Posted: Wed Jun 08, 2022 8:39 pm
by kev1n
Normally you can retrieve it with nuGetProperty().

Re: Retrieve the value of a hash cookie to use in JS

Posted: Mon Jul 18, 2022 8:53 pm
by kev1n
Did that help?