一、访问地址
1、表单提交
/index.php?s=form&c=表名称
2、表单详情
/index.php?s=form&c=表名称&m=show&id=表单内容id
2、表单列表
/index.php?s=form&c=表名称&m=page
二、模板文件
1、表单提交
复制 /templates/pc/default/home/form.html 到 /templates/pc/default/home/form_表名称.html
2、表单详情
复制 /templates/pc/default/home/form_show.html 到 /templates/pc/default/home/form_表名称_show.html
2、表单列表
复制 /templates/pc/default/home/form_page.html 到 /templates/pc/default/home/form_表名称_page.html
三、模板变量
变量 | 说明 |
---|---|
$meta_title | SEO标题 |
$meta_keywords | SEO关键字 |
$meta_description | SEO描述 |
$get | 一维数组,url中的参数 |
$site_info | 二维数组,所有站点信息 |
$member | 一维数组,当前登录的会员信息 |
$is_mobile | 表示是否是手机端访问 |
文档最后更新时间:2019-03-01 01:48:59