mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-12 23:26:26 +08:00
WIP recreating forms from saved settings
This commit is contained in:
parent
c7b9731d0a
commit
7eef7f5dec
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue