Conditionally fill hidden form fields only if they are blank
Is there a way to add a default value to a hidden field only if the field is blank in the database? So if the person is a known record, the hidden field should get the default value only if it didn’t have a recorded value initially. If there was a recorded value initially, it should not be overwritten by the default value.
