Skip Navigation

[Resolved] Split: Form on every Custm Post – display custom fields with email notification

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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 6 months, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2652467

Hi,

thank you so much. This could be the solution. But now i have the Problem that some fields are not showing in notification mail.
I need the Post title in Mail but the [wpv-post-title] does not work
an i need to show the fields [types field='seinteleiste-spieltermine-zeit-und-ort-2'][/types] this dows not work to.

Any Ideas

Ticketbestellung Filmfestival 2023 [wpv-post-title](****does not work) von [types field='vorname-name']

Name: [types field='vorname-name'][/types]
E-Mail: [types field='e-mail'][/types]

[types field='seinteleiste-spieltermine-zeit-und-ort-2'][/types] (****does not work)
[types field='anzahl-tickets2'][/types]

#2652493

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I see in your notification you are already using the $current_page with id attribute. What if you try to use that with item attribute.
item="$current_page"

Can you please try to assign the post ID placeholder to the item attribute. Please try to use the following code:

Ticketbestellung Filmfestival 2023 [wpv-post-title item="$current_page"](****does not work) von [types field='vorname-name' item="$current_page"]

Name: [types field='vorname-name'][/types]
E-Mail: [types field='e-mail'][/types]

[types field='seinteleiste-spieltermine-zeit-und-ort-2'][/types] (****does not work)
[types field='anzahl-tickets2'][/types]

More info:
- https://toolset.com/course-lesson/send-notifications-when-someone-submits-the-form/

Does that works for you?

#2653281

Thank You so much for your help

holgerW-2 confirmed that the issue was resolved on 2023-10-16 15:41:27.
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.