Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I'm not able to make the multi selection comment with image work. even when I use html, the image doesn't appear in the comment
<div class="row">
<div class="col-md-3">
<div class="custom-control custom-checkbox image-checkbox">
<input type="checkbox" class="custom-control-input" id="ck1a">
<label class="custom-control-label" for="ck1a"> < https://deixousaudade.agenciahausse.com.br/wp-content/uploads/2021/10/Design-sem-nome-15.pn g" alt="#" class="img-fluid"> </label>
</div>
</div>
<div class="col-md-3">
<div class="custom-control custom-checkbox image-checkbox">
<input type="checkbox" class="custom-control-input" id="ck1b">
<label class="custom-control-label" for="ck1b"> <img src="https://deixousaudade.agenciahausse.com.br/wp-content/uploads/2021/10/Design-sem-nome-17.png" alt="#" class="img-fluid"> </label>
</div>
</div>
<div class="col-md-3">
<div class="custom-control custom-checkbox image-checkbox">
<input type="checkbox" class="custom-control-input" id="ck1c">
<label class="custom-control-label" for="ck1c"> <img src="https://deixousaudade.agenciahausse.com.br/wp-content/uploads/2021/10/Design-sem-nome-16.png" alt="#" class="img-fluid"> </label>
</div>
</div>
<div class="col-md-3">
<div class="custom-control custom-checkbox image-checkbox">
<input type="checkbox" class="custom-control-input" id="ck1d">
<label class="custom-control-label" for="ck1d"> <img src="img/vladimir-kudinov.jpg" alt="#" class="img-fluid"> </label>
</div>
</div>
</div>