• Resolved troelsfeodor

    (@troelsfeodor)


    I have a contact form integrated with Mailchimp via Mailchimp for WordPress and the Contact Form 7 integration.

    In my CF7 form I am using this code to store the name of given post where the contact form is embedded to a field in Mailchimp:
    [hidden mc4wp-BYG "post_title"]

    What started happening the last few days, is that instead of sending the actual post title it started saving the word “post_title”.

    I thought it was related to the Mailchimp for WordPress plugin, but they pointed me to CF7.

    Do you know why there should be an issue with getting the post_title this way all of a sudden?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    [hidden mc4wp-BYG “post_title”]

    You set “post_title” as the value and you get “post_title”. Everything’s working correctly.

    Thread Starter troelsfeodor

    (@troelsfeodor)

    No I am expecting to get the actual title not the words post_title

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Special Mail Tags

    Use [_post_title].

    Thread Starter troelsfeodor

    (@troelsfeodor)

    Thanks I tried [hidden mc4wp-BYG "_post_title"]
    but that doesn’t work either.

    Sorry for my ignorance, but how would I use [_post_title] correctly inside a shortcode like this?

    Thread Starter troelsfeodor

    (@troelsfeodor)

    I got my developer to fix this. Closing down

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with getting post_title’ is closed to new replies.