This commit is contained in:
2023-11-29 21:48:25 +03:00
parent 43ef016751
commit e429f48320
3 changed files with 7 additions and 6 deletions

View File

@@ -803,10 +803,11 @@ function checkDate() {
function RequestCommercialOffer (el){
event.preventDefault()
let form = el.form;
let formData = new FormData(form);
let form_name = form.dataset['name']
formData.set('form_name',form_name)
$.ajax({