前端界面

默认网站表单模板介绍

发布:/template/pc/default/home/form/form_post.html
列表:/template/pc/default/home/form/form_list.html
查看:/template/pc/default/home/form/form_show.html


自定义网站表单模板介绍

发布:/template/pc/default/home/form/表单表名_post.html
列表:/template/pc/default/home/form/表单表名_list.html
查看:/template/pc/default/home/form/表单表名_show.html



网站表单URL地址介绍

<textarea class="form-control" style="margin-bottom: 20px; overflow-y: hidden; resize: vertical; width: 847.5px; height: 90px; padding: 15px 5px; font-weight: 400; color: rgb(85, 85, 85); border-color: rgb(223, 223, 223); border-radius: 4px; outline-style: none !important; outline-width: initial !important;"></textarea>


网站表单列表页面标签

<textarea class="form-control" style="margin-bottom: 20px; overflow-y: hidden; resize: vertical; width: 847.5px; height: 270px; padding: 15px 5px; font-weight: 400; color: rgb(85, 85, 85); border-color: rgb(223, 223, 223); border-radius: 4px; outline-style: none !important; outline-width: initial !important;"></textarea>


表单内容页标签

<textarea class="form-control" style="margin-bottom: 20px; overflow-y: hidden; resize: vertical; width: 847.5px; height: 170px; padding: 15px 5px; font-weight: 400; color: rgb(85, 85, 85); border-color: rgb(223, 223, 223); border-radius: 4px; outline-style: none !important; outline-width: initial !important;"></textarea>


会员界面

默认网站表单模板介绍

发布:/template/pc/default/member/form/form_post.html
列表:/template/pc/default/member/form/form_list.html


自定义网站表单模板介绍

发布:/template/pc/default/member/form/表单表名_post.html
列表:/template/pc/default/member/form/表单表名_list.html



后台界面

默认网站表单模板介绍

发布:/dayrui/App/Form/Views/share_form_post.html
列表:/dayrui/App/Form/Views/share_form_list.html


自定义网站表单模板介绍

发布:/dayrui/App/Form/Views/表单表名_post.html
列表:/dayrui/App/Form/Views/表单表名_list.html