View Issue Details

IDProjectCategoryView StatusLast Update
0002841OXID eShop (all versions)1.05. Userspublic2012-03-30 08:30
Reportertjungcl 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.6.0_RC1 
Summary0002841: birthdate format unknown and validation without feedback
DescriptionThe 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).
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2011-08-24 13:58

reporter   ~0005098

Status changed to new as we need to decide what's the best solution/tool would be to use here.

dainius.bigelis

2011-08-24 14:55

reporter   ~0005099

Last edited: 2012-03-26 13:14

View 2 revisions

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.

saulius.stasiukaitis

2012-03-30 08:30

reporter   ~0006115

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.