Custom forms are a form of popup window that can be used to display a banner or fetch additional data input from the user.\\
A custom form can be created by clicking the "New" button.  Then choose your form in the drop down menu.  Click the plus signs on the left side to add new entries to the form, then fill in the information as you are prompted for it.  Once an entry is created you can go back and edit it, or change its order in the list with the buttons on the right.\\
[{Image src='WebinterfaceCustomForms1.jpg' width='1360' height='..' align='left' style='..' class='..' }]\\
\\
[{Image src='WebinterfaceCustomForms2.jpg' width='480' height='..' align='left' style='..' class='..' }]\\
\\
You can also do some advanced hiding and showing of elements based on selected entries.
\\
So, let’s say you have a drop-down called “order_form_cascade” and then I create three options within that drop-down called, “poster”, “photo_prints”, and “generic”.
Then the following from elements have names like below:
{{{
item1_poster
item2_poster
item3_poster
item4_poster
Item5    <----is always shown since it has no matching tag on the end of it.
item6_photo_prints
item7_photo_prints
item8_generic
item9_generic
item10_generic
etc.
}}}\\
Its the end of the form element name that tags it to be hidden with the cascade functionality.  So if the name of other form elements ends with the name of the values of a form element that ends with "_cascade" then those other elements\\
will be hidden until the selection is made referencing them.\\
\\
%%tabbedSection 
%%tab-Example-Main
[{Image src='cascade1.jpg' width='1600' height='..' align='left' style='..' class='..' }]
/%
%%tab-Example-Dropdown
[{Image src='cascade2.jpg' width='1600' height='..' align='left' style='..' class='..' }]
/%
%%tab-Example-Element1
[{Image src='cascade3.jpg' width='1600' height='..' align='left' style='..' class='..' }]
/%
%%tab-Example-Element2
[{Image src='cascade4.jpg' width='1600' height='..' align='left' style='..' class='..' }]
/%
%%tab-Example-Demo
[{Image src='cascade_demo.gif' width='1280' height='..' align='center' style='..' class='..' }]
/%
/%
\\
-------
\\
A form can be displayed after login, once at the beginning of an upload session, on a per-file upload basis, on a Copy-Paste action in client Webinterface or by pressing a custom button as part of a Custom Event scenario, as set in User Manager->Forms section.\\
[{Image src='UserManagerForms.jpg' width='..' height='250' align='left' style='..' class='..' }]\\
When rendered, it shows up as a regular modal atop of the main Webinterface page. 
\\
[{Image src='CustomFormsRendered.jpg' width='800' height='..' align='left' style='..' class='..' }]\\
\\