WIP recreating forms from saved settings

This commit is contained in:
Leon 2017-03-07 14:03:02 +13:00
parent c7b9731d0a
commit 7eef7f5dec

View file

@ -143,6 +143,9 @@ jQuery(document).ready(function($){
settingsBlock = JSON.parse('{"' + decodeURI(archive).replace(/\n/g, ",").replace(/\r/g, ",").replace(/"/g, '\\"').replace(/&/g, '","').replace(/=/g,'":"') + '"}');
console.log(settingsBlock);

//TODO: if there is only one form, populate it, else, clone last form, wipe values and populate with this block

});