C
|
cgphp 2/9/2012 |
Please, post the full code in a well formatted way using the code snippet (<>). |
P
|
Pauldee author 2/9/2012 |
I have added custom HTML into my form as follows which creates a text field for the user to input a postcode, when the text field loses focus the Javascript is called and the postcode is passed to the function:
|
P
|
Pauldee author 2/10/2012 |
Ok, I have now worked this one out myself!
|
W
|
wildwally 2/10/2012 |
I'd like to do something similar with a site that I'm working with, and wondering if you could provide any more details in the process. |
P
|
Pauldee author 2/10/2012 |
I use a service called Postcodelite (postcodelite.com) which, I believe, is only available for UK postcodes, this is also a subscription based service. They provide all the Javascript from their website to look up address data from their servers. |