Offers update. Fields

This commit is contained in:
2026-03-23 10:25:04 +01:00
parent fe0a36f9aa
commit 5793cb156f
3 changed files with 16 additions and 8 deletions

View File

@@ -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'] ?? ''),