I have made a secure page for my client’s website with a table and calendar of all appointments made. I used these short codes:
[app_all_appointments title=”<h2>This week’s schedule</h2>” order_by=”start”]
[app_schedule worker=”1″ title=”” logged=””]
[app_pagination step=”1″]
Currently the table shows {Service, Provider, Client, Date/Time, Status}
I would like to remove the Provider column and insert a Phone Number and Email column.
Is there a simple short code fix to do this? Or can anyone help with a solution?