• Hello,

    we would like to use the plugin, but after some tests we are facing a problem with the phone number check at submitting a application.

    We are from germany and the typical phone number is 0231 123123 or 0231-123123.
    Here the check fails. But entering 0231123123 the check is ok.

    The problem is, that nobody in germany would write a phone number as a whole number.
    Is there a way to solve it?

    Thank you in advance.
    Adrian

    • This topic was modified 6 years, 1 month ago by mshcons.
Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @mshcons

    Sorry for late answer.

    Please update the plugin and now, it should validate German numbers now 🙂

    Or, you can completely disable phone validation like this:

    add_filter('job-postings/validate_phone', function(){
    	return false;
    });

    Br,

Viewing 1 replies (of 1 total)

The topic ‘Phone number check’ is closed to new replies.