Beyond Ordinary Interview Wizard


The Beyond Ordinary Interview Wizard is an ASP.NET web control that prompts the user for a series of web forms that are configured using a highly sophisticated processing and rendering engine.

Business applications, such as mortgage applications, insurance policy applications, etc., all require extensive amounts of information to be input by the user. This input must be reliable and validated prior to submission into a back end processing system. Often times, mis-typed information or incomplete information requires human intervention to complete the application process, thus increasing the cost of finding new business. With our Interview Wizard, your data input strategies will be nearly perfect every time.

The Interview Wizard collects data into a hierarchical format, using a data model that you specify and have complete control over. The data model is XPath-like in its ability to find data nodes based upon contextual information.

See the Interview Wizard in action: Demo

  <control name="textbox">
    <label>Primary Telephone</label>
    <controlName>hphone</controlName>
    <dataName>
      InsuredOrPrincipal[RoleCd='Insured']/PhoneNumber
    </dataName>
    <attribute name="maxlength" value="20" />
    <attribute name="size" value="20" />
    <validator name="group">
      <validator name="length">
          <minLength>1</minLength>
          <message>Required</message>
      </validator>
      <validator name="regex">
          <message>Invalid telephone number format.</message>
          <regex>
             ^(\d{1,2}\s*-?)?(\(?\d{3}\)?)?\s*-?\d{3}\s*-?\s*\d{4}$
          </regex>
          <allowEmpty>true</allowEmpty>
      </validator>
    </validator>
  </control>

The Interview Engine is fully customizable and comes with a large variety of validation rules, logical rules, data initializers, and rendering layouts.

Purchase The Beyond Ordinary Interview Wizard Today!

Platform: .NET 3.5
License: The standard license includes 2 Interviews and 5 Forms.
Price: $2,499 per CPU for the control, $250 per interview, and $100 per form.

Support: 25% of the license amount gets you full upgrades for all releases, 50% gets you priority support for adding new features and fixing defects.