@@ -539,9 +539,9 @@ const BasicInformationSection = ({ formik, isExistingPatient, readOnly }) => {
{touched.serialNumber && errors.serialNumber && (
{errors.serialNumber}
)}
-
+ {/*
Letters and numbers only — no special characters
-
+ */}
)}
diff --git a/src/main/webapp/jsx/components/NewToolForms/sections/DiagnosticTestingSection.jsx b/src/main/webapp/jsx/components/NewToolForms/sections/DiagnosticTestingSection.jsx
index a115d396..4581b55c 100644
--- a/src/main/webapp/jsx/components/NewToolForms/sections/DiagnosticTestingSection.jsx
+++ b/src/main/webapp/jsx/components/NewToolForms/sections/DiagnosticTestingSection.jsx
@@ -240,6 +240,7 @@ const DiagnosticTestingSection = ({ formik, readOnly }) => {
@@ -200,35 +201,35 @@ const PreTestCounsellingSection = ({ formik, readOnly }) => {
@@ -250,7 +251,7 @@ const PreTestCounsellingSection = ({ formik, readOnly }) => {
label="Ever Had Sexual Intercourse"
{...sp("everHadSexualIntercourse", transformOptions(codesets?.["YES_NO"]))}
onChange={readOnly ? undefined : handleEverHadSexChange}
- required
+ // required
/>
{showSexDependent && (
@@ -259,7 +260,7 @@ const PreTestCounsellingSection = ({ formik, readOnly }) => {