{{set name = formId+"_"+formFields['姓名'].fieldId}}
{{set auth = formFields['姓名'].author}}
{{set val = formDatas[formFields['姓名'].dataKey]}}
{{if auth == 'read'}}
{{else if auth == 'hidden'}}
{{else}}
{{/if}}
{{set name = formId+"_"+formFields['年龄'].fieldId}}
{{set auth = formFields['年龄'].author}}
{{set val = formDatas[formFields['年龄'].dataKey]}}
{{if auth == 'read'}}
{{else if auth == 'hidden'}}
{{else}}
{{/if}}