Hi
I followed the instructions at:
http://www.gravityhelp.com/documentation/page/Gform_product_price
and inserted this code:
<?php
add_filter("gform_product_price_1", "set_price_label", 10, 2);
function set_price_label($sublabel, $form_id){
return "Precio:";
}
?>
in the twentyeleven theme -> functions.php
but nothing is happening, the form has an ID of 1
http://aprendeenirlanda.com/testform