Hello icon1100,
The Phone field is hard to use and looks like there is a number already in there.
For lightening placeholder color, please replace the following styles in simple-job-board/public/css/simple-job-board-public.css file at line #1175 to #1184.
.sjb-page .form-control::-moz-placeholder {
color: #a4a4a4;
opacity: 1;
}
.sjb-page .form-control:-ms-input-placeholder {
color: #a4a4a4;
}
.sjb-page .form-control::-webkit-input-placeholder {
color: #a4a4a4;
}
It will also be resolved in our next release.
Requiring the country code first, then having to follow exact formatting is not so user friendly.
Should have some latitude to in number as: 321-123-4567 or 321.123.4567 or (321)123-4567
We are using 3rd party script for validating phone field. Please visit other notes page and see the credits section.
For changing telephone number placeholder, you need to customize its parameters according to your requirements.
Thanks & Regards,
PressTigers