讯睿CMS问答:讯睿CMS问答:循环出表单列表后,表单的查看页面在哪里呢?

讯睿CMS问答:讯睿CMS问答:循环出表单列表后,表单的查看页面在哪里呢?

2024-06-27 XunRuiCMS Sincere

问题:

{list action=form form=1 order=inputtime page=1 pagesize=20 urlrule=index.php?s=news&c=category&id=$catid&page=[page]} {$t.title}{$t.inputtime} {/list}

url 没有这个字段,表单的详细页怎么查看?比如留言表单需要在前台显示的。V1有show_form.html VIP程序里面是如何处理?请教下~

答案:

前台怎么查看表单详情??

这个问题我也刚遇到,我也想知道。。。

网站表单提交地址

/index.php?c=form_表名称

网站表单详情地址

/index.php?c=form_表名称&m=show&id=ID编号

网站表单列表地址

/index.php?c=form_表名称&m=page