How to Set Multiple Column Fields in Contact Form 7 Styler of UAE?

Many times users wish to add multiple form fields in columns. This can be done by using a wrapper class.

The class you’ll be using for this is: “uael-cf7-col

You will need to use a parent wrapper with the above class name for every line you wish to insert. You will also need to enclose every Form element within a <span> tag.

For example –

For a 3 column layout:

<div class="uael-cf7-col">
<span> Field 1 </span>
<span> Field 2 </span>
<span> Field 3 </span>
</div>

For a 2 column layout:

<div class="uael-cf7-col">
<span> Field 1 </span>
<span> Field 2 </span>
</div>

Note: You can replace Field 1, Field, Field 2, etc with the field code of Contact Form 7. Such as :

<span>[text* your-name placeholder “Your Name”]</span>

All this has to be done in the form you create using Contact Form 7. Here is a quick screenshot that will help you understand how you implement the same.

Contact Form 7 with class

The above screenshot was an example of the backend settings in Contact Form 7. Take a look at the screenshot below to see how it looks.

Custom Contact Form 7 with UAE
Was this article helpful?
Did not find a solution? We are here to help you succeed.

Related Docs

Get access to growing library of 40+ innovative widgets and 300+ creative templates.

Scroll to Top