• i am looking for a way to manage different users, send them newsletters and allow them to log in. With the plugin “User Registraition” from WPEverest I can cover the administration, the login and the registration. Adding the newly registered users to a newsletter plugin also works so far. However, I would like the logged-in users to be able to register for various activities on one page. The registration should then be automatically linked to the email address and other information (name, address, date of birth) of the user. I would then like to be able to export this data to a CSV. Is there a plugin for this or should I write my own custom php code to realize this? I would like to use free plugins if at all possible as this is for a very small website that does activities for children and can continue to offer this for free without paying annual fees for a plugin that is not used very much.
    thanks in advance for any advice!

Viewing 1 replies (of 1 total)
  • So here is what I think,

    Except its absolutely necessary for some very specific reason , you do not need to write custom in this case
    To handle event registrations, you can use a separate plugin like The Events Calendar, WP Simple Booking Calendar or Event Espresso .These plugins would possibly have the features you may be looking for in event management generally.

    For linking the events data with user
    If any of the plugin above doesn’t automatically link attendee information to user profiles, you can use custom code to bridge the gap. Your code would specifically fetch user data from their profile and associate it with their event registrations. but I am quite sure EventS calendar plugin automatically links attendee information to user profile you can check here for reference

    Most event registration plugins offer CSV export functionality as well, but if not, you can use a tool like WP All Export to create custom CSV exports for attendee data.

Viewing 1 replies (of 1 total)
  • The topic ‘Advice on user management, which plugin to use or custom code’ is closed to new replies.