Contact form – two column
-
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.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.
