0.2.2 feedback_form, contacts models
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user