diff --git a/app/Views/client_basic_info.php b/app/Views/client_basic_info.php index ce8b0735..efbbb33a 100755 --- a/app/Views/client_basic_info.php +++ b/app/Views/client_basic_info.php @@ -257,7 +257,7 @@ input:checked + .slider:before { placeholder="Enter Client Name" value="" name="client_name" required maxlength="45" data-parsley-minlength="2" data-parsley-maxlength="45" - data-parsley-pattern="^[a-zA-Z0-9\\s_-]+$" + data-parsley-pattern="^[a-zA-Z0-9\s_-]+$" data-parsley-pattern-message="Only letters, numbers, spaces, underscore (_) and hyphen (-) are allowed.">
diff --git a/app/Views/client_branch.php b/app/Views/client_branch.php index 1912b009..fd00a267 100755 --- a/app/Views/client_branch.php +++ b/app/Views/client_branch.php @@ -263,7 +263,7 @@ input:checked + .slider-branch-contact:before {
@@ -282,7 +282,7 @@ input:checked + .slider-branch-contact:before {