• Resolved edit4ever

    (@edit4ever)


    Is it possible to have the input field before the label?

    The current way makes sense when the label is above the input field – but when you change the css to make these side by side – the label being first doesn’t always make sense.

    Perhaps this requires too much rework due the javascript nature of the form controls – but I though I would ask.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @edit4ever

    You can get it with CSS. Select the “left aligned” option through the “Label placement” attribute in the “Form Settings” tab. And then, enter the style definition below through the “Customize Form Design” attribute in the same tab:

    #fbuilder .left_aligned .fields>label{float:right !important}
    #fbuilder .left_aligned .fields>.dfield{float:left !important}

    Best regards.

    Thread Starter edit4ever

    (@edit4ever)

    Brilliant – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Input before label…’ is closed to new replies.