Created
May 10, 2021 21:29
-
-
Save josuelmm/2576f127f63946010858772e3a2ff050 to your computer and use it in GitHub Desktop.
RUMV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<div class="mb-3"> | |
<label for="formFileMultiple" class="form-label">Anexar documento de constancia de residencia en Colombia, formato .PDF Tamaño máximo 5Mb)</label> | |
<input class="form-control" type="file" id="formFileMultiple" name="DocumentoCertificado" accept=".jpg, .png, .pdf" multiple=""> | |
<span class="field-validation-valid" data-valmsg-for="Documento_Certificado" data-valmsg-replace="true"></span> | |
</div> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment