[Resuelto] telephone cred field on user form (Create Free Seller Account) stopped working..
Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.
Problem:
The issue here is that the user had a phone number field on their form. However this field stopped working.
Solution:
Upon investigating the issue I found that the user was using some custom code to format the field into a telephone number, however the code had some issues and caused the field to stop working.
Yes. Uses regex and a javascript event listener on the form field id to reformat phone number the user sees as they are typing in the number, 4444444444 to look like:
(444) 444-4444 as they are typing.
This was always worked, and for unknown reasons, stopped.
Don't know if they are related but in our listing form, everything worked too, except now if the registered user clicks to upload an image, they are taken to the WordPress backend image uploader vs previously the upload was entirely from the front-end.
Thanks again.