Skip Navigation

[Resolved] Creating a guestlist with manually added users and questions for the users

This support ticket is created 7 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Author
Posts
#548700

I am trying to:

Create some sort of guestlist as follows:

1. The admin creates users in the backend (or frontend)
2. Users created recieve an email with their login details (or an email to set their password if thats easier)
3.Users can login and in their account page, have a few fields to fill out like "am I attending, yes or no", "how many people am I bringing", "am I allergic to ...." so basically just a few checkboxes and other custom fields.

4.On the frontend, all users are listed with their status (coming yes or not)

5. Admin can send an email to all users at once about changes etc.

I know that in order to list the users, I would need to create a users cpt as described here: https://toolset.com/forums/topic/making-a-linkedin-style-member-directory-urgent-request/#post-119012

I just can't really wrap my head around on how to best go about all of this. Any input is much appreciated 🙂

Thanks

#548709

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Martin,

Thank you for contacting Toolset Support. I will try to help you and give relevant information about these:

1. Please use CRED for front-end User Registration forms:
https://toolset.com/documentation/user-guides/cred-user-forms/

2. Email settings are also in CRED, when you create CRED User Form.

3. For this Toolset Types and CRED will be used. Types plugin allows you to add custom fields (user fields) to the user and then you will create the CRED form with those custom fields.

4. To list users you can use Toolset Views plugin >> create a “User View” to list users with different roles and user’s custom fields as well (e.g. status field). OR you can use the method described in the old forum ticket that you have shared.

5. For the bulk email sending I would suggest to use some plugin like Email Users, tutorial here:
hidden link

-- You may also do it with CRED but might have some limitations & need to use / modify some code:
https://toolset.com/forums/topic/send-email-notification-to-all-users-of-a-certain-role/#post-401399

Thank you