• Hi,

    We are using The Event Calendar plugin and we need to add membership.

    For our events, we need to manage member et no member.
    For some events, only members will be able to register.
    And for others, everyone will be able to register.

    1. Is it possible to do that with WP-Members ?

    2. Is it possible to autofill some fields of the form (name, email, etc.) based of on the logged-in user?

    Thanks in advance.
    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Unfortunately, I don’t know about restricting events to members while allowing other events to be any user. That would likely involve some testing.

    As far as autofilling fields – you can do that, but it’s not within the purview of WP-Members. WP-Members stores custom fields according to WP’s standards, so as “user meta”. You can use WP’s get_user_meta() function to retrieve any custom fields (as long as the meta key is known). So as long as you have a form/process that allows you to populate the data with existing user meta data, then yes, you should be able to do that.

    Thread Starter Atoupro

    (@atoupro)

    Thank you for your reply.
    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Membership’ is closed to new replies.