This could only be done as a customization. You'd could use jQuery and AJAX so when the customer enters information in that field it executes jQuery, which then may execute some AJAX code.
Another option would be to use a multi-page form and then use custom PHP to use the gform_validation hook. Have the customer number on the first page of the form, the gform_validation hook could then fire and validate the customer number and then pre-populate the appropriate fields.
There is How To examples for both the gform_validation hook and dynamically populating fields in the How To section of the Documentation.
Posted 13 years ago on Monday July 11, 2011 |
Permalink