Passer la navigation

[Résolu] Notificaciones format

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 Il y a 3 years, 3 months. 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.

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par moomS Il y a 3 years, 3 months.

Assisté par: Christopher Amirian.

Auteur
Publications
#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
Supporter

Les langues: Anglais (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!