Saltar navegación

[Resuelto] Membership site: auto populate field in CPT with user info?

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por barbaraS-5 1 year, 2 months ago.

Asistido por: Minesh.

Autor
Mensajes
#2802618

Tell us what you are trying to do?
We have a membership site for writers, and they use an existing CPT to publish info about their books. We are considering replacing existing membership plugin with Access. If we do that, is there a way to have some of the fields in the CPT (like name) be populated automatically with the user information?

And a second question, please: The site is built with Beaver Builder. It's been working with Toolset for years, but isn't on your recommended themes list. If the answer to question #1 above is yes, do you anticipate any issues?

TYIA.

What is the link to your site? enlace oculto

#2802809

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

There is no such feature available to populate the fields with the user information but maybe you can use the save_post hook in order to assign the desired values to those fields.

Here is the Doc that shows information about how you can update the custom field value using the "save_post" hook.

Regarding using Beaver Builder, we have limited integration with Beaver Builder and here is the Doc:
=> https://toolset.com/course-lesson/using-toolset-with-beaver-builder/

There should be no issue if you try to update the custom field value using hooks like save_post tht runs when you add/update post in backend admin.

#2802956

Thank you, very helpful response.