[@cms_questionnaire id=id] [#if tag_bean??] [#assign type=2 contentTitle=tag_bean.title/] [#include "../includes/header.html"]
[#if tag_bean.headConfig??&&tag_bean.headConfig.bgImage??]
[/#if]
${tag_bean.title!}
${tag_bean.details!}
[#list tag_bean.subjects as a]
[#if a.isAnswer??&&a.isAnswer]*[/#if] ${a.title!}
[#if a.prompt??]
${a.prompt!}
[/#if] [#if a.type < 3]
[#list a.option.options as b]
[#if b.pic??]
[#if a.type == 1]
[#else] [/#if]
[#else] [#if a.type == 1]
[#else] [/#if]
[/#if] [#if b.isEemty??&&b.isEemty]
[#if b.isRequired??&&b.isRequired]*[/#if]
[/#if]
[/#list]
[/#if] [#if a.type == 3]
[/#if] [#if a.type == 4]
请选择
[#list a.option.options as b] [#if b.isEemty??&&b.isEemty] [/#if] [/#list]
[/#if] [#if a.type == 5]
请选择
[/#if] [#if a.type == 6]
点击上传文件
[/#if]
[/#list]
验证码
取消 确定

您需要到微信上打开才能参与

使用微信扫描二维码打开

[/#if] [/@cms_questionnaire]