前端界面

默认模块表单模板介绍

发布:/template/pc/default/home/mform_post.html
列表:/template/pc/default/home/mform_list.html
查看:/template/pc/default/home/mform_show.html

自定义模块表单模板介绍

发布:/template/pc/default/home/模块目录/表单表名_post.html
列表:/template/pc/default/home/模块目录/表单表名_list.html
查看:/template/pc/default/home/模块目录/表单表名_show.html

模块表单URL地址介绍

发布:{router::mform_post_url("表单英文名", "内容id", "模块目录")}
列表:{router::mform_list_url("表单英文名", "内容id", "模块目录")}
查看:{router::mform_show_url("表单英文名", "表单id", "模块目录")}


会员界面

默认模块表单模板介绍

发布:/template/pc/default/member/mform_post.html
列表:/template/pc/default/member/mform_list.html

自定义模块表单模板介绍

发布:/template/pc/default/member/模块目录/表单表名_post.html
列表:/template/pc/default/member/模块目录/表单表名_list.html


后台界面

默认网站表单模板介绍

发布:/dayrui/Core/Views/share_mform_post.html
列表:/dayrui/Core/Views/share_mform_list.html


自定义网站表单模板介绍

发布:/dayrui/App/模块目录/Views/表单表名_post.html
列表:/dayrui/App/模块目录/Views/表单表名_list.html