editing the WizardCode column in the form record in the database table. It's not too difficult
😀 you are right, it was easier than i first thought, that it will be.
Tipp to other users: (that knows a litte bit mysql and code)
there is a "parameter" inside wizardcode column in the form record in the database table:
'container_id' => 'ID'
just replace ID (it is 0 when it is inside no container before, else it is the containerID)
with the "new" containerID that should contain the element you edit.
make a backup, and never change container_id of the element with ID 0 (first created element by wizard) else it break your form,
and dont create other loops ;-) like container1:container_id=>2, container2:container_id=>1 This just explain/expend what Bob say at his previous post.
To Bob / Max:
just insert this parameter into the wizard, and i have what i wish. 8)
best would be a dropdown that only show possible Values:
(Maincontainer, and container except the one who is edited, and containers that are inside the edited container.)
And change the ID of first created element by wizard to 1 (make a maincontainer field that is hidden with ID 0)
Kind Regards
grafik