Forms are an integral part of the web, but filling them can be strenuous - especially with long forms. Let's learn how to build a "save for later" feature for forms using HTML5 LocalStorage. Users will be able to continue filling a form from where they left off even after closing it, and when returning to the page, the form is pre-filled with their previously entered information.