Is there a way to save an extra column of information on a field? Apart from the value of the input, I also want to save the "status" which I generate in PHP.
I am creating a custom field that validates the value of an input using an external web-service. The problem with this is that the service is sometimes unavailable, thus I can't be sure if the value is valid or not from time to time.
What I need is an extra column that indicates if the input has been validated by the external service or not.
Does Gravity Forms have this ability that I am totally missing?