Hey all, have been attempting to update the Labels on a form front end using the gform_pre_render hook. However just noticed that these values are hard coded in the plugin within common.php.
To workaround I've modified these static references in common,php to be :
$field['inputs'][2]['label'] for Quantity
and
$field['inputs'][1]['label'] for Price.
Obviously this isn't a great work around and will be replaced as soon as the next update is applied, so wondering if anyone knows the correct way to achieve this same result?