(Gramps 5.1.4, Ubuntu 20.04)
Good morning!
I tried to use the Forms Gramplet to enter christening data (catholic church in Chile).
The data those registers usually include are:
-Name of the baby
-Date and place of christening
-Age or date of birth
-Name of the parents
-Residence of the parents
-Name of godparents (up to four)
-Name of celebrant
I was able to enter birth and christening events, but could not add residence event to the parents, or add godparents and celebrant to christening event.
Is it possible? How?
Thank you
This is not a christening event but birth, but I think it answer your question
<form id='FRBirth' type='Birth' title='Acte de naissance'>
<heading>
<_attribute>Heure</_attribute>
</heading>
<section role='Primary' type='person' title='Nouveau né'>
<column>
<_attribute>Name</_attribute>
</column>
<column>
<_attribute>Sex</_attribute>
</column>
<column>
<_attribute>Legitimate</_attribute>
</column>
<column>
<_attribute>Date of birth</_attribute>
</column>
<column>
<_attribute>Place of birth</_attribute>
</column>
<column>
<_attribute>Comments</_attribute>
<size>15</size>
</column>
</section>
<section role='Father' type='person' title='Father'>
<column>
<_attribute>Name</_attribute>
</column>
<column>
<_attribute>Residence</_attribute>
</column>
<column>
<_attribute>Age</_attribute>
</column>
<column>
<_attribute>Place of birth</_attribute>
</column>
<column>
<_attribute>Occupation</_attribute>
</column>
<column>
<_attribute>Comments</_attribute>
<size>15</size>
</column>
</section>
<section role='Mother' type='person' title='Mother'>
<column>
<_attribute>Name</_attribute>
</column>
<column>
<_attribute>Residence</_attribute>
</column>
<column>
<_attribute>Age</_attribute>
</column>
<column>
<_attribute>Place of birth</_attribute>
</column>
<column>
<_attribute>Occupation</_attribute>
</column>
<column>
<_attribute>Comments</_attribute>
<size>15</size>
</column>
</section>
<section role='Informant' type='person' title='DĂ©clarant'>
<column>
<_attribute>Name</_attribute>
</column>
<column>
<_attribute>Age</_attribute>
</column>
<column>
<_attribute>Occupation</_attribute>
</column>
<column>
<_attribute>Residence</_attribute>
</column>
<column>
<_attribute>Comments</_attribute>
<size>15</size>
</column>
</section>
<section role='Witness' type='multi' title='TĂ©moins'>
<column>
<_attribute>Name</_attribute>
</column>
<column>
<_attribute>Age</_attribute>
</column>
<column>
<_attribute>Occupation</_attribute>
</column>
<column>
<_attribute>Residence</_attribute>
</column>
<column>
<_attribute>Comments</_attribute>
<size>15</size>
</column>
</section>
<section role='Officiant' type='person' title='Officiant'>
<column>
<_attribute>Name</_attribute>
</column>
<column>
<_attribute>Comments</_attribute>
<size>15</size>
</column>
</section>
</form>
Thank you @PLegoux , but tht form only adds one event, the rest are attributes. I want to know if I can add multiple events, even with different places, in a single form
1 Like
Not sure what you want is possible
system
Closed
March 1, 2022, 5:19pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.