Answer the question
In order to leave comments, you need to log in
How to show child if parent is hidden?
There is a piece of layout, forms, in certain conditions, .lp_right gets display:none;
But at the same time, it is necessary to leave the "sign up" button visible.
<div class="lp_right">
<form action="/ajax.php" method="post">
<h3 class="lp_gr-title">
Запишитесь на процедуру</h3>
<input id="lp_top_name" placeholder="Имя" type="text"> <input id="lp_top_phone" placeholder="Телефон" type="text">
<div class="lp_agree-start">
<input hidden="" id="agree-start" name="agree" type="checkbox"> <label for="agree-start">Я соглашаюсь на обработку моих персональных данных.</label></div>
<input id="lp_top_title" name="title" type="hidden" value="Озонотерапия"> <input id="lp_top_btn" type="button" value="Записаться"> </form>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question