Skip to content

Commit 846f7c4

Browse files
committed
Split up costs tables, remove outlines from form fields
1 parent dfc3f89 commit 846f7c4

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

web/src/content/guides/ma/birth-certificate.mdx

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ Once finished, a PDF will be downloaded for you to review and sign.
3232

3333
## Gather funds or waive fees
3434

35-
<Costs
36-
costs={[
37-
{ title: "Amendment fee", amount: 50 },
38-
{ title: "Certified copy of amended record (by mail)", amount: 32, required: "notRequired" },
39-
{ title: "Certified copy of amended record (in person)", amount: 20, required: "notRequired" }
40-
]}
41-
/>
42-
4335
You can waive court fees if you meet the [eligibility requirements in Massachusetts](https://www.mass.gov/info-details/eligibility-requirements-for-indigency-waiver-of-fees). The Massachusetts Transgender Political Coalition also offers financial assistance through its [Identity Document Assistance](https://www.masstpc.org/what-we-do/ida-network/) network.
4436

4537
## File your documents
@@ -54,6 +46,13 @@ To submit by mail, gather:
5446
2. A check or money order payable to Commonwealth of Massachusetts
5547
3. Your court-certified name change, if applicable
5648

49+
<Costs
50+
costs={[
51+
{ title: "Amendment fee", amount: 50 },
52+
{ title: "Certified copy of amended record (by mail)", amount: 32 },
53+
]}
54+
/>
55+
5756
Mail all documents to:
5857

5958
**Registry of Vital Records and Statistics**
@@ -65,6 +64,13 @@ Dorchester, MA 02125
6564

6665
Make an appointment with the Registry of Vital Records and Statistics by emailing [vip-amend@state.ma.us](mailto:vip-amend@state.ma.us) or calling [(617) 740-2600](tel:6177402600).
6766

67+
<Costs
68+
costs={[
69+
{ title: "Amendment fee", amount: 50 },
70+
{ title: "Certified copy of amended record (in person)", amount: 20 }
71+
]}
72+
/>
73+
6874
Amendments may also be made in your city or town of birth. Please contact the local city or town clerk, or Boston Registrar, for more information.
6975

7076
## References

0 commit comments

Comments
 (0)