I am trying to change the description under the quantity field using the code below:
add_filter("gform_product_quantity_1", "set_quantity_label", 10, 2);
function set_quantity_label($sublabel, $form_1){
return "How many:";
}
which I found here:
http://www.gravityhelp.com/documentation/page/Gform_product_quantity
but it isn't working. I want to remove the text "enter a value greater than 1" and leave it blank under the box.
It looks like the form id is "_1".
Of course, now that I've asked this, I'm sure I'll figure it out but...
Here's a link:
http://www.focaluprightfurniture.com/store
Thanks