Skip Navigation

[Resolved] Adding First name and Last name to a User Form email notification

This support ticket is created 6 years, 5 months ago. 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: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by lucyD 6 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#958285
screenshot-twesh.co.uk-2018.07.29-16-18-38.png

Hi there

The directory site I have created using Toolset (which I am loving!) allows suppliers to create an account. When they create an account I want to send an email to the website owner with their First name, Last name, Email address and VIP status (so the owner can follow up with people who select the VIP option).

So I am on the Edit User Form page and working in the Email Notifications section.

The Email address and VIP bit is fine but I can't work out how to add the First name/Last name bits. This is what I have working ...

Email address: %%USER_EMAIL%%

VIP: [types usermeta='vip-supplier' user_id="%%USER_USERID%%" user_is_author='true'][/types]

I'm attaching a screenshot of the whole page so you can what I have in the user form as well - it is that first name and last name that they have entered that I need to get.

Thanks
Lucy

#958689

Hello,

I suggest you try the Views shortcode [wpv-user], for example:

[wpv-user field="user_firstname" id="%%USER_USERID%%"]
[wpv-user field="user_lastname" id="%%USER_USERID%%"]

More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-user

#958706

Problem resolved.