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.

Using Advanced Fields -> Name with gform_after_submission

  1. I have looked at the code and in the notification area, when selected, it says:
    {Name (First):12.3}
    {Name (Last):12.6}

    So for my gform_after_submission, I have:
    $entry[12.3]
    $entry[12.6]

    However, neither first or last name are coming through.

    Posted 11 years ago on Sunday November 4, 2012 | Permalink
  2. Try quoting the 12.3 and 12.6, like this:

    [php]
    $entry['12.3'];
    $entry['12.6'];
    Posted 11 years ago on Monday November 5, 2012 | Permalink
  3. That was stupid. Thanks!

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

  4. Posted 11 years ago on Monday November 5, 2012 | Permalink