Is the form data only in cookies?
If the values are stored in the DB then you would retrieve them in the controller and set the values for the view model. Stack overflow
If the values are only in cookies, then the only way I can think of is add them to the form with js after the page loads.