1

I used this link How can i add a field mobile number at the time of customer registration form in magento 2? to add mobile number field in the registration form which works fine. But I need to validate mobile number to be unique, min and max of 10 digits.

David Lambauer
1,0722 gold badges9 silver badges25 bronze badges
asked Nov 23, 2017 at 14:50
1
  • can you get the solution?. I also have the same problem. If you have the solution please post it. Commented Nov 8, 2019 at 16:56

1 Answer 1

0
data-validate="{maxlength:10, minlength:0}" 

OR

data-validate="{rangelength:[0, 10]}" 

And for unique you must do it in your controller

answered Nov 23, 2017 at 15:16
1
  • Can you pls guide me Commented Nov 24, 2017 at 5:57

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.