hello, I am making a scheduling application, I would like to know if you know how to add the option for the user to cancel his appointment.
1 Like
This can be done in two ways. Either to “delete” the record or to change the “status” of the record.
It is advisable to use button which changes the status of the appointment to “Cancelled”.
1 Like