• Resolved dixx37

    (@dixx37)


    Is it possible to create a form so that two fields are next to each other in two rows, as in the example?

    In Contact Form 7, you need to insert two fields in the code

    <div class="small-12 large-6 columns">
    <label>Imię i nazwisko*</label> [text* your-firstname class:full]
    </div>
    <div class="small-12 large-6 columns">
    <label>E-mail*</label> [text* your-email class:full]
    </div>

    and it will automatically be in two rows.

    I don’t see the option to edit the code here.

    • This topic was modified 4 months, 2 weeks ago by dixx37.
Viewing 1 replies (of 1 total)
  • Hi @dixx37,

    Thanks for getting in touch with us.

    If you want to show form fields in multiple columns, we have some ready classes for the forms field like
    1. uag-col-2 -> 50/50 – 2 field in a one row
    2. uag-col-3 -> 33/33/33 – 3 field in a one row
    3. uag-col-4 -> 25/25/25/25 – 4 field in a one row
    Add a class like this – https://d.pr/v/9OAPZ2

    Please check and let me know if you still need any assistance.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.