This commit is contained in:
SBD
2023-12-09 16:44:54 +03:00
parent 18355c5c54
commit c0ad76c2f8

View File

@@ -235,11 +235,12 @@ function autoPlaySlider () {
// form consultation
function sendFormConsultation (el){
event.preventDefault()
let form = el.form
let formData = new FormData(form)
$.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/get_content_for_section/',
url: '/send_feedback_form/',
type: "POST",
// async: true,
cache: false,