Jump to content

Date of birth validation


vishalsingh119

Recommended Posts

Hi prestashopian,

 

I try to give validation in customer registration page.Before validation if user selecting 31feb,so it accepting but after validation its showing error.but this validation code have some issue.user not able to submit the form because after submitting right info its showing birthday is required.

 

if anyone have solution,share with us.

 

Code i am using as validation is

 

'birthday' =>                    array('type' => self::TYPE_DATE, 'validate' => 'isBirthDate','required' => true),

 

in customer.php page i just added required=>true

 

Thanks in advance for solution

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...