Saltar navegación

[Resuelto] Notificaciones format

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:

How to remove some data from %%FORM_DATA%% placeholder for the forms email.

Solution:

It is not possible to change that data. You can create custom placeholders to achieve whatever data you want to show as a placeholder in form email:

Relevant Documentation:

https://toolset.com/documentation/programmer-reference/forms/how-to-use-custom-placeholders-in-cred-notifications/#using-custom-placeholders

This support ticket is created 3 years, 3 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.

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por moomS 3 years, 3 months ago.

Asistido por: Christopher Amirian.

Autor
Mensajes
#2547611

Tell us what you are trying to do?
Need to format the notification email when a new user get registered. %%FORM_DATA%% is sending the raw password.
So I need 1. or eliminate password in the notification email or 2. please tell me how to format a new set of fields that doesn't includes the password but with the same style as the %%FORM_DATA%% does.

#2548291

Christopher Amirian
Colaborador

Idiomas: Inglés (English )

Hi there,

The only standard placeholders that you can use are listed here:

https://toolset.com/wp-content/uploads/2017/03/toolset-cred-form-notifications-body-placeholders.png

Also, you can not change the content generated in %%FORM_DATA%%.

If you want to have specific options for that you need to have PHP development skills to create a custom placeholder following the steps below:

https://toolset.com/documentation/programmer-reference/forms/how-to-use-custom-placeholders-in-cred-notifications/#using-custom-placeholders

Thank you.

#2548317

My issue is resolved now. Thank you!