This commit is contained in:
SBD
2023-12-09 20:41:37 +03:00
parent 4b168eacac
commit 693bee3aae
6 changed files with 30 additions and 15 deletions

View File

@@ -7,17 +7,10 @@
{{ block.description|linebreaksbr }}
</div>
<div class="checkbox_container">
<input type="checkbox" class="check_box_form_feedback" id="id_agreement" name="agreement" />
<label class="label_feedback_form_checkbox standart_txt" for="id_agreement">{{ feedback_form.agreement.label }}</label>
<div class="clear_both"></div>
{% include 'widgets/w_checkbox_f_feedback.html' %}
</div>
<button onclick="sendFormfeedback(this)" class="button_form_feedback">{{ block.but_title }}</button>
</div>
<div class="form_feedback_content">
<input hidden="hidden" class="input_form_feedback" id="id_form_name" name="form_name" value="{{ feedback_form.initial.form_name }}">
<input class="input_form_feedback" id="id_name" name="name" placeholder="{{ feedback_form.name.label }}">
<input class="input_form_feedback" id="id_company" name="company" placeholder="{{ feedback_form.company.label }}">
<input class="input_form_feedback" id="id_contacts" name="contacts" placeholder="{{ feedback_form.contacts.label }}">
<label class="label_feedback_form standart_txt" for="id_description">{{ feedback_form.description.label }}</label>
<textarea class="textarea_form_feedback" id="id_description" name="description"></textarea>
{% include 'widgets/elements_form_feedback.html' %}
</div>