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'] ?? ''),
|
||||
|
||||
Reference in New Issue
Block a user