使用 Orchard 1.6,我设置了 3 个内容部分,每个部分都可以从 3 个单独的表单中查看,当用户填写它们时,它们将自动从 1、2、3 导航(通过选择主菜单上的预订选项):
1) Records Name & phone number as input fields
2) Records equipment user has selected to rent (from drop down and input fields)
3) Confirmation which should display what the user has entered on the first 2
到目前为止,我在第 (3) 部分,所以我想显示用户为前 2 个表单选择的内容(我知道它们被存储为内容项),但我怎样才能让它们都显示在确认页面上。
此外,当在确认页面上单击“提交”按钮时,我想向所有者发送电子邮件。我怎样才能做到这一点?谢谢