The goal of this module is to make it possible to automatically save a draft of a webform whenever a jQuery change event is detected on an input or select element on the form. This is done by creating 3 REST endpoints one for getting the form elements, one for submitting the form, and another for patching (aka updating) a submission in progress. The module uses jQuery to detect the load and change events and fire AJAX calls to each of these endpoints appropriately.