gurl_o/themes/gurlushyk/pages/contact-us.htm

95 lines
4.4 KiB
HTML
Raw Normal View History

2023-10-15 20:26:14 +00:00
title = "contact-us"
2023-10-12 20:59:00 +00:00
url = "/contact-us"
layout = "default"
is_hidden = 0
2023-10-25 16:09:40 +00:00
robot_index = "index"
robot_follow = "follow"
2023-10-12 20:59:00 +00:00
2023-10-25 16:09:40 +00:00
[genericForm]
group = "Contact Us"
messages_success = "success.sent"
messages_errors = "error.sent"
mail_enabled = 1
mail_subject = "Gurlushyk Web Site"
mail_recipients[] = "annamyradowshohrat@gmail.com"
reset_form = 1
inline_errors = "disabled"
js_on_success = "alert(\"Hatynyz Ustunlikli ugradyldy yakyn wagtda siz bilen habarlasharys\");"
js_on_error = "alert(\"Tehniki nasazlyk yuze cykdy\");"
sanitize_data = "disabled"
anonymize_ip = "disabled"
recaptcha_theme = "light"
recaptcha_type = "image"
recaptcha_size = "normal"
emails_date_format = "Y-m-d"
2023-10-12 20:59:00 +00:00
==
2023-10-25 16:09:40 +00:00
<!-- Breadcumb Area -->
<div class="breadcumb_area">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<h5>{{ 'breadcrumbHabarlasmak'|_ }}</h5>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{ 'index'|page }}">{{ 'breadcrumbEsasySahypa'|_ }}</a></li>
<li class="breadcrumb-item active">{{ 'breadcrumbHabarlasmak'|_ }}</li>
</ol>
</div>
</div>
</div>
</div>
<!-- Breadcumb Area -->
<!-- addProducts Area -->
<div class="bigshop_reg_log_area section_padding_100_50">
<div class="container">
<div class="row">
<div class="col-12 col-md-12">
<div class="login_form mb-50">
<h5 class="mb-3">{{ 'breadcrumbHabarlasmak'|_ }}</h5>
<div class="shortcodes_content">
<form data-request="{{ genericForm }}::onFormSubmit" class="contact_form" data-request-validate data-request-flash >
{{ form_token() }}
<div id="genericForm_forms_flash" style="color: darkgreen;font-weight: 600;"></div>
<div class="row">
<div class="col-md-6 mb-3">
<label for="name">{{ 'contactAdy'|_ }}</label>
<input type="text" class="form-control" id="name" placeholder="{{ 'contactAdy'|_ }}" name="name" required>
</div>
<div class="col-md-6 mb-3">
<label for="price">{{ 'contactFamiliyasy'|_ }}</label>
<input type="text" class="form-control" id="price" name="surname" min="0" placeholder="{{ 'contactFamiliyasy'|_ }}" required>
</div>
<div class="col-md-6 mb-3">
<label for="phone">{{ 'contactTelefon'|_ }}</label>
<span style="position:relative;top: 41px;left: -43px;font-size: 13px;">+993</span>
<input type="number" class="form-control" min="61000000" max="65999999" id="mobile" name="mobile" style="padding-left: 52px;" placeholder="{{ 'inputPlaceholder.TelefonBelgi'|_ }}" required>
</div>
<!-- <div class="col-md-6 mb-3">
<label for="email">{{ 'contactEmail'|_ }}</label>
<input type="email" class="form-control" id="email" name="email" placeholder="{{ 'contactEmail'|_ }}" required>
</div> -->
<div class="col-md-12 mb-3">
<label for="order-notes">{{ 'contactHat'|_ }}</label>
<textarea class="form-control" id="content" cols="30" name="content" placeholder="{{ 'contactHat'|_ }}" style="height: 200px;"></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary btn-sm mt-3">{{ 'contactUgratmak'|_ }}</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
{% put scripts %}
<script>
function resetForm() {
document.getElementById('offerForm').reset(); // Reset the form
document.getElementById('offerUpdateForm').reset();
}
</script>
{% endput %}