Page 1 of 1

Positioning objects in a Layout Grid

Posted: Thu Jan 16, 2020 4:13 am
by mygis
Hello,
I am creating a form in a layout grid however when adding the objects, they are automatically put one above/under another. What should I do if I want to be able to position the objects manually?

What I have is something like:

First Name (text)
First Name (Textbox)
Last Name (text)
Last Name (textbox)
.
.
.

What I want is to have something like:

First Name (text) First Name (Textbox)
Last Name (text) Last Name (textbox)
.
.
.

Thank you in advance.

Re: Positioning objects in a Layout Grid

Posted: Thu Jan 16, 2020 7:22 am
by Pablo
The content of a layout grid is floating, so you cannot set an absolute position. That is the whole point of using layout grids (= flexible layouts).
But you can also create forms with layout grids. There are many examples for this in the templates.
http://www.wysiwygwebbuilder.com/templates9.html

Also, the form wizard can create forms with layout grids.
Image