• Resolved Cyrille Sanson

    (@css31)


    Hello,

    Is there a way to put two fields side by side?
    E.g. Firstname, name or Email, Phone?

    First-name Name
    |————| |—————–|
    |————| |—————–|
    Address
    |———————————-|
    |———————————-|

    https://www.ads-software.com/plugins/cforms2/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bgermann

    (@bgermann)

    You can do that via custom styling. Add classes to your form and customize their style information. Or you could use list element ids for the CSS addressing.

    Thread Starter Cyrille Sanson

    (@css31)

    Hello,

    A bit away from my CSS knowledge…

    css31 has no relation with CSS ??

    If by chance you have under your fingers the lines that do that I would appreciate so much.

    Thanks

    Thread Starter Cyrille Sanson

    (@css31)

    Hello,

    It would be wonderful if “side by side field” was in at least one default CSS.

    Plugin Author bgermann

    (@bgermann)

    Let Firstname bei in a li element with id=”li–1″. Then you have to add e.g. css rule

    #id–1 {float:left;}

    and you would maybe have to reduce the width.

    Thread Starter Cyrille Sanson

    (@css31)

    Thank you,

    But it’s too far from my knowledge.

    It was OK for me to spend two hours to improve Cforms’s French translation but I’m not ready to spend necessary time to learn CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fields side by side’ is closed to new replies.