dwhalley15 / right-track

Prototype employee orientation web application utilising PHP, MySQL, JavaScript, HTML/CSS.
1 stars 0 forks source link

No postal codes accepted #1

Open Artapel opened 6 months ago

Artapel commented 6 months ago

Good day,

When signing uo for the 1st time, the web interface does not appear to accept any postal codes regardless of what you try

dwhalley15 commented 6 months ago

Hi,

Thanks for the feedback seems the post code validation was a too strict.

It has now been updated and should accept more post code types.

Many Thanks

Artapel commented 6 months ago

Thank you. That works like a charm.

I've noticed the same issue with the phone number, but adding an extra digit allows me to go past. It could be that in my country (South Africa), we just have one less digit in our telephones numbers.

dwhalley15 commented 6 months ago

Hi,

That would be why, when I built this I made it specifically for UK phone numbers and post codes which is silly in hindsight.

I updated the the telephone number to also be less strict.

Many Thanks