Skip Navigation

[Resolved] Notificaciones format

This thread is resolved. Here is a description of the problem and solution.

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

This topic contains 2 replies, has 2 voices.

Last updated by moomS 1 year, 9 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#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

Languages: English (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!