• Resolved mhosker

    (@mhosker)


    I have been succesfully using the wpcf7_posted_data function to grab form input data and add extra fields from the back end before processing.

    To do this I get the hidden form fields _wpcf7 and _wpcf7_container_post

    One field provides the contact form origin post ID and the other provides the contact form ID.

    Now when I look at the return from $wpcf7_posted_data I can see the user posted form fields but not these hidden fields…

    Any ideas how I can once again access these hidden fields?

    Mike

Viewing 1 replies (of 1 total)
  • Thread Starter mhosker

    (@mhosker)

    Update: My solution to this was to get the required fields direct from $_POST.

    But still wondering why I am no longer able to get them from $wpcf7_posted_data since update?

Viewing 1 replies (of 1 total)
  • The topic ‘wpcf7_posted_data Error since upgrade’ is closed to new replies.