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.

Mail information of an entry object?

  1. kklawitter
    Member

    Hi, i'm trying to mail information of an Entry object. I manage to get its information using get_lead($lead_id), but im getting an id for some values. For example, im getting the Nationality ID, but i want the string for that. How can i make the system to return me the correct data, or what can i use to get it?

    Thanks

    Posted 12 years ago on Friday September 16, 2011 | Permalink
  2. Can you post the code you are using now, with a link to your form?

    Also, doing a

    [php]
    print_r($entry);

    or

    [php]
    print_r($lead);

    or whatever array you're working with, helps determine the proper way to reference the object.

    Posted 12 years ago on Friday September 16, 2011 | Permalink