You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/config.js
+38-9Lines changed: 38 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -64,20 +64,49 @@ export const steps = [
64
64
`,
65
65
},
66
66
{
67
-
navName: 'Requirements',
68
-
headerText: 'What Will I Need?',
69
-
bodyText: 'Personal information will go here.',
67
+
navName: 'Information',
68
+
headerText: 'What Information Will I Need?',
69
+
bodyText:
70
+
`<h3>To start the expungment petition you will need to gather some personal information.</h3>
71
+
<h3>Personal Information:</h3>
72
+
<p><ul><li>First and last name</li>
73
+
<li>Sex</li>
74
+
<li>Race</li>
75
+
<li>Driver's license number (if applicable)</li>
76
+
<li>Current address</li></ul></p>
77
+
78
+
<h3>Criminal Information:</h3>
79
+
<p><ul><li>Name of each crime you want expunged</li>
80
+
<li>Date each crime occurred</li>
81
+
<li>Name of county and/or municipality crime occurred in</li>
82
+
<li>Case number for each crime</li>
83
+
<li>Name of court your crime was heard in</li></ul></p>
84
+
85
+
<h3>Court, Police, and Attorney Information (Where Applicable):</h3>
86
+
<p><ul><li>The circuit court division for your case</li>
87
+
<li>The associative court division for your case</li>
88
+
<li>The municipal court division for your case</li>
89
+
<li>The criminal records repository contact for your case</li>
90
+
<li>The county sheriff's department for your case</li>
91
+
<li>The municipal police department for your case</li>
92
+
<li>The Missouri highway patrol troop for your case</li>
93
+
<li>The country prosecutor's office for your case</li>
94
+
<li>The municipal prosecutor's office for your case</li></ul></p>
95
+
`,
70
96
},
71
97
{
98
+
navName: 'Submit Paperwork',
99
+
headerText: 'Create and Submit your Petition',
100
+
bodyText:
101
+
`<p>Once you have gathered enough information, you can create your petition. You can get a copy of the petition (add link here) to print and fill out, or you can fill it out online and print it. When your petition is complete take it to an expungement clinit or expungement center. You can find a list of these (another link to add here).</p>
102
+
`,
103
+
},
104
+
/*{
72
105
navName: 'People You Need',
73
106
headerText: 'Who Can Help Me?',
74
107
bodyText: 'Identify the defendents. Mention lawyers.',
0 commit comments