Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Questionnaires are a flexible way to way to create and present forms and collect user information. Some common uses include:Create Contact Us

, Returns

  • Warranties
  • Feedback 
  • , Warranties, Feedback, Event Registration and more. A file upload facility and Captcha can be added. Select from the wide range of preconfigured fields or edit them to suit.  


    Multiexcerpt
    hiddentrue
    MultiExcerptNameFeature Overview

    Widget-based questionaire and form system that is easy to configure. Add captcha for validation, or require a digital signature (4.3637+). 



    Multiexcerpt
    hiddentrue
    MultiExcerptNameFeature Title

    Questionnaires & Forms

    ...

    This guide will cover how to create and implement a Questionnaire in BPD sites on version 3.78+.

    There are 3 overall steps in the process:

    ...


    Image Added


    Step-by-step guide

    1. Create the Questionnaire 

    1. In CMS, go to Content → Advanced ContentQuestionnaire Group Maintenance (/QuestionnaireMaintenance.aspx).

    2. Click New.

    3. Set values (fields not listed here can be left blank):
        • Questionnaire Code - a unique identifying code for the questionnaire
        • Questionnaire Description - a brief description of the questionnaire
        • Spam Validation - tick this box to enable Captcha functionality for anti-spam
        • Attachment Upload - tick to allow the user to attach files on submit. (File types specified in Questionaire Widget)


          NOTE:

          For the 'Send To End User' setting on the questionnaire widget to work (below), you need to define which field, from the Field for users email Address (above) on the questionnaire.

          Image Added

          Example: If you setup a questionnaire which has the following fields in it

          Email Address, Contact Name, Contact Surname and Phone Number.  You would choose Email Address from the Field for users email Address so that the user gets a copy of the form they filled in.

          Info
          titleDigital Signature

          For versions (Versions 4.36+, a form can require a signature. To display 37+)

          Forms can accept  digital signatures. To insert a mandatory Signature input box, tick Requires Signature. Signature field labels are can be edited in the Questionaire Widget

          Image RemovedImage Added



    4. To save, click OK.

    ...

    1. In the Questionnaire selected, click Questions

    2. Click New.

    3. Select a question from the Question Code drop-down.

    4. Assign a number for ordering of questions on the page.

    5. Click OK.

      Adding Questions to the Questionnaire 
    6. Repeat as needed until all question fields have been added to the questionnaire.  

    7. Click To make sure saved changes appear on your site, click Refresh Dictionary.


     

    Tip

    If the Question question you require does want is not appear in the Question Code drop-down, new questions can be added by following create it with these steps:

    1. Go to Content → Advanced Content → Questionnaire Field Maintenance (/QuestionMaintenance.aspx).

    2. Click New.

    3. Set the values as follows:
      1. Question Code - a unique code (with no spaces) to easily identify this question for selection later on
      2. Question Text - the question prompt which will be displayed to the user
      3. Sequence - determines the order in which the question appears in the maintenance screen. This will default to the next available sequence number, but can be overwritten
      4. Answer Format - the required format for responses to this question (e.g. Short Text, Number, Tickbox, etc)

        If you selected the List, Radio Button or Check List data type:

        Image Added

        Lookup: Add a value separated by a semi-colon. Example: Mrs;Ms;Mr;Miss  

      5. Length - the number of characters the field is to be restricted to (if applicable)
      6. Required - tick this box if this question is to be mandatory
      7. Help - enter tooltip text here - either a further explanation or example; anything which might assist the user in completing the questionnaire
      8. Hidden - tick this box if the question should NOT appear on the questionnaire (used to render hidden HTML elements on a questionnaire page)

    4. Click OK to save.
    Questions created here are now available for use in any Questionnaire

    1. To make sure saved changes appear on your site, click Refresh Dictionary.



    3. Add the Questionnaire Widget and configure settings 

    This example uses an existing custom page.

    1. Go to Content  → Content Custom Pages.

    2.  Click Click Design on the selected Custom Page. (NOTE - If the 'Design' button is not there, your page is not widget-based. It will need to be converted via page Options.)

    3. Click Add Widget.

    4. Add the Questionnaire widget. 

    5. Click Edit for the widget. 

    6. Configure options. See: Questionnaire Widget.
       
    7. Click Save.

    8. Navigate to the custom page and view your new questionnaire! 
      Finished Demo QuestionnaireImage Removed



    Tip
    titlePro Tip

    Make your customers' lives easier by prefilling some of the questionnaire fields for them!

    From version 3.92+, you can pre-populate fields based on customer/user data, or page parameters. Examples: Name and Company Name (for logged in users), or Product Code (in a stock enquiry form on a product detail page).


    Here's a quick how-to:

    1. Find your questionnaire fields. Go to Content → Advanced ContentQuestionnaire Group Maintenance.
    2. Select your questionnaire and click the 'Questions' link. The field name of each questionnaire field is displayed. Take notes (or a screenshot!).
    3. Go to Content → Advanced ContentQuestionnaire Field Maintenance.
    4. Search for the field to prefill and click Modify.
    5. Enter the value in Token to Prepopulate.

      Field to PrefillToken
      User NameUser.FirstName,User.Surname
      Company NameCustomer.Name
      Email AddressUser.EmailAddress
      PhoneUser.PhoneNumber


    6. To save, click OK.
    7. Click the RefreshDictionary link to update the questionnaire.
    8. Repeat for another field.
       


    If you don't see the token you're after, contact Commerce Vision.

    ...