SOLVED

Re: Is it possible to have different label positions inside same form?

Go to solution
Cecile_Maindron
Level 10

Is it possible to have different label positions inside same form?

Hi,

I have checked documentation but I cannot find if (and how!) is it possible to have different label positions inside same form

I would like that the last label is on right side (option doesn't seem to exist at all) or at least on left side

[]  I have read....
I have read.... []

0EM50000000Rpfc.jpg
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Is it possible to have different label positions inside same form?

I don't think you can mix label positioning, at least not without additional javascript.
This is cheating a bit but you could try something like this

0EM50000000Rpfw.jpg

by removing the field label for the checkbox field and adding it as the display value for the yes submission.

It will be a bit out of line with the left margin though....

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: Is it possible to have different label positions inside same form?

I don't think you can mix label positioning, at least not without additional javascript.
This is cheating a bit but you could try something like this

0EM50000000Rpfw.jpg

by removing the field label for the checkbox field and adding it as the display value for the yes submission.

It will be a bit out of line with the left margin though....
Cecile_Maindron
Level 10

Re: Is it possible to have different label positions inside same form?

I thought about adding T&Cs in display value but I need url to the actual T&Cs. I have tried to add a rich text but I find that the asterisk looks a bit awkward. Unfortunately the field is mandatory... Is it possible to have fields mandatory w/o asterisk?

0EM50000000RpgL.jpg

Dory_Viscoglio
Level 10

Re: Is it possible to have different label positions inside same form?

We have removed the asterisk by having:

.mktoForm .mktoAsterix {
    display:none!important;
}

in our template. This might work for you?