• Resolved schwedad

    (@schwedad)


    After the contact form values of a field are saved is it possible to get them out again, if yes how?

    Like a normal varibale like this for example {order_date}

Viewing 2 replies - 1 through 2 (of 2 total)
  • I′m interested in this as well.
    Thanks!

    Plugin Author jasongreen

    (@jasongreen)

    Hi

    Yes you can retrieve the values by using the get_post_meta function. To see all the data associated with your submission you can run get_post_meta(get_the_ID(), false, true); to see all values.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get Data From Contact Form’ is closed to new replies.