Offers update. Fields
This commit is contained in:
@@ -533,6 +533,7 @@ function handleContactForm($data) {
|
||||
'name' => sanitizeInput($data['name']),
|
||||
'organisation' => sanitizeInput($data['organisation'] ?? ''),
|
||||
'contact' => sanitizeInput($data['contact']),
|
||||
'phone' => sanitizeInput($data['phone'] ?? ''),
|
||||
'service' => sanitizeInput($data['service'] ?? ''),
|
||||
'budget' => sanitizeInput($data['budget'] ?? ''),
|
||||
'description' => sanitizeInput($data['description'] ?? ''),
|
||||
|
||||
@@ -283,6 +283,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
name: getValue('name'),
|
||||
organisation: getValue('organisation'),
|
||||
contact: getValue('contact'),
|
||||
phone: getValue('phone'),
|
||||
service: getValue('service'),
|
||||
budget: getValue('budget'),
|
||||
description: getValue('description')
|
||||
|
||||
Reference in New Issue
Block a user