Webform Email notification question

Request Type: 
General Assistance
Author: 
Glenn Hasiotis
Issue/Request: 

Is there a way to include the submission number or id number when the submission is emailed to the selected users?

Hello Glenn,

Yes. You can use tokens for that and add either the Serial Number or the Submission ID. This is done in the webform email settings.

Josue

Do you have the syntax for the submission ID?

I’ve found [webform:meta-sid] but that doesn’t seem to give me anything in the email.

Just following up on this.

Hello Glenn,

You can try one of these two:

Serial number [submission:serial] The serial number of this webform submission.
Submission ID [submission:sid] The unique indentifier for the webform submission.

Josue