Navigation überspringen

[Gelöst] New user form notification turns out blank for the user fields

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

Problem:
The user was having blank fields in a user form notification.

Solution:
Use "id" instead of "user_id" as an argument for the "wpv-user" shortcode:

[wpv-user field="user_registered" id="%%USER_USERID%%"]

Relevant Documentation:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-user

This support ticket is created vor 4 Jahren, 4 Monaten. 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.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

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

Zuletzt aktualisiert von andrewD-10 vor 4 Jahren, 3 Monaten.

Assistiert von: Jamal.

Author
Artikel
#1806605
#1806855

Hello and thank you for contacting the Toolset support.

Please try to use "id" instead of "user_id" as an argument for the the "wpv-user" shortcode:

[wpv-user field="user_registered" id="%%USER_USERID%%"]

Read more about the shortcode here https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-user

I hope this helps. Let me know if you have any quesitons.

#1808995

Thank you Jamal, worked perfect 🙂