Hello.
I found a problem in the project with the binding of elements to the layer and form
I have attached a project which has 2 forms. One form is made using the Form element. Another form is the layer in which the checkmark form is activated
Form problem (ID = Form2)
1.Shape12 does not attach to a form if you drag it to it
2. If you move any element (Shape3, Text13, Image6, Image7, Text14, RadioButton3, RadioButton4) attached to the form, then the element is detached from the form.
Layer problem (ID = Layer2)
1. Shape4 is below the elements Shape4, Text1, Image1, Image2, RadioButton1, RadioButton2, Text2. But when you click on one of these elements, Shape4 is selected for some reason. As if he is above them.
You can download the project here - https://drive.google.com/file/d/1ls0kOc ... sp=sharing
Problem attaching elements to layer and form
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Problem attaching elements to layer and form
The problem is related to the order of the elements.
While using drag & drop, elements will only 'stick' to the top most element.
For example, when you move Form2 outside the layer, then you will notice that it's behind the layer. This means has it has a lower z-index.
You can use the 'Arrange tools ' (move to front, move to back etc) to re-arrange elements.
Note that you first will have to move the form outside the form, otherwise arrange will only affect the z-order of the element within the layeer.
While using drag & drop, elements will only 'stick' to the top most element.
For example, when you move Form2 outside the layer, then you will notice that it's behind the layer. This means has it has a lower z-index.
You can use the 'Arrange tools ' (move to front, move to back etc) to re-arrange elements.
Note that you first will have to move the form outside the form, otherwise arrange will only affect the z-order of the element within the layeer.