Navigation überspringen

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

This support ticket is created vor 3 years. 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
- 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 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

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

Zuletzt aktualisiert von lesleeM vor 3 years.

Assistiert von: Minesh.

Author
Artikel
#2608857

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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!