Need to create a block that is visible on the "Thank you for Submission" page after an Anonymous user fills out the webform. So I need to get recent webform submission data like First Name, Last Name, Date Submitted, and a Unique Number.
I tried to create View as a Webform Submission View but when I go to add fields it is limited to these below:
Webform submissions: Delete link
Provide a simple link to delete the submission.
Webform submissions: Draft
Whether or not the submission is a draft.
Webform submissions: Edit link
Provide a simple link to edit the submission.
Webform submissions: Remote address
The remote IP address of the user that submitted this submission.
Webform submissions: Sid
The submission ID of the submission.
Webform submissions: Submitted
The date this submission was submitted.
Webform submissions: View link
Provide a simple link to view the submission
So I couldn't figure out how to add simple items like First Name, Last Name so I can get the "submitted date" and "the SID Number" to the View...so is this possible to add post data from a webform like first name, last name on to a View?
...Or is there a PHP Code possibly I could just add to a Block that will pull up the last submitted information instead of using views?
I need this data to print under (or on top of) an image to create a membercard after submitting a webform anonymously and have the user print out that card.
I know there is someway to print first name and last name because because you see the data on the submissions page for the webform.
Read »








