Projekt

Allgemein

Aktionen

GX-Bug #67776

geschlossen

Add some field hints on account creation form page. / Fügen Sie auf der Formularseite zur Kontoerstellung einige Hinweise hinzu.

Von Anis Mashku vor mehr als 4 Jahren hinzugefügt. Vor mehr als 4 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Dringend
Zugewiesen an:
Ahmed Hamouda
Kategorie:
Adminbereich
Zielversion:
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.3.1.0
Release Notes Langtext:

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

Aktionen #4

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.

Aktionen