【发布时间】:2013-12-12 11:31:14
【问题描述】:
我创建了 webform 并想向用户显示提交的 webform 数据。我正在使用 webform。我想显示标题、发件人姓名和正文。我使用了 Webform Mysql Views 模块但我失败了。请帮助我
【问题讨论】:
我创建了 webform 并想向用户显示提交的 webform 数据。我正在使用 webform。我想显示标题、发件人姓名和正文。我使用了 Webform Mysql Views 模块但我失败了。请帮助我
【问题讨论】:
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.
【讨论】: