Retain data of fields on previous page while moving to next page using router.go ( multi page form )

I have made multi page form in meteor. To move from 1 page to another I am using router.go. After filling form 1 (SCREEN 1) I move to 2nd page (SCREEN 2) of form if I press back button and move to 1st page then value entered on 1st page vanish (SCREEN 3). I want to retain them until site is refreshed.

SCREEN 1

SCREEN 2

SCREEN 3