Import (customizing the code)
-
Hello,
I’ve finished managing a form, a complex one with several conditional logic and a big amount of objects. (the export code is about 500kb)
I’m in the need to duplicate all of the items 5 times.
I was looking in the table in sql where the form is stored, but when i edit something the form will erase all the objects previously coded.
(Maybe a checkshum check or something?)
Then I looked at the import/export function.
The main question of this topic is:
are the objects ids randomly generated?
If I copy the entire code replacing the id of the object randomly, will it work?
eg:
s:10:”wrapper_id”;s:26:”wrapper-1545151657423-1624″
//
s:8:”select-1″;s:10:”element_id”;s:8:”select-1″;s:7:”form_id”;s:26:”wrapper-1544809693197-1935″
that wrapper-xxx-xx and “select-1” can be anything? I mean, i think that those numbers are only to point/recognize the objects, so if the id can be assigned by me randomly, (without any duplicates of course), this will be an incredible time saving operation.(sorry for the grammar, english is not my native language!)
Thanks
- The topic ‘Import (customizing the code)’ is closed to new replies.