• Resolved silviaquant

    (@silviaquant)


    hey,
    I was wondering if it would be possible to have more than one column to use, instead of only one.
    Otherwise, would it be possible to link two form lists?
    In a few words, I would like to have two different columns: one in which the user enters some data… and another one in which I give some suggestions regarding the data entered in column 1.

    thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @silviaquant,

    There are different alternatives: Using container fields, or assigning the special class names: column2, column3, column4 to the fields.

    First alternative:

    – Insert a container field in the form (DIV or FIELDSET), and select the number of columns through its attribute: “Columns” (in the field’s settings). And finally, insert the other fields into the container (they will be distributed in columns)

    Second alternative:

    – Assign the special class names to the fields. For example, if you want to display two consecutive fields, side by side, assign to both the class name: column2 (for three consecutive fields, assign to all of them the special class name: column3)

    Note: the class names are assigned to the fields through the attributes: “Add Css Layout Keywords” in the fields’ settings.

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘have more columns’ is closed to new replies.