diff --git a/src/App.css b/src/App.css index 2593164..a55c10d 100644 --- a/src/App.css +++ b/src/App.css @@ -9,10 +9,6 @@ margin: 5%; } -.textfield-padding .css-e4w4as-MuiFormLabel-root-MuiInputLabel-root{ - padding:'15px' !important; -} - -.custom-legend-padding fieldset legend { - padding: 25px !important; +.collapsable-form-style label { + padding: 15px; } \ No newline at end of file diff --git a/src/Components/Header.tsx b/src/Components/Header.tsx index 59a1439..f86d545 100644 --- a/src/Components/Header.tsx +++ b/src/Components/Header.tsx @@ -22,9 +22,9 @@ export default function Header(){ diff --git a/src/Components/PatientForm/FamilyFormSection2.tsx b/src/Components/PatientForm/FamilyFormSection2.tsx index 8d1ab00..5677bc0 100644 --- a/src/Components/PatientForm/FamilyFormSection2.tsx +++ b/src/Components/PatientForm/FamilyFormSection2.tsx @@ -84,11 +84,11 @@ export default function FamilyFormSection(){ - - + + - + - + - + - + - + - + - + - + - + - + - Previous Chiropractic Care + Previous Chiropractic Care: + + + + Who can we thank for referring you to our office: + + } label="Friend" /> + } label="Relative" /> + } label="Physician" /> + } label="Instagram" /> + } label="Google" /> + } label="Others" /> + + + + + + + Have you had an X-ray/CT Scan within the last 12 months? If yes, did you bring the CD of images for the doctor to review? + + } label="Yes" /> + } label="No" /> + + + + + + + How do you prefer to be reminded of your appointments? + + } label="Email" /> + } label="Text" /> + + + )} diff --git a/src/Components/PatientForm/PatientForm.tsx b/src/Components/PatientForm/PatientForm.tsx index 4dd2fb9..3c3329e 100644 --- a/src/Components/PatientForm/PatientForm.tsx +++ b/src/Components/PatientForm/PatientForm.tsx @@ -3,7 +3,7 @@ import Typography from '@mui/material/Typography'; import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; import Footer from "../Footer"; import Header from "../Header"; -import {Button, Grid, Paper, Radio, RadioGroup, TextField } from '@mui/material'; +import {Button, Checkbox, FormControlLabel, FormGroup, Grid, Paper, Radio, RadioGroup, TextField } from '@mui/material'; import PersonalSection from './PersonalSection1'; import { styled } from '@mui/material/styles'; import ArrowForwardIosSharpIcon from '@mui/icons-material/ArrowForwardIosSharp'; @@ -103,7 +103,7 @@ export default function PatientForm(){
- + Confidential Patient Information @@ -114,7 +114,7 @@ export default function PatientForm(){ aria-controls="panel1a-content" id="panel1a-header" > - Patient's Personal Information + Patient's Personal Information @@ -125,7 +125,7 @@ export default function PatientForm(){ - Patient's Family Information + Patient's Family Information @@ -135,13 +135,27 @@ export default function PatientForm(){ - Patient's Medical History Information + Patient's Medical History Information + + + + Patient's Injury Details + + + + + + + + + } label="I hearby state that all the information I have provided is complete and truthful and that I have fully disclosed my health history." /> +