GX-Bug #67776
geschlossenAdd some field hints on account creation form page. / Fügen Sie auf der Formularseite zur Kontoerstellung einige Hinweise hinzu.
0%
Auf der Kontoerstellungs-Seite des Gambio Admins werden nun alle Pflichtfelder korrekt markiert.
Beschreibung
Add some field hints for a better user experience on: /admin/create_account.php
While creating a demo user I noticed that some fields are required but not mentioned. (except: Last Name and Email Address)
After submitting the form empty the errors were shown next to each field. (see screenshot)
Reproduction steps:
Login to Admin
Go to Customers
Click + Create
Fill only the fields which are required
Click Insert
Actual: Errors are shown in some other fields which are required but not mentioned.
Expected: For each required field a hint should be shown since the beginning.
Dateien
Checkliste 0/0
Von Till Tepelmann vor mehr als 4 Jahren aktualisiert
Ich würde hier auf HTML 5 required und title Attribute setzen, damit diese Hinweise angezeigt werden und das Formular nicht abschicken kann bevor die Felder korrekt ausgefüllt sind.
I would set this to HTML 5 required and title attributes so that these hints are displayed and the form cannot be submitted until the fields are filled out correctly.