I use a form to let user register as a wordpress member. The form sends all data using %%FORM_DATA%% to the wordpress admin so he can review the user's date. But the password is in clear form. Can this be changed so the password is not sent or as *****
Thank you for your help.
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
Do you want that when the email notification sent, you want to display password as blank or as ***?
I do prefer the solution with the ****.
Thank you.
If you do changes to the any of the WordPress files, please use the astra-child theme for it. So I can easily update the theme later.
Thanky you.
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
There is no way to modify the %%FORM_DATA%% values so I've changed the notification section where you are displaying the %%FORM_DATA%% as given under:
Weitere Daten des Bewerbers:
<table>
<tr>
<td> <strong> Benutzername:</strong></td>
<td> %%USER_LOGIN_NAME%% </td>
</tr>
<tr>
<td> <strong> Benutzer-E-Mail:</strong></td>
<td> %%USER_EMAIL%% </td>
</tr>
<tr>
<td> <strong> Benutzerpasswort:</strong></td>
<td> *********** </td>
</tr>
<tr>
<td> <strong> Nickname:</strong></td>
<td> %%USER_NICKNAME%% </td>
</tr>
<tr>
<td> <strong> First Name:</strong></td>
<td> %%USER_FIRST_NAME%% </td>
</tr>
<tr>
<td> <strong> Last Name:</strong></td>
<td> %%USER_LAST_NAME%% </td>
</tr>
</table>
Can you pleases confirm now it works as expected.
Great!! It works! Thanks!
Can you please guide me to the notification section where you changed this?
Thank you!
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
With the following form:
=> hidden link
I've added the changes to the E-mail notification section for the notification "Benachrichtigung für Admin - Neuer Bewerber" within the notification e-mail body area.
My issue is resolved now. Thank you!