• Resolved 2sandro87

    (@2sandro87)


    Hello, very cool input form. But I can’t figure out how to split the form into columns. I want to do as in the screenshot https://ibb.co/bHC2kwh One field can be put in the same row with another, but how to make one field be the same height as the others?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @2sandro87

    I hope you are doing good today.

    At the moment this is not possible. Only solution in this case will be to drag and drop fields in this order:

    column 1 —|— column 2
    name ——-|— empty HTML field 1
    phone ——|— empty HTML field 2
    email ——|— textarea

    and CSS code in Appearance -> Customize -> Additional CSS

    #forminator-module-230 #textarea-1 {position:relative; margin-top:-185px;}
    #forminator-module-230 #textarea-1 textarea {height:225px !important;}

    where #forminator-module-230 is your form ID and later on adjust values of margin-top and height of textarea.

    Kind Regards,
    Kris

    Thread Starter 2sandro87

    (@2sandro87)

    Great solution, thanks Kris!

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