You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you fill everything in and click on "Générer mon attestation" it doesn't do anything except go back to the postal code field. As if the postal code is wrong even though there is a check mark next to it.
Basically the form doesn't get generated. Tried it on both Edge and Firefox, both same results.
The text was updated successfully, but these errors were encountered:
So basically there is an error in the form checking. It expects a 5 figures postal code. Yet postal codes in Belgium are only 4 digits long. This is just some poor programming as the form is for international travellers and their postal codes are not all the same size as the French.
akien-mga
added a commit
to akien-mga/attestation-honneur-ue
that referenced
this issue
Jun 9, 2021
Ce formulaire est a visé internationale et de nombreux pays utilisent des codes postaux
de plus ou moins de 5 chiffres. Le `minlength` et `maxlength` le confirment, mais la regex
de `pattern` force 5 chiffres.
FixesLAB-MI#1.
When you fill everything in and click on "Générer mon attestation" it doesn't do anything except go back to the postal code field. As if the postal code is wrong even though there is a check mark next to it.
Basically the form doesn't get generated. Tried it on both Edge and Firefox, both same results.
The text was updated successfully, but these errors were encountered: