View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002841 | OXID eShop (all versions) | 1.05. Users | public | 2011-05-05 15:55 | 2012-03-30 08:30 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.6.0_RC1 | ||||
Summary | 0002841: birthdate format unknown and validation without feedback | ||||
Description | The user form has no indication in which format the birthdate has to be entered. the three input fields are even equally sized, so it could be everything, 20.05.50 or 1950-05-20 or 20. Dec. '50. And if the user types in a date, lets say 20 05 50, the shop just accepts it without warning and converts it to 20.05.2011. => The forms needs both an explanation, in what format the date has to be entered (or better, a js-datepicker), as well as an error-handling if the date was not valid. And because its a birthdate, it should also validate the age (1900 - today). | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Status changed to new as we need to decide what's the best solution/tool would be to use here. |
|
The decision was taken make drop-down list for Months, and input fields for Day and Year, with the titles inside the field and proper validation of inserted numbers on form submit. |
|
Month input changed to dropdown, in year and day inputs labels added. Add onsubmit validation to check if day and year inputs values contains only digits and day value in allowed size. |