Info-Forms are sort of used as question period storing the answer's to
 file, the text file has a list of questions that can be asked. Depending on
 what code's you use you can make the user need to enter a small piece of
 information, or you can allows them to skip passed it. There is an internal
 Info-Form editor that can be used to create the information required to use
 the info-form.



  Num  Filename       Description                    Mand NUV  Acs
 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
   1    EXAMPLE.INF    Example infoform               No   No
 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
 -- [I]nsert [D]elete [E]dit [Esc]Quit ù Command:



     [I] Insert - This option allows you to add a new info-form to the list.

     [D] Delete - This option allows you to remove an info-form from the        
                  current list.

     [E] Edit   - This option allows you to edit an info-form that is currently 
                  in the list.


     When you have selected to edit an info-form, the following menu is
     displayed.



  ______________________________________________________________________________
  \_________    .   __________    .    __    |   ________        __    .   ___/
   //     \     :    \     \\     |    \     :    \     \\       \     :    \ jp
__/        \    |     \      \    :    \\    .     \      \       \    |    \\
 \_________/____|     //_____/_____    _/__________/______/_______/___ '     /
  [iniquity2.0] |____/ ========= /__________/ =============== \\____________/
    (Iniquity Infoform Editor):::::::::::::::::::::::::::::
:::  Current infoform         1
(a) Description              Example infoform
(b) Filename                 EXAMPLE.INF
(c) Mandatory                No
(d) NUV infoform             No
(e) Access
([) Previous infoform
(]) Next infoform
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
À: iq config % arrows: move lightbar   enter/key: select   escape: quit menu :Ù



     [A] Description - This option allows you to enter in a description of the  
                       info-form.
 
     [B] Filename    - This option allows you to enter in the file name of the  
                       info-form associated with this set.

     [C] Mandatory         - This option allows you to toggle Iniquity's use of 
                             the mandatory flag, if active then Iniquity will   
                             force the user to fill it out before allowing the  
                             user into the selection list.

     [D] NUV Infoform      - This option allows you to set the info-form as a   
                             new user voting form. If active, the majority of
                             the current user's must vote in the new user's
                             favour before the new user can be validated.

     [E] Access            - This option allows you to set the access           
                             expression that will determine who has access to
                             the info-form.

     [[] Previous Infoform - This option allows you to return to the previous   
                             info-form.

     []] Next Infoform     - This option allows you to move on to the next      
                             info-form.


                       [ Current Info-Form Wave Code's ]

     ~xx - Set's The Input Field To 'xx' Characters.
     ~*= - Enable's The 'Minimum Input', This Forces The User To Enter          
           Something Into The Following Fields Before The Can Continue.
     ~*- - Disable's 'Minimum Input'.
     ~** - Restore's Input Field Length To 254 Characters.
     ~SN - Normal Input.
     ~SM - Input Will Be Converted To Proper Case.
     ~SU - Input Will Be Converted To Upper Case.
     ~SL - Input Will Be Converted To Lower Case.
     ~SC - Words Will Be Capitalized Automatically.
     ~SE - All Vowels Will Be Forced To Lower Case, Other's Upper.
     ~SW - All Vowels Will Be Force To Upper Case, Other's Lower.
     ~SI - All I's Will Be Forced To Lower Case, Other's Upper.
     ~BD - Date Input [mm/dd/yy].
     ~PN - Phone Number Input [(xxx)xxx-xxxx].
     ~NM - Number Input, All Letter's And Other Key's Disabled.
     ~FN - File Name Input, Valid File Name Characters Only.