Hello - I’m hoping someone can point me in the right direction with regards to a problem I am trying to solve.
Is it possible to have a Gravity Form which takes a field entry (such as a number), which upon submission checks to see if the number exists in a specified local database or file and then either populates the 2nd page of the form with the matching retrieved details for the record number or displays an error message?
I think this could be achieved using the gform_validation hook but I don’t have a clue where to start
So I’d be really grateful for any help or pointers if possible please.
The gform_validation hook would be useful to confirm that the number does/not exist within the local database/file - i.e. to present a validation error to user when the value doesn’t exist. If you want to store values into the entry from that db/file you would want to use gform_pre_submission which docs page shows some examples of updating the $_POST values.