_dev Blog

Formu human quiz

Forms & Antispam
14 Aug.. 2025

<div class=“human-quiz-captcha“>
[quiz quiz-captcha id:quiz-captcha „10 – 3 = ?|7“]
</div>

.human-quiz-captcha{

.wpcf7-quiz-label{
bottom: inherit;
display: inline-block;
width: auto;
float: left;
margin-right: 10px;
}

input{
position: relative;
top: -10px;
display: inline-block;
width: 50px;
height: auto;
float: left;
padding: 10px 0;
background: #f3f3f3 !important;
text-align: center !important;
}

label{
top: 10px;
@include font-size(1.8);
}
}