Good morning

Can any one help I will explain, When someone creates a paid group the have to create it then go back into the group via edit just to add a price , I want all this on the create a group form, I need to add Price which I have done Period and Period unit, can anyone advise me on doing this please.

I want this block to appear on the create a group , as of now it user has to go into edit group to see this picture 2

  • 924
Comments
    • The reason we can add pricing only afterwards is that the group created needs its unique key in the database, so that when you edit it to add pricing, the pricing entry forms a child relation to the group's unique entry, which is the mother. That is why we can add multiple entries serving as different pricings to the group.

      Login or Join to comment.