Hi! How can I create on my site an error message when the user submits an invalid zip code? For example, in this site: carinsurancequotes.com , if I submit the zip code 99999 I get an error message: Please enter a valid zip code.
Zip code verification
2
Hi!
How can I create on my site an error message when the user submits an invalid zip code?
For example, in this site: carinsurancequotes.com , if I submit the zip code 99999 I get an error message: Please enter a valid zip code.
This is the code on my site:
Thanks,
Steve
How can I create on my site an error message when the user submits an invalid zip code?
For example, in this site: carinsurancequotes.com , if I submit the zip code 99999 I get an error message: Please enter a valid zip code.
This is the code on my site:
HTML Code:
<form action="the next page" method="get" name="form"> <input type="text" name="zipcode" maxlength="5" id="zipcode" /> <br /> <input type="submit" name="search" id="button" value=""/> </form>
Steve
- RichardF
Next Topics on Trending Feed
-
2