0.2.2 feedback_form, contacts models

This commit is contained in:
SDE
2023-12-09 18:43:22 +03:00
parent 170e679dda
commit 02eb295acc
17 changed files with 382 additions and 100 deletions

View File

@@ -94,8 +94,8 @@ body.n_scroll{
/*font-family: Spline Sans;*/
/*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/
font-size: 16px;
font-weight: 500;
font-size: 14px;
/*font-weight: 500;*/
line-height: normal;
}
@@ -1111,7 +1111,7 @@ body.n_scroll{
.title_w_one_present{
color: #000000;
text-transform: uppercase;
font-size: 36px;
font-size: 30px;
font-weight: 600;
}

View File

@@ -245,9 +245,9 @@ function sendFormConsultation (el){
// async: true,
cache: false,
processData: false,
// contentType: false,
// enctype: 'json',
contentType: "application/json; charset=utf-8",
enctype: 'multipart/form-data',
contentType: false,
// contentType: "application/json; charset=utf-8",
data: formData,
success: function(data){
document.querySelector(".container_content_form_consultation").innerHTML = data.html