Call registration form from Article

  • bernabe28
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 6 months ago - 8 years 6 months ago #88548 by bernabe28
Call registration form from Article was created by bernabe28
Hello Tuan,
One more question, excuse me

I need to show the registration form width ID=5 subscription plan from the article
I have read the documentation and can display subscription plans as follows:

1.- {membershipplans ids="*"} => it will display all published plans in the article.
2.- {membershipplans ids="cat-3"} => It will display all subscription plans from the category with ID = 3
3.- {membershipplans ids="2,4,5"} => It will display all subscription plans with ID = 2, 4, OR 5.

But how could show the registration form of a plan that has ID = 5
It could thus, for example? --> {membershipplansform ids="5"}

I'm warming the head and not get as show

Thank you very much
Regards
Last edit: 8 years 6 months ago by bernabe28.

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #88590 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Call registration form from Article
Hi

Unfortunately, Membership Pro doesn't have a plugin for this task. You can try this option:

1. Create an instance of the module Membership Pro View

2. Set View parameter to Subscription Form

3. Set Query String parameter to id=ID_OF_PLAN, for example, id = 1

4. Find a way to load that module into the article you want. I don't use it but I know Joomla support loading a module in an article

That might be the solution for the problem

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • bernabe28
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 6 months ago #88623 by bernabe28
Replied by bernabe28 on topic Call registration form from Article
Hello Tuan,
Thank you very much for your help

Regards

Please Log in or Create an account to join the conversation.