Page 1 of 1

login: check box and Remember me in layout grid form

Posted: Mon Mar 27, 2017 7:59 pm
by Aris
Hi.

Converting a login tool to Form and pasting its form elements to a layout grid --which I have make it Form (with enable form)--, I cannot put the check box and the Remember me in the same line (like the original login).

What I must do?

Thank you.

Re: login: check box and Remember me in layout grid form

Posted: Mon Mar 27, 2017 9:00 pm
by Pablo
Correct. Form elements are block elements so they are always full width when floating.
What you can try it to nest another layout grid with two columns.

Re: login: check box and Remember me in layout grid form

Posted: Mon Mar 27, 2017 9:16 pm
by maxime
you may also Not convert to form.create a page with the login form and then Use an inlineframe in your layoutgrid

Re: login: check box and Remember me in layout grid form

Posted: Tue Mar 28, 2017 6:50 am
by Aris
Correct. Form elements are block elements so they are always full width when floating.
What you can try it to nest another layout grid with two columns.
Thank you,Pablo.
It works fine!

Re: login: check box and Remember me in layout grid form

Posted: Tue Mar 28, 2017 6:53 am
by Aris
you may also Not convert to form.create a page with the login form and then Use an inlineframe in your layoutgrid
Thank you, maxime.

But it does not solves the problem with the long distances between Labels and Form elements.

Re: login: check box and Remember me in layout grid form

Posted: Tue Mar 28, 2017 1:38 pm
by maxime
But it does not solves the problem with the long distances between Labels and Form elements.
yes it does, i have done it. I am not in my office i may give you an exemple later this evening.

when you use the login object the distance between Labels and Form elements is ok then why suddenly it will be not be ok if you use it Inside an inline frame ?

but since you have resolved your problem with the nested layout grid it is ok.