Skip to Content
Menu
This question has been flagged
1 Reply
2568 Views

How to force phone numbers formatting in a certain way

How to force a SKU number format

Avatar
Discard
Author Best Answer

HTML5 has a standard solution for this. Use the 'pattern' attribute on the appropriate <input> field and write a regular expression.

Example of a regular expression: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_pattern

Learn more about how regular expressions work: https://regexone.com/

Application in Odoo standard: https://streamable.com/rwqsvo


Avatar
Discard