How to trigger phone lookup?

Hi I’ve added some PHP to my site from postcoder.com who perform number and address lookups.

I want to add mobile number lookup so I’ve added the code to the site but how do I get the form/phone number field to perform the lookup?

There’s got to be a trigger somewhere.

Anyone know a way?

Thanks

Can you hook your PHP code to the gform_field_validation filter?

This example shows validating an email field with a 3rd party site:

Your approach would be similar to that.