Added Fax in the UI

This commit is contained in:
johnnyq
2024-12-13 15:59:20 -05:00
parent a21cb08914
commit 1a972d6a3e
7 changed files with 46 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ $city = sanitizeInput($_POST['city']);
$state = sanitizeInput($_POST['state']);
$zip = sanitizeInput($_POST['zip']);
$phone = preg_replace("/[^0-9]/", '',$_POST['phone']);
$fax = preg_replace("/[^0-9]/", '',$_POST['fax']);
$hours = sanitizeInput($_POST['hours']);
$notes = sanitizeInput($_POST['notes']);
$contact = intval($_POST['contact']);