-
- Do NOT submit an application until ready to begin sitting for the IDEX California®
- Examination.
-
+
+
+
+ Do NOT submit an application until ready to begin sitting for the IDEX California®
+ Examination.
+
+
-
- Applications received after an application deadline will be held until the next
- application review window opens.
+
+
+ Applications received after an application deadline will be held until the next
+ application review window opens.
+
-
- Fees are non-refundable.
+
+
+ Fees are non-refundable.
+
-
- Applicants have 1 year from submission to sit for the IDEX California
- Exam or applications will be nullified and the full process will have to be repeated
- successfully to gain certification.
+
+
+ Applicants have 1 year from submission to sit for the IDEX California
+ Exam or applications will be nullified and the full process will have to be repeated
+ successfully to gain certification.
+
-
- Only eligible applicants with the required education (Minimum 40 Core
- Units) or work experience (Minimum 5 Years) will be allowed to sit for the IDEX
- California® Examination. Specific details on eligible combinations can be found in the
- Application Categories - Requirements for Certification.
+
+
+ Only eligible applicants with the required education (Minimum 40 Core
+ Units) or work experience (Minimum 5 Years) will be allowed to sit for the IDEX
+ California® Examination. Specific details on eligible combinations can be found in
+ the Application Categories - Requirements for Certification.
+
-
- Submit complete applications. Incomplete applications are automatically
- placed on hold, and will be removed if not complete. When a previously incomplete
- application has been completed, CCIDC then will release the hold and review the
- application.
+
+
+ Submit complete applications. Incomplete applications are
+ automatically placed on hold, and will be removed if not complete. When a previously
+ incomplete application has been completed, CCIDC then will release the hold and review
+ the application.
+
-
+
+
+
+
+
+
+
+
+
- {/* Additional form sections or components */}
);
diff --git a/frontend/src/components/index.ts b/frontend/src/components/index.ts
index 27911fb..7a5930e 100644
--- a/frontend/src/components/index.ts
+++ b/frontend/src/components/index.ts
@@ -1,9 +1,10 @@
import { Accordion } from "./Accordion.tsx";
import { Button } from "./Button.tsx";
-import { FormSection } from "./FormSection.tsx";
import { FAQs } from "./FAQs.tsx";
+import { FormSection } from "./FormSection.tsx";
+import { InfoForm } from "./InfoForm.tsx";
import { NavBar } from "./NavBar.tsx";
import { Page } from "./Page.tsx";
import { Pathway } from "./Pathway.tsx";
-export { Page, Button, FormSection, NavBar, Accordion, Pathway, FAQs };
+export { Page, Button, FormSection, NavBar, Accordion, Pathway, FAQs, InfoForm };