• 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 1 month, 1 week ago by dixx37.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.