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

    (@valentinalisch)

    It’s possible using simple css styling ??

    Each field (input, radio, select, … ) is enclosed by
    a div with the class .dbf_wrapper.
    By giving this class a fixed width and float: left you are able to achieve a one-line-form.

    .dbf_wrapper {
    width: 150px;
    float: left;
    }

    Regards,
    Valentin

    [email protected]

    (@sajanpatelconsulencom)

    Would we be able to enclose the db-form fields in a table to arrange the fields, is there a way ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Same Line’ is closed to new replies.