D
D
d4c4237abc2018-07-13 18:06:36
WordPress
d4c4237abc, 2018-07-13 18:06:36

How to customize contact form 7?

Please tell me if it is possible to somehow connect the bootstrap styles to the contact form 7 markup or some way out of this situation, thanks in advance!
PS found bootstrap 3 contact form 7 plugin but it doesn't work for some reason

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zorca, 2018-07-13
@zorca

Write bootstrap styles directly in the body of the form, let's say this:

<div class="form-horizontal">
<div class="form-group">
<label class="control-label col-md-3">Ваше имя</label><div class="col-md-9">[text* your-name class:form-control]</div></div>
<div class="form-group"><label class="control-label col-md-3">Ваш e-mail</label><div class="col-md-9">[email* your-email class:form-control]</div></div>
<div class="form-group"><label class="control-label col-md-3">Тема</label><div class="col-md-9">[text your-subject class:form-control]</div></div>
<div class="form-group"><label class="control-label col-md-3">Сообщение</label><div class="col-md-9">[textarea your-message x5 class:form-control]</div></div>
<div class="form-group"><div class="col-md-offset-3 col-md-9">[submit class:btn class:btn-primary "Отправить"]</div></div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question