Skip to content

Commit

Permalink
Add default references for English Birth, Marriage and Death certific…
Browse files Browse the repository at this point in the history
…ates.

Note 1: In some cases the default reference fields are also included as heading fields. This is deliberate. If the existing heading fields are removed, any existing data in these fields will no longer display.
  • Loading branch information
stevenyoungs committed Jun 7, 2020
1 parent 65822c6 commit 586b02c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Form/form_gb.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<forms>
<form id='UKBirth' type='Birth' title='English Birth Certificate'>
<form id='UKBirth' type='Birth' title='English Birth Certificate' reference='Registration District: , Registration Sub-District: , Register Book of Births Number: , Entry Number: '>
<heading>
<_attribute>Certificate Number</_attribute>
</heading>
Expand Down Expand Up @@ -58,7 +58,7 @@
</column>
</section>
</form>
<form id='UKMarriage' type='Marriage' title='English Marriage Certificate'>
<form id='UKMarriage' type='Marriage' title='English Marriage Certificate' reference='Registration District: , Register Book of Marriages Number: , Entry Number: '>
<heading>
<_attribute>Certificate Number</_attribute>
</heading>
Expand Down Expand Up @@ -119,7 +119,7 @@
</column>
</section>
</form>
<form id='UKDeath' type='Death' title='English Death Certificate'>
<form id='UKDeath' type='Death' title='English Death Certificate' reference='Registration District: , Registration Sub-District: , Register Book of Deaths Number: , Entry Number: '>
<heading>
<_attribute>Certificate Number</_attribute>
</heading>
Expand Down

0 comments on commit 586b02c

Please sign in to comment.