I have a newsletter form on my website, once users enter their email address they will be lead to another page of the website to attend an online contest where they will be required to enter their email address again. I want to use javascript to enter the address for those who have already entered it on the previous page.
Firstly I think of using GET parameter, but that way the address will be shown in the URL, which I worry might make some user uncomfortable, is this concern legit?
Then I think of using localStorage, however, I've never used it before, is it viable and is it a good practice?