【问题标题】:How to show submitted webform data in drupal 7如何在drupal 7中显示提交的网络表单数据
【发布时间】:2013-12-12 11:31:14
【问题描述】:

我创建了 webform 并想向用户显示提交的 webform 数据。我正在使用 webform。我想显示标题、发件人姓名和正文。我使用了 Webform Mysql Views 模块但我失败了。请帮助我

【问题讨论】:

    标签: drupal-7 drupal-webform


    【解决方案1】:
    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.
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多