Hi All
I'm after a Tax/VAT number validation script that I can tag onto the onClick
event of my submit button before submission.
I've seen a lot of these as server side, but I'm trying to keep things like
this as client-side, as I personally hate having to wait for the submission
to go through and then finding I've missed a field off.
I have a country <SELECT> menu with the ISO country codes as the OPTION
VALUE so if there has to be check on the country code before the validation
can work then I have this to hand.
I just need to validate such as IE 4883 939 L as an entered code for
Ireland.
Has anybody seen one of these what they can point me to?
Thanks
Laphan
I'm after a Tax/VAT number validation script that I can tag onto the onClick
event of my submit button before submission.
I've seen a lot of these as server side, but I'm trying to keep things like
this as client-side, as I personally hate having to wait for the submission
to go through and then finding I've missed a field off.
I have a country <SELECT> menu with the ISO country codes as the OPTION
VALUE so if there has to be check on the country code before the validation
can work then I have this to hand.
I just need to validate such as IE 4883 939 L as an entered code for
Ireland.
Has anybody seen one of these what they can point me to?
Thanks
Laphan
Comment