Personal Identification Details Template
- Name:
personalIdentificationDetailsTemplate - Url:
#/profile - Description: Template for the personal identification details section displayed on the profile page. Only rendered when the personalIdentificationDetails configuration option is enabled.
Default Template
<personal-identification-details>
<div class="row">
<identification-number />
<identification-type />
</div>
<div class="row">
<place-of-issue />
<document-issue-date />
</div>
<div class="row">
<document-expiration-date />
</div>
<div class="row">
<government-issued-id />
<proof-of-address />
</div>
<div class="row">
<employment-information />
<company-id-documents />
</div>
<DynamicFieldInputs />
</personal-identification-details>
Important
This template is only rendered when personalIdentificationDetails is set to true.
Available Components
<PersonalIdentificationDetails />
A conditional wrapper component that only renders its content when personalIdentificationDetails is enabled in the configuration. Place all identification field inputs inside it.
<IdentificationNumber />
An input field for the customer's personal identification number (e.g., passport number, national ID number).
<IdentificationType />
A dropdown/select field for the type of identification document (e.g., Passport, Driver's License, National ID).
<PlaceOfIssue />
An input field for the location where the identification document was issued.
<DocumentIssueDate />
A date picker for the issue date of the identification document.
<DocumentExpirationDate />
A date picker for the expiration date of the identification document.
<GovernmentIssuedId />
A file upload field for uploading a scanned copy or photo of the government-issued identification document.
<ProofOfAddress />
A file upload field for uploading a document proving the customer's current residential address (e.g., utility bill, bank statement).
<EmploymentInformation />
A file upload or text field for providing employment information required for KYC (Know Your Customer) compliance.
<CompanyIdDocuments />
A file upload field for uploading company registration documents, used when the bidder is representing a company.
<DynamicFieldInputs />
Renders any additional dynamic fields configured in Artisio AMS for the identification section. These fields are defined from the Artisio back office and appear automatically here.
Properties
mainConfig
See documentation here
is_authorized
See documentation here