Hi
I have a view A with a dropdownlist for user to select categories, when selection is made, using jquery I store the categoryID in a variable.
Now I want to send this variable over to a new view when product is being created base on the user selection in otherwords the categoryID.
The product creation page is View B
How can I acheive that? Please help
Thanks in advance