Canceling phone number validation?

Hi again,
I hope I chose the right category for my question.
If I use the "action header" in my settings, there is this option under Layout -> Header to enter email and phone number that will appear on the action header.
I would like to use them, but not as email and phone number. What I did is change the code in "includes / header-top-area.php" to take the text I enter into the phone number and show it as a link to the url I entered in the email field.
It works nice except for one tiny problem: something is doing some sort of validation on the phone number field, and it changes anything I enter into the digit '1'.

How can I cancel this sort of validation?

Thanks a lot!
Jin

Comments

  • edited July 2014
    Hi Jin,

    unfortunately phone number field accept only digits and that`s why it switch to 1 when you enter something else than digits. The only thing you can do is forget about this field and make necessary changes only in includes/header-top-area.php so what you need will be hardcoded in files.

    Thanks for understanding!
  • Oh, bummer.... But thank you so much for your quick response!!!
    I will do it, but here's something to think about when you add some future changed ;-)

    Thanks again!!
Sign In or Register to comment.