Navigation überspringen

[Gelöst] Notificaciones format

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 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.

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von moomS vor 3 years, 3 months.

Assistiert von: Christopher Amirian.

Author
Artikel
#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
Unterstützer

Sprachen: Englisch (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!