Hi,
I want to change the price tiers’ description field to be a textarea instead of a input. I saw a snippet where I could do it like this
$form['fields']['price_tiers']["description"]['type'] = 'textarea';
but the description field refers to the help text you can add to help the user. How can I pin point the actual description field in the price tears form.
Thanks!