cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the operation of selecting the date of birth of Magento2

Regarding the operation of selecting the date of birth of Magento2

Hello,

I'd like to confirm the choice of the date of birth of Magento2.

Magento2 Administration Screen→Stores→Setting→Customers→Customer configuration→Name and Address Options.

Select required or option in view of date of birth.

I want to select a date from the calendar from the date of birth that I displayed.

Calendar does not work.

This is where the site is not working.(See URL)

https://www.loom.com/share/1fbead0fe38b463391d5d461d0cd4a2f

 

I want my calendar to work properly.

Best Regards.

8 REPLIES 8

Re: Regarding the operation of selecting the date of birth of Magento2

Hello @takashi_ishibashi 

 

Please check if there are any errors in the console?

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

Re: Regarding the operation of selecting the date of birth of Magento2

Hello,

Thank you for your reply.

【Console Error】

jquery.js:3123 Uncaught DOMException: Blocked a frame with origin "https://www.proof-a.com" from accessing a cross-origin frame.

 

This error was displayed.

Is this the cause of this error?

Re: Regarding the operation of selecting the date of birth of Magento2

Hello,

If you type in text and click the Create Account button, an error appears.

【Error】

"Date of Birth" does not fit the entered date format.

If you do, this error appears and you cannot create an account.

Please let me know how to correct it.

Best Regards.

Re: Regarding the operation of selecting the date of birth of Magento2

Hi @takashi_ishibashi 

 

I think the account gets created even though it is showing error.

 

Can you please check and confirm whether the account is created or not.

 

It is showing this error because somewhere you are fetching its value and it puts "," in date.

When it is showing error "Date format is not correct" at that time the filled date it is showing is "0,4/1,5/1,995" and as you can see a "," is added in this.

 

So can you please check the code where you are using this.

 

Thanks.

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

Re: Regarding the operation of selecting the date of birth of Magento2

Hello,

Thank you for youre reply.

This data retrieving from a Dob.php.

This file remains the default.

Cause of retrieval of this data?

【Text】

'date_format' => $this->getDateFormat()

Best Regards.

 

Re: Regarding the operation of selecting the date of birth of Magento2

Hi @takashi_ishibashi 

 

Have you checked whether the account is created or not ?

I think account is created though it is showing error over there.

So you can just confirm if it is creating account.

 

Thanks.

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

Re: Regarding the operation of selecting the date of birth of Magento2

Hello,

Thank you for your reply.

You have verified that your account has been added.

However, an error is displayed.

I want it to work properly without an error.

Best Regards.

Re: Regarding the operation of selecting the date of birth of Magento2

Hi @takashi_ishibashi 

 

I have checked your website but not able to find that DOB field.

I have checked it on this https://www.proof-a.com/sample/customer/account/create

 

Can you provide the correct link.

 

Thanks

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution".