Hi is it possible to change button text such as Add XXXXX to Add (CUSTOM NAME) rather than the field title. I'm using the below to change coloun names but it would be nice to get the button to match.
$crud->display_as('ingredientName','Ingredient Name')->display_as('ingredientTypes_id','Ingredient Type');
Or will I need to do it with javascript.
Regards