Hello.
Please check how to customize it here https://wpbookingcalendar.com/support/comment-page-9/#comment-16480
Just instead of this code:
var reg = /^\d{10}$/;
you will be need to have this code in that customization:
var reg = /^\d{8}$/;
Kind Regards.
Thread Starter
Hustl
(@wearecrunch)
Hi,ok great, thank you I will try that.
But don’t I need to do it in functions.php or copy it to the child theme or something, so it will not be overwritten on updates?
Thank you
Hello.
Unfortunately, you are right its will be updated (overwriting with future update and you will be need to make this fix again).
We will add this feature to the TODO list for having some workflow about this functionality in future updates of plugin.
Thank you.
Thread Starter
Hustl
(@wearecrunch)
Oh hmm ok I see, yes no problem. I hope it will be fixed then