ionut442
Forum Replies Created
-
To give more context to my problem, I’m also adding the link to the feature I’m referring to.
https://lifterlms.com/docs/checkout-free-access-plansHi @reddotinmotion ,
Sorry, maybe I didn’t really explain the problem properly because I was trying to use some custom forms.
My courses are free so if I do this, by default, there is no account confirmation. Is it possible to add an email confirmation?To explain the workflow:
- The course has a free Access plan
- The visitor clicks Start Learning Button and it’s redirected to the /purchase/?plan=$plan_number
- Fill the Student Information Form and it’s enrolled.
After step 3 I would like to add an account confirmation step. Is that possible?
Thank you!Forum: Plugins
In reply to: [WP Stripe Checkout] Button Styling– Wrap the button inside a div
– Give that div a class
– style the button with .div_class button {your css};Forum: Fixing WordPress
In reply to: [Custom loop] Pulling posts by category into pagesHi,
I’m also trying to to this for my blog but I don’t know PHP. Can you help me please with this code, explaining me where I need to insert it?
Thanks in advance