We have noticed that applicants are able to add characters to the input field of type 'tel'. Could you please take a look at this issue? Thank you in advance.
Issue:
Solution:
'onkeypress' => 'return /^[0-9+]$/.test(event.key)' since tel type doesn't block user typing characters
We have noticed that applicants are able to add characters to the input field of type 'tel'. Could you please take a look at this issue? Thank you in advance.
Issue:
wp-job-openings/inc/class-awsm-job-openings-form.php
Line 91 in 50130d4
Solution:
'onkeypress' => 'return /^[0-9+]$/.test(event.key)' since tel type doesn't block user typing characters