General form question:
It seems that if I want to make use of the PLUM form controls, they need to be nested within on of the form tags (AEDV), which all have table as a required attribute. What if my form does not have interactivity with a table? What do I use?
 
Specific Form Question:
I have a <cf_DisplayList in a template. Before or after the records are displayed, I want to browse for a local file with
 
<cf_DisplayExtraFormContent>
    <input type="File" ..............................
</cf_DisplayExtraFormContent>
 
What parent tag should I use to wrap the cf_DisplayExtraFormContent with or should this be wrapped in the cf_DisplayList tag?
 
Dan

Reply via email to