Skip Navigation

[Resolved] Building a members directory site with toolset

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 8 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Author
Posts
#421572

I'm trying to build a site that has a members directory.
Members sign up via WooCommerce Memberships/Subscriptions.
While their subscription is active, they have access to a form to create/update their profile for the directory.

I looked at a few tutorials for CRED commerce, but it looked like if you just give access to a form to members they'll be able to submit it infinite times, or they'll have to pay each time. I don't want people to buy it and I don't want people to be able to create multiple profiles. Only edit their existing profile (and lose access when their WooCommerce subscription is over). Is there a way to accomplish this?

Additionally, to avoid double data entry, I'm wondering if it's possible to pre-populate fields with the data they entered during checkout to create their account (no use asking for their name twice)?

Does anyone else here have experience trying to set something similar up?

#421684

Dear gabriel,

How do you setup the user profile? Is it a custom post type or custom user fields?
If it is custom user fields, you can setup a CRED form for editing users, then your users will be able to edit their own profile, see our document:
Front-end User Registration and Editing Forms
https://toolset.com/documentation/user-guides/cred-user-forms/

If it is a custom post type, you can try with CRED action hook "cred_save_data" to pre-populate the field values:
https://toolset.com/documentation/user-guides/cred-api/#csd

The forum ‘Types Community Support’ is closed to new topics and replies.