I read a topic from someone who used php to fix the problem. I am not a php developer (although I have began to learn).
We do not have an official “end of course” page so I’m not sure what this PHP was. Perhaps you can search through the old form threads to find it?
Is there anything I can use to redirect the page to the next course page or my courses page.
We don’t really have a way to programmatically identify which course is “next” since we don’t have official relationships or orders between courses. So while this is theoretically possible, it’s not something that LifterLMS can do by clicking a few buttons, you’d need to write some custom code to do this.
Also, when the user completes the course how do they get the certificate? Is it e-mailed to them. Not sure.
If you’ve configured an engagement it’ll be awarded automatically. We do not have certificate emails but do have basic (popover) notifciations for certificates. If you have it enabled they’ll get a pop up after they’ve been awarded the certificate.
You can read about notifications here: https://lifterlms.com/docs/getting-started-lifterlms-notifications/
Hope that helps,