Skip Navigation

[Resolved] Split: Post form notification e-mail not showing toolset fields – another issue

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
- 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 18 replies, has 2 voices.

Last updated by lesleeM 1 year, 7 months ago.

Assisted by: Minesh.

Author
Posts
#2608857

Minesh
Supporter

Languages: English (English )

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

The following line of code used to connect the posts to establish relationship between two posts, the following code is added to the "registration-title" code snippet:

   /// getting parent ride id
    $parent_ride_id = $_POST['_cred_cred_prefix_cred_container_id'];
    $parent_ride_title = get_the_title($parent_ride_id);

 /// connecting the posts
    toolset_connect_posts('ride-registration',$parent_ride_id,$post_id);
    

You re welcome to mark resolve this ticket.

#2608883

Oh, OK. Thanks for that info. I didn't see that code in what you had pasted previously. That makes sense even if it is beyond my skill level to do myself.

#2608891

Minesh
Supporter

Languages: English (English )

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

Great you are welcome to mark resolve both tickets now. Really glad to help.

#2608953

My issue is resolved now. Thank you!