2013-12-12 50 views

回答

2
function module-name_webform_submission_insert($node, $submission) { 
// perform your task 
} 

This function is called after you save any data in webform. this gives you the webform node id object and submission id. with this you can perform your all the task and show the data to the user.