PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

gform_get_meta not working?

  1. Jive Software
    Member

    I notice the gform_get_meta is not working? I also looked in at the code and it looks like this MYSQL query is looking at the 'wp_rg_lead_meta' field... But I noticed when forms are submiting nothing is getting populated this mysql table? Am I missing something?

    Posted 12 years ago on Monday November 5, 2012 | Permalink
  2. What are you trying to do, and what code are you using to accomplish it? We'll need to see what you're using to understand why it does not work. Thank you.

    Posted 12 years ago on Monday November 5, 2012 | Permalink
  3. Jive Software
    Member

    I am trying to get the entry values for a specific entry
    $meta_value_fname = gform_get_meta(46, 'first_name');
    $meta_value_lname = gform_get_meta(46, 'last_name');
    $meta_value_email = gform_get_meta(46, 'email');
    $meta_value_phone = gform_get_meta(46, 'phone');

    Posted 12 years ago on Monday November 5, 2012 | Permalink