0.2.2 feedback_form, contacts models
This commit is contained in:
@@ -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