diff --git a/apps/student/app/signup/steps/PersonalDetailsStep.tsx b/apps/student/app/signup/steps/PersonalDetailsStep.tsx index 45bddc6..192fb80 100644 --- a/apps/student/app/signup/steps/PersonalDetailsStep.tsx +++ b/apps/student/app/signup/steps/PersonalDetailsStep.tsx @@ -31,7 +31,7 @@ export default function PersonalDetailsStep({ form }: { form: any }) {

Personal Details

-
+
)} /> -
- -
)} /> - ( - - Mother's Name - - - - - - )} - /> -
- - {/* Parent contacts */} -
- ( - - Mother's Email - - - - - - )} - /> - ( - - Mother's Phone - - - - - - )} - /> -
-
- -
- ( - - Father's Name - - - - - - )} - /> - ( - - Father's Email - - - - - - )} - /> - ( - - Father's Phone - - - - - - )} - />
@@ -268,6 +179,98 @@ export default function PersonalDetailsStep({ form }: { form: any }) { )} /> +
+

+ Parents Details (Enter atleast one parent's details) +

+
+ + {/* Parent contacts */} +
+ ( + + Mother's Name + + + + + + )} + /> + ( + + Mother's Email + + + + + + )} + /> + ( + + Mother's Phone + + + + + + )} + /> +
+
+ +
+ ( + + Father's Name + + + + + + )} + /> + ( + + Father's Email + + + + + + )} + /> + ( + + Father's Phone + + + + + + )} + /> +
+
); -} \ No newline at end of file +}