Changing action buttons December 03, 2022, 10:14:03 AM Very beginners questionsI have two tables Client (id, client_id,client_name, description)client_bill (id,client_id,client_name,reg_fee, service_fee)So, on billing page, i want to show list of client in the table with action button (not the default). When this action button is clicked, it should pick that client information from the row in the table and I will add reg_fee, service_fee by my selfCan I do that with no or low code?I apologies if my question is silly. I am beginner for both PHPrad and PHP Quote Selected
Re: Changing action buttons Reply #1 – December 06, 2022, 02:21:19 PM You can do that but it requires you editing the page as custom to right your code. Quote Selected