Hi there, A classis fuse to reuse a form is : <cfmodule template="#request.site.cfroot#/displayers/dsp_articleForm.cfm" Action="Query" FieldList="Title,Sources,Description,UrlAddress,Target,InsertionDate"> This works fine when the elements of the form are known. But how can this work if you don't know ALL the elements of a form since some elements (CheckBox) come from the result of a Query? My goal is to have a reusable form where the FieldList attribute is dynamic. This is because I have a list of "CheckBoxes" in dsp_articleForm.cfm that are created from the result of a Query. Thanks in advance Kamal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
