UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

Size: px
Start display at page:

Download "UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT"

Transcription

1 UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

2 Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types Conditionals Form Validation s s sent to an address specified by the webform creator s sent to an address entered by the user filling out an component s list Form Settings Results... 29

3 Webforms Drupal 7 Web Content Management The Webform feature allows people visiting your site to submit information or files through forms, questionnaires, surveys, and polls. Submissions are stored in the site s database and may also be sent to designated addresses. The Webform feature also includes simple analytical tools and allows for all the data to be downloaded for detailed statistical analysis. Creating a Webform First Steps 1. Hover over Content in the Administration menu. Move down to Add content and then click the Webform option that appears. Note: If you do not see Webform listed under Add content, contact the WCM Support team to request the Webform feature be activated on your site. To do so, go to 2. Notice the Privacy Assessment note on all webform pages. Please read this carefully. 1 P age

4 3. Give the webform a Title. It will appear at the top of the webform. This is a mandatory field. 4. You may include some content that would appear below the Title and above the webform itself. This is optional. It would typically be used to describe the webform and include any relevant instructions. To do this, enter the desired content into the Body field. 5. Fill in any other fields that you require (e.g. File attachments, Menu settings, etc.). 6. Click Save at the bottom of the page. The Title and Body are now visible on the View tab. Form Components You are now ready to begin adding Form Components to your webform. These components consist of the questions and other elements that will make up your webform. If you are not already there, go to the Webform tab, then the Form components sub-tab. You will see a list of existing components in this webform (there are none to begin with) and space to add new components. 2 P age

5 1. Enter a Label into the New component name field. This will be the actual question that you are asking. For example, if you need to ask What day did you attend Drupal training?, then that is what you should enter into the New component name field under the Label column. Note: Components are not numbered in webforms. Therefore, if you want your components (or questions) numbered, enter the relevant number or letter as part of the Label, or New component name (e.g. 1. What day did you attend Drupal training? ). 2. Next, select the Type of component by choosing an option from the drop-down menu. 3 P age

6 There are several types to choose from. Below is a summary. Each will be described in more detail in step 6. (To quickly see more information about most of the component types below, click their title.) Component Description Type Date Used for selecting a date Used for entering an address, which may be used for you to collect addresses, but may also be used to send a copy of the webform submission to the user Fieldset Used for grouping components together in sections File Used for attaching files to a submission Grid Used for listing multiple questions as rows, with multiple answers for each question as columns useful for ranking-type questions, for example Hidden Used for inserting information hidden to the user, but available to the site administrator contact WCM Support to use this component Markup Used for entering Basic page-type content into the webform (e.g. text, images, links not a question on the webform, but perhaps some text explaining the purpose of the next components listed on the webform) Number Used for entering a numeric value (e.g. ID number) Page break Used for creating a page break, thereby splitting up the webform into multiple pages Select options Used for multiple choice-type questions Textarea Used for creating a large textbox (which may be resized by the user) for the user to enter free-form text Textfield Used for creating a single-line textbox for users to enter free-form text Time Used for selecting a time 4. You may choose to make responding to a component mandatory or not. By checking off the Required checkbox, users will not be able to make a submission without filling in that component. 5. Click the Add button. 4 P age

7 6. Depending on the component Type selected, you will now be prompted to adjust a variety of settings. With all types, however, you can change the Label (or component name - do not worry about the Field Key), enter a Default value, enter a Description (which will appear in small font directly below the component when viewed on the webform), or change the Required setting. You may also select whether the Label display is set to Above or to the left of the component (Inline), or not at all (None). With all components, be sure to click Save component at the bottom of the page when you are done. Some component specific settings for each Type are as follows: 5 P age

8 a. Date: In the Year drop-down menu that will be presented to users, you can specify how many years to offer. The default setting is ± 2 years (e.g. If it is currently 2015, the list will include years from 2013 to 2017.). You may change the Start date and End date to suit your needs. If you prefer that users manually type in a year, check off Use a textfield for year. Enable popup calendar is selected by default and presents users with a clickable calendar to select the date, rather than using the drop down menus. When saved, the Date component will look similar to this: Note: The red asterisk beside the Label (or component name) indicates that this component is mandatory. b. Aside from using this component type to collect addresses, you may also use this component to provide users the ability to receive a copy of their own submissions. This will be explained later on page 23. When saved, the component will look similar to this: 6 P age

9 c. File: You can limit the file types and file size that users may attach as part of their webform submissions. The Max upload size is set to 100 MB. Allowed file extensions is where you can specify what file types users may attach, or upload. The default file extensions checked off are all for Web images, but you may add and remove as necessary from any Category. You can select all file extensions in a given Category by clicking the select link to its right. If you are expecting users to attach large files, you may wish to change the Progress indicator to Bar with progress meter. However, that option will take more space on your webform. When saved, the File component will look similar to this: 7 P age

10 d. Grid: Ideal for soliciting responses to one or more questions based on a scale, the Grid component has a number of settings to consider. First, you must enter the Options users will choose from. These will serve as the responses to the Questions and will be listed across the top of the grid. Enter one value into each field. Three fields are listed by default, but you may add or remove options using the + and x icons off to the right. Next, enter the Questions. As above, one question will be entered per field. If you need more or less than three questions, use the + and x icons off to the right to adjust accordingly. Finally, you have the option to Randomize the Options and/or Questions. When saved, the Grid component will look similar to this: 8 P age

11 e. Markup: To insert static content on a webform, like text, images, or links (perhaps to provide an explanation part way through the webform), the Markup component uses the same rich text editor found in the Body of a Basic page. When saved, the Markup component will look just as it would on a Basic page, placed between the components you have chosen: Note: The Label (or component name) is not displayed in the Markup component. 9 P age

12 f. Number: There are many options to consider when using the Number component. If only whole numbers are acceptable, check off Integer and users will not be able to enter numbers with decimal places. You can specify a Minimum and Maximum numeric values (e.g. 1 to 100). If the numbers entered must follow a specific increment (e.g. 5, 10, 15, etc.), enter the minimum increment in the Step field (e.g. 5). The default Element type is to provide users with a Text field for them to type the relevant number in, but you can change it to a Select list where they would choose from a drop-down menu. In the latter case, you will need to specify Minimum and Maximum values. Prefix and Postfix text may be included (e.g. $, %). The number of Decimal places and what the Decimal point and Thousand separator should be (period or comma) can also be specified. If statistical analyses will be conducted on the numbers collected, entries of zero or that are blank may be excluded when counting submissions to calculate average and standard deviation by checking off Exclude zero. 10 P age

13 When saved, the Number component will look similar to this: g. Page break: When splitting a webform into more than one page, the Page break form component simply needs to be placed between the components where the split should occur. By default, the buttons that will appear at the bottom of each page of your webform will be labelled as Next Page > and < Prev Page. You may change the labels as you see fit with the following fields: Note: A progress bar is automatically activated when page breaks are used. To learn more, refer to the Form Settings section (step 7, page 26). h. Select options: Multiple choice is another name for Select options. Enter the Options users will choose from in the Value fields. Enter one value into each field. Three fields are listed by default, but you may add or remove options using the + and x icons off to the right. To have a particular option already selected by default for users, which they may change as necessary, click the Default radio button beside the option of your choice. Users can only select one option by default. To allow users to select multiple options, check off Multiple. Instead of round radio buttons, square checkboxes will be displayed instead. Checking off Allow Other option allows users to enter an option not on the list. 11 P age

14 To save space on your webform, you can display your Select options in a drop-down menu by checking off Listbox. The order of the options may be randomized by checking off Randomize options. When saved, the Select options component will look similar to this: i. Textarea: Larger than a single-line Textfield, the actual size may be adjusted. The Width may not be modified within our templates, but the Height can be. Resizable is checked off by default and that allows the user to resize the height of the box. A Placeholder may be added and will appear in the field until the user begins entering a value. When saved, the Textarea component will look similar to this (if permitted, the user can resize the box by dragging the handle at the bottom): 12 P age

15 j. Textfield: The maximum length of what users may enter into the Textfield may be specified (in number of characters) in the Maxlength field. The Width of the box may be modified (to a certain extent). A Placeholder may be added and will appear in the field until the user begins entering a value. Prefix or Postfix (e.g. $, %) values may be included. When saved, the Textfield component will look similar to this: k. Time: You can choose the Time format (12 or 24 hour) and what Minute increment is appropriate (from 1 minute to 30 minute increments). When saved, the Time component will look similar to this: 13 P age

16 l. Fieldset: If you need to group a few components together, you must use the Fieldset component. You may make it Collapsible so that the user can open or close the Fieldset (it will initially appear open or expanded) and you may force it to be Collapsed by Default when initially viewed (in that case, the user will have to click to open the Fieldset). Once saved, you must place the Fieldset component before the components you wish to group together. (To illustrate this and how to add components to an existing Fieldset, the File and Grid components discussed above will be used.) Hover your mouse pointer over the left-hand side of the Form components list (over the small triangles at the beginning of each row) and a four-headed arrow will appear. 14 P age

17 This indicates that you can click and drag a row (i.e. component) to where it needs to be. When a component is moved in this fashion, an asterisk appears beside its Label indicating that this change must be saved in order to take effect. 15 P age

18 Next, the components that are to be included within the Fieldset must be indented by moving each component slightly to the right (by hovering over the small triangles until the four-headed arrow appears, then clicking and dragging that row to the right). Again, an asterisk appears beside the Label indicating that this change must be saved. Once all components have been moved, be sure to Save the changes. Note: Rows may also be arranged up and down the list by Weight. To do this, click the Show row weights link found above the right-hand most column of the Form components table. When in this mode, you cannot drag-and-drop. Indenting rows to place them within a Fieldset cannot be accomplished by Weight, therefore you would have to Hide row weights to go back to the drag-and-drop method. When saved, the Fieldset component will look similar to this: 16 P age

19 The Form components sub-tab will now list all the components that have been added to the webform, in their correct order, including any Fieldset groupings, Markup, and Page break components. You may return to this list and use the links on the far right to Edit or Delete any of the components. You may also Clone a component if you need to create an additional similar component. Component order may be rearranged and more components may be added, as well. 17 P age

20 Conditionals To have a component appear or not, based on a previous response, you will need to define Conditional actions. For example, you already have a Select options component on your webform asking what the user s favourite day of the week is. If they answer Monday, you want more information to help you understand why. Therefore, you want a Textarea component to appear for the user to provide an explanation if, and only if, they select Monday as their answer. 1. If you are not already there, go to the Webform tab, then the Conditionals sub-tab. You will see a list of existing conditional actions in this webform (there are none to begin with). 2. Click the + button to add a conditional action. 3. First, you need to select which component will drive the action. This is chosen from the If drop-down menu. In this example, we will select the component called What is your favourite day of the week? 4. Next, you need to select which response to the chosen component will the trigger the conditional action: has the user entered a response (is not empty) or not (is empty), or whether the user has selected a particular response (is) or not (is not). In this example, we want to know why someone would choose Monday as their favourite day of the week, so we need to select is and Monday. 5. Finally, you need to select whether the above conditions will cause another component to appear or be hidden. In this example, we want the above selections to make a component to appear, so we will choose show (rather than hide) and then choose which component to show, in this case the component called Why Monday? 6. When the conditional rule is fully defined, click Save conditions. 18 P age

21 Form Validation Validation rules can be applied to form components in order to ensure that only certain kinds of data are collected. For instance, if you want to ensure that someone can only enter numbers into a Textfield, you can apply the Numeric values validation rule to that component. To apply a validation rule, click the Webform tab, followed by the Form validation sub-tab. Select the validation rule that you need. You will be required to give the validation rule a name, select which components it applies to (only eligible component types will be offered) and, depending on the rule selected, there may be more settings to consider. When complete, click the Add rule button, and the rule will appear at the top of the rule list. Please contact WCM Support at if you have questions about how to use any of the Validation rules. 19 P age

22 s s can automatically be sent to one or more addresses whenever a webform submission is made. They may be sent to an address specified by the webform creator, or to an address entered by the user filling out an component in the webform. s sent to an address specified by the webform creator 1. Click the Webform tab, followed by the s sub-tab. 2. Enter the address that webform submissions should be sent to by filling in the Address field. Multiple addresses may be included, each separated by commas. 3. Click Add. 4. You can adjust the address in the Custom field under the to address heading. 20 P age

23 5. The header details that the recipient sees when receiving a submission can be customized, if required. The subject, from address, and from name can all be set to one of the following three options: a. Default: The default subject heading will be Form submission from: <title of webform>. The default from address and from name are based on the site s default settings (found in the Administration menu under Configuration > System > Site information > Site details). All default values are displayed in italics to the right of the Default option. b. Custom: You can change any of header details to whatever you like by selecting Custom and entering the desired value. c. Component: You can choose a component from your webform for any of the header details. The response made to the given component will be used. Only valid components will be available to choose from. 21 P age

24 6. The format of the body of the itself may also be modified. The template is initially based on the Default template, which includes text and tokens to indicate the following: a. The date of the submission. b. Who made this submission, if the person filling out the webform is logged in. Otherwise, it will be listed as anonymous. c. The values or answers from all the components on the webform. d. A hyperlink to the submission results on the site where the webform is housed. This link will only work if the person clicking it has access to log into the site as a site administrator. You may change the template as you see fit, using text and any available tokens found by clicking the Browse available tokens link immediately below the template. By default, responses to all components are included in the . To change this, click the Included e- mail values link and select whichever components you wish to include. 7. Click Save settings at the bottom of the page. 22 P age

25 s sent to an address entered by the user filling out an component The component is used for collecting addresses, but this option is also useful for providing users an copy of their own submission. 1. Click the Webform tab, followed by the s sub-tab. 2. Click the Component value radio button. 3. Select from the list of valid components. All components in the webform will be listed. 4. Click Add. 5. You can change the Component selected from the drop-down menu under the to address heading. 6. The remaining settings are identical to pervious section. Please refer to steps 5 through 7 in the s sent to an address specified by the webform creator section above. s list Once you have added to recipients to the webform, you will see them listed along with links to Edit, Clone, or Delete them. 23 P age

26 Form Settings What a user experiences when submitting a webform, as well as who can submit and how often, is defined here. 1. Click the Webform tab, followed by the Form settings sub-tab. 2. The default Confirmation page that will appear when a user makes a submission states Thank you, your submission has been received., followed by a Go back to the form hyperlink. If you want to change this, you have the option to enter a different Confirmation message. Alternatively, you can change the Redirection location from the Confirmation page to a Custom URL (which opens in the same browser tab/window) or have No redirect, which simply reloads the webform. 24 P age

27 3. If you need to limit the total number of submissions that can be made to the webform, switch the Total submissions limit from Unlimited to a Limit to value. You can then go further and specify if this is an absolute limit (ever) or the limit per minute, five minutes, hour, day, or week. 4. If users must log into your site to complete the webform, you can also specify the number of times a given user may submit the webform under the Per user submission limit. If people do not log into your site, then this limit cannot be applied because they would all be considered anonymous users. 5. By default, once you create a webform, it is ready to receive submissions. If you wish to prevent further submissions, select Closed under the Status of this form. 6. Most webforms are for anonymous users (i.e. people who are not logged into the site). By default, an anonymous user and an authenticated user (i.e. someone who is logged in) are permitted to make submissions. If you need to change these settings, select what you need under Roles that can submit this webform, found in the Submission access section. 25 P age

28 7. If you include the Page break component type in your webform, a Progress bar will automatically be enabled. This will show users how far along they are in the webform. The first page of the webform is labelled Start by default and the confirmation page at the end is labelled Complete. Please note that subsequent webform pages will display page labels on the progress bar based on the Label you gave to the respective page break components. You may choose to hide these page labels, change the default labels, disable the progress bar altogether, or configure other settings to meet your needs. The will Progress bar will appear below the webform s Title and any text entered into Body field and above the Form components, as illustrated below. Note: The example above shows a Progress bar on a two-page webform. The default Start is being used for the first page and the default Complete for the Confirmation page at the end. There is one Page break (thereby creating the two pages) and it is labeled Page 2. This example is also using a Preview page (See step 8 below to learn more about the Preview page. 26 P age

29 8. You can give users a chance to preview their submission before actually submitting it by having them click a Preview button at the bottom of the webform before submitting it. To enable this, click on the Preview page header to open that section and check off the Enable preview page box that appears. Several options will appear. You can configure the Preview page title (or use the default: Preview) and you can also specify the Preview button label and the Previous page button label (defaults: Preview and <Previous, respectively). You can also include a Preview message and select which form components should be Included preview values. Note: Enabling the Preview page will also enable the Progress bar, if it is not already in use. See step 7 immediately above to learn more about the Progress bar. 27 P age

30 9. Under the Advanced settings section, you may change the default label displayed on the Submit button (the default is Submit ) by entering a new value in the Submit button label field. The Show Save draft button, Automatically save as draft between pages and when there are validation errors, and Show the notification about previous submissions options only apply to authenticated users (those who are logged in). Please contact WCM Support at if you have questions regarding the Available as block and Next submission number options. 10. Click Save configuration. 28 P age

31 Results All submissions from a given webform will be stored in the webform itself, under the Results tab. To view a submission, click the View link beside that submission. Files collected using a File component type will be found by viewing individual submissions. Submissions may be edited by clicking the Edit link. If required, a submission may be deleted by clicking the Delete link. To delete all submissions, click the Clear sub-tab. Note: If you delete a submission or clear all submissions from the webform, these actions cannot be undone. The Analysis sub-tab will give you the overall results for each component, showing various statistics, depending on the component type. The Table sub-tab will show you each submission, including all answers, selections, and text entries, in a table format. The Download sub-tab offers you the option to download all current submissions to your computer. You may download the results in Delimited text (e.g..csv) or Microsoft Excel (e.g..xlsx) formats. Options exist to specify how to download results from Select components, which components to download (all, by default), and what range of submissions to download (e.g. based on time, when you last downloaded, etc.). Finally, the Clear sub-tab is used for deleting all submissions to a given webform. Please be careful with this option since you cannot undo this action. 29 P age

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear.

1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. Creating a Webform 1. Begin by selecting [Content] > [Add Content] > [Webform] in the administrative toolbar. A new Webform page should appear. 2. Enter the title of the webform you would like to create

More information

Cal Poly Drupal Webforms Guide

Cal Poly Drupal Webforms Guide Cal Poly Drupal Webforms Guide For Drupal 7 Updated 03/08/2016 Cal Poly Drupal Webforms Guide Page 2 Table of Contents Welcome to the Webforms Guide! 3 Internal or Authenticated Users 3 External or End

More information

When setting up a webform, you have the ability to control:

When setting up a webform, you have the ability to control: DCU ISS Drupal Guide... 1 How to create a Webform using Drupal... 1 Introduction to using webforms... 1 Creating a basic webform page... 2 Adding fields to your webform... 3 Additional options when using

More information

UNIVERSITY OF CALGARY Information Technologies PROFILES DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies PROFILES DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies PROFILES DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Adding Profiles... 1 Displaying the People Page... 8 Profiles Drupal 7 Web Content Management The

More information

User Guide. Product Design. Version 2.2.2

User Guide. Product Design. Version 2.2.2 User Guide Product Design Version 2.2.2 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 PRODUCTS... 5 Creating a New Product... 5 Viewing and

More information

Sourcing - How to Create a Negotiation

Sourcing - How to Create a Negotiation Martin Baker Secure Source-To-Pay Sourcing - How to Create a Negotiation December 07 Contents To Create a Project... To Create a Negotiation... 5 Attachments... 7 Private File Archive... 7 Creating Lines,

More information

The Electronic Voting System - EVS

The Electronic Voting System - EVS The Electronic Voting System - EVS The electronic voting system is based on the MSU surveys application. Its primary purpose is to allow the MSU community to vote on a variety of issues, membership or

More information

This document contains information that will help you to create and send graphically-rich and compelling HTML s through the Create Wizard.

This document contains information that will help you to create and send graphically-rich and compelling HTML  s through the Create  Wizard. This document contains information that will help you to create and send graphically-rich and compelling HTML emails through the Create Email Wizard. or warranty by AT&T and is subject to change. 1 Contents

More information

BLACKBOARD: Course Management

BLACKBOARD: Course Management BLACKBOARD: Course Management LOGGING IN Note: you will use your Babson username and password to access Blackboard. TO LOGIN TO BLACKBOARD: 1. Open a web browser and type http://blackboard.babson.edu.

More information

UNIVERSITY OF CALGARY Information Technologies COMMENTS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies COMMENTS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies COMMENTS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Acquiring the Comments Feature... 1 Activating the Comments Section on a Page... 2 Submitting Comments...

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Rich Text Editor Quick Reference

Rich Text Editor Quick Reference Rich Text Editor Quick Reference Introduction Using the rich text editor is similar to using a word processing application such as Microsoft Word. After data is typed into the editing area it can be formatted

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6 User Guide Contents 1. Introduction... 3 1.1. Getting Started... 3 1.2. Navigation... 4 2. Create a Newsletter... 6 2.1. Confirm Company Details... 6 2.2. Choose Template... 8 2.3. Edit Newsletter... 8

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

Website Creating Content

Website Creating Content CREATING WEBSITE CONTENT As an administrator, you will need to know how to create content pages within your website. This document will help you learn how to: Create Custom Pages Edit Content Areas Creating

More information

Customise your module structure

Customise your module structure VITAL how to guides Customise your module structure Creating new menu items in a module menu Editing menu items in a module menu Re-ordering items in a module menu The Module Page elearning Unit Last updated:

More information

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups.

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups. LimeSurvey Basic Survey Elements A survey has three integral elements, each of which must exist: 1) A survey name 2) At least one group 3) At least one question Survey Name The survey name provides the

More information

Blackboard Learn: Basics

Blackboard Learn: Basics Blackboard Learn: Basics This document includes the following topics: 1. Log in Page 2 2. Find Your Courses Page 2 3. View Course Content Page 3 4. Add a Folder Page 3 5. Add a File Page 5 6. Add a Web

More information

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7 WORD PROCESSING (Microsoft Word 2016) Week 4-7 Creating a New Document In Word, there are several ways to create new document, open existing documents, and save documents: Click the File menu tab and then

More information

FORMS. The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions. Presented by: John Reamer

FORMS. The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions. Presented by: John Reamer FORMS The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions Presented by: John Reamer Creating Forms Forms and Surveys: When and What to Use them For Both Allow you

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

While editing a page, a menu bar will appear at the top with the following options:

While editing a page, a menu bar will appear at the top with the following options: Page Editor ===> Page Editor How Can I Use the Page Editor? The Page Editor will be your primary way of editing your website. Page Editor Basics While editing a page, you will see that hovering your mouse

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

LimeSurvey User Guide to Creating Surveys

LimeSurvey User Guide to Creating Surveys LimeSurvey User Guide to Creating Surveys Created: October 7, 2016 Last updated: March 20, 2017 Contents Gaining access to LimeSurvey... 3 Change your LimeSurvey password... 3 Importing an existing survey

More information

EUSurvey Open Source Software Quickstart Guide (v2)

EUSurvey Open Source Software Quickstart Guide (v2) EUSurvey Open Source Software Quickstart Guide (v2) 1 Contents Step 1: Connecting to the application... 3 Step 2: Creating a new survey... 4 Step 3: Adding form elements to your survey... 5 The Navigation

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section...

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section... / / / Page 0 Contents Installation, updates & troubleshooting... 1 1.1 System requirements... 2 1.2 Initial installation... 2 1.3 Installation of an update... 2 1.4 Troubleshooting... 2 empower charts...

More information

Create a new form. To create a form from a new or existing spreadsheet: 1. Click the Tools drop down menu and select Create a form.

Create a new form. To create a form from a new or existing spreadsheet: 1. Click the Tools drop down menu and select Create a form. Create a new form You can choose Google Forms when creating a new doc from Google Drive. You can also create a new form from a Google Sheet or from a template. To create a form within Google Drive: Click

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Configuring Ad hoc Reporting Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012 Intellicus Technologies This document and its

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda:

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda: Page 1 Outlook 2010 One Wednesday, August 7, 9-11 am Agenda: Outlook Search Options Working with Attachments Creating a Signature Marking a Message as Read Flag an item for Follow-Up Reply, Reply All &

More information

Web Sites Web Site Content

Web Sites Web Site Content Web Sites Web Site Content Last Updated: November 14, 2007 INTRODUCTION...3 Web Site Content...4 Tabs and Pages...4 Adding a Tab or Page...4 Editing a Tab or Page...8 Deleting a Tab or Page...9 Renaming

More information

Surveys v Contents. User Guide March 11, 2008

Surveys v Contents. User Guide March 11, 2008 Surveys v8.3.0 User Guide March 11, 2008 Contents What Surveys does Creating survey questions Survey question types Likert Question Importing survey questions from a text file Setting up survey properties

More information

QUALTRICS SURVEY TOOL (BlueQ 2015)

QUALTRICS SURVEY TOOL (BlueQ 2015) QUALTRICS SURVEY TOOL (BlueQ 2015) DoIT Training Course Procedures Handout Table of Contents Logging In... 4 To Create a New Survey... 4 Create a New Item... 5 Adding Text... 5 Create a New Item Options...

More information

Simple Form Documentation

Simple  Form Documentation Simple Email Form Documentation Release 2.0 Doug Bierer, Andrew Caya and Martin Beaudry Aug 11, 2017 Contents 1 Installation 3 2 Basic configuration options 7 2.1 Form type.................................................

More information

EUSurvey 1.4 Editor Guide

EUSurvey 1.4 Editor Guide EUSurvey 1.4 Editor Guide What is the editor? The editor is used to create a You can use it to add questions and other elements to your Overview The editor consists of five main areas: Figure 1 General

More information

Blue Form Builder extension for Magento2

Blue Form Builder extension for Magento2 Blue Form Builder extension for Magento2 User Guide Version 1.0 Table of Contents I) Introduction.. 4 II) Installation 5 III) General Configurations...6 IV) Manage Forms.. 7 1) List of Forms 7 2) Add New

More information

Monitoring and Evaluation Tool

Monitoring and Evaluation Tool Monitoring and Evaluation Tool USER MANUAL March, 2014 www.menarid.icarda.org THIS PAGE LEFT EMPTY INTENTIONALLY USER MANUAL Definitions and abbreviations Chart... Graphical representation of M&E project

More information

Introduction. The topics included in this guide are:

Introduction. The topics included in this guide are: Introduction Caorda Content is a powerful content management tool that allows you to update your web site through a standard Internet web browser. The purpose of this guide is to introduce you to Caorda

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and

PHPRad. PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and PHPRad PHPRad At a Glance. This tutorial will show you basic functionalities in PHPRad and Getting Started Creating New Project To create new Project. Just click on the button. Fill In Project properties

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

1. To access the Course settings page, click Edit settings in the Administration block.

1. To access the Course settings page, click Edit settings in the Administration block. Course Management Managing Course Design Configuring Course Settings The course setting page contains all of the important options for your course such as making the course available to students, and enabling

More information

Information Technology Applications Training & Support. Google Forms Create Forms and Capture Response Data

Information Technology Applications Training & Support. Google Forms Create Forms and Capture Response Data Information Technology Applications Training & Support Google Forms Create Forms and Capture Response Data Revised 11/14/2018 Create Forms and Capture Response Data CONTENTS Your SBCUSD Google Account...

More information

Manual. empower charts 6.4

Manual. empower charts 6.4 Manual empower charts 6.4 Contents 1 Introduction... 1 2 Installation, updates and troubleshooting... 1 2.1 System requirements... 1 2.2 Initial installation... 1 2.3 Installation of an update... 1 2.4

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab OBJECTIVES- 1.0 Setting Project Requirement 1.1 Identify the purpose, audience, and audience needs for

More information

IsoMetrix. Service Pack System Enhancements

IsoMetrix. Service Pack System Enhancements IsoMetrix Service Pack 3.12.0 System Enhancements Released 30 May 2016 DISCLAIMER No part of this document/manual may be reproduced or transmitted in any form without the prior written permission of. Whilst.

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Web publishing training pack Level 3 Forms

Web publishing training pack Level 3 Forms Web publishing training pack Level 3 Forms Learning objective: Forms for submitting data - create and manage forms where data is saved in the Web Publishing System (e.g. questionnaire, registration, feedback).

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

You can clear the sample data from the table by selecting the table and pressing Delete.

You can clear the sample data from the table by selecting the table and pressing Delete. Making Quick Tables Choose Insert tab. Then click Table. Then click Quick Tables. Select the style of table from the Quick Tables Gallery. You can clear the sample data from the table by selecting the

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

SURVEY USER MANUAL. Satori Team

SURVEY USER MANUAL. Satori Team SURVEY USER MANUAL Satori Team Table of Contents Survey... 3 1. Introduction... 3 2. Roles And Privileges.... 4 3. Process Flow... 5 4. Description.... 6 a) Actions can be done for survey.... 6 b) Creating

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

Questionnaire 4.0 User Manual 2006/4/14

Questionnaire 4.0 User Manual 2006/4/14 Email Questionnaire 4.0 User Manual 2006/4/14 Introduction Email Questionnaire is an interactive email survey system. Unlike other on-line questionnaire systems that need a web server to construct, distribute

More information

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

University of Bahrain College of Applied Studies

University of Bahrain College of Applied Studies University of Bahrain College of Applied Studies CSA 212: Human Interface and Design Activity 5: Front page 2003 Name : Student ID No : Section Instructor : : Demonstrator : Date : Total Marks : 10 Marks

More information

SchoolDesk University

SchoolDesk University SchoolDesk University Forms, Surveys, and Polls Module 101 Guided Walk-through for the basic fields, terminology, and location of tools. What is the NEW SD7 Forms Module? The NEW SchoolDesk Forms Module,

More information

LETTER BUILDER. Letter Builder. For RiskMan Version Last reviewed 24 Jun Copyright 2017 Page RiskMan 1 of International 17 Pty Ltd

LETTER BUILDER. Letter Builder. For RiskMan Version Last reviewed 24 Jun Copyright 2017 Page RiskMan 1 of International 17 Pty Ltd Letter Builder For RiskMan Version 16.02 Last reviewed 24 Jun 2016 Copyright 2017 Page RiskMan 1 of International 17 Pty Ltd Contents What does the Letter Builder do?... 3 Examples... 3 Detailed Overview...

More information

OBJECTIVES. Introduction to mycourses

OBJECTIVES. Introduction to mycourses OBJECTIVES Identify elements of mycourses from the instructor, designer and student perspective. Integrate content into a course in a variety of file formats. Learn to use the Communication Tools: Chat,

More information

Lime Survey is a survey tool hosted internally at the University.

Lime Survey is a survey tool hosted internally at the University. Lime Survey What is LimeSurvey? Lime Survey is a survey tool hosted internally at the University. Why would I use LimeSurvey? Compared with other tools like Course Resources or Microsoft Forms, Lime Survey

More information

Blackboard for Faculty: Grade Center (631) In this document:

Blackboard for Faculty: Grade Center (631) In this document: 1 Blackboard for Faculty: Grade Center (631) 632-2777 Teaching, Learning + Technology Stony Brook University In this document: blackboard@stonybrook.edu http://it.stonybrook.edu 1. What is the Grade Center?..

More information

Web Content Management

Web Content Management Web Content Management With Drupal Department User Guide Version 1.1 1 Table of Contents Overview 3 Getting Started 3 Writing for the Web 4 Speak to Your Audience 4 Keep it Professional 4 Introducing:

More information

CWU Content Management System (CMS) User Guide

CWU Content Management System (CMS) User Guide CWU Content Management System (CMS) User Guide Last Revision: January, 2018 Version: 1.8 CWU Content management System (CMS) User Guide 2 Table of Contents NOTE: Copyright Guidelines... 4 What is a content

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Dreamweaver: Web Forms

Dreamweaver: Web Forms Dreamweaver: Web Forms Introduction Web forms allow your users to type information into form fields on a web page and send it to you. Dreamweaver makes it easy to create them. This workshop is a follow-up

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

Advanced Training Manual: Surveys Last Updated: October 2013

Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Page 1 of 28 Table of Contents Introduction Training Objective Surveys Overview Survey Table Survey Options

More information

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times. 12 Menu, Modules and Setting of Wordpress.com Collapse, Hide, Icons, Menu, Menus The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

More information

Hidden Treasures: Lesser Known Secrets of Canvas

Hidden Treasures: Lesser Known Secrets of Canvas University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Innovation in Pedagogy and Technology Symposium Information Technology Services 2018 Hidden Treasures: Lesser Known Secrets

More information

HOTDOCS DOCUMENT SERVICES

HOTDOCS DOCUMENT SERVICES HotDocs Document Services ~ February 2012 Page 1 HOTDOCS DOCUMENT SERVICES Getting Started in the Cloud AT A GLANCE Sign up for HotDocs Document Services Receive contract order confirmation email Install

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Project #3 Review Forms (con t) CGI Validation Design Preview Project #3 report Who is your client? What is the project? Project Three action= http://...cgi method=

More information

Events User Guide for Microsoft Office Live Meeting from Global Crossing

Events User Guide for Microsoft Office Live Meeting from Global Crossing for Microsoft Office Live Meeting from Global Crossing Contents Events User Guide for... 1 Microsoft Office Live Meeting from Global Crossing... 1 Contents... 1 Introduction... 2 About This Guide... 2

More information

Drupal User Guide for Authors

Drupal User Guide for Authors 0 Drupal User Guide for Authors SSU WEB CONTENT EDITING Information Technology Services SALEM STATE UNIVERSITY ITS-TRAINING@SALEMSTATE.EDU Author User Guide DRAFT version 2 Author User Guide DRAFT version

More information

Lime Survey User Guide

Lime Survey User Guide Lime Survey User Guide Version 2.58 VIU version Originally created by Okanagan College Kevin Trotzuk, IR Analyst Edited by Anastasia Chwist January 2017 Table of Contents Lime Administration Screen...

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

SharePoint List Booster Features

SharePoint List Booster Features SharePoint List Booster Features Contents Overview... 5 Supported Environment... 5 User Interface... 5 Disabling List Booster, Hiding List Booster Menu and Disabling Cross Page Queries for specific List

More information

Customize the Navigation Pane

Customize the Navigation Pane Page 1 of 7 Microsoft Office Outlook Home > Products > Outlook > Outlook 2007 Help and How-to > Search and navigation > Navigation pane Customize the Navigation Pane Applies to: Microsoft Office Outlook

More information

Updated PDF Support Manual:

Updated PDF Support Manual: Version 2.7.0 Table of Contents Installing DT Register... 4 Component Installation... 4 Install the Upcoming Events Module...4 Joom!Fish Integration...5 Configuring DT Register...6 General... 6 Display...7

More information

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar.

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar. 1. Survey Authoring Section 1 of this User Guide provides step-by-step instructions on how to author your survey. Surveys can be created using questions and response choices you develop; copying content

More information

Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ. Tel: +44 (0) Fax: +44 (0) mailmarkup.com funasset.

Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ. Tel: +44 (0) Fax: +44 (0) mailmarkup.com funasset. Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ Tel: +44 (0)1823 365864 Fax: +44 (0)1823 277266 mailmarkup.com funasset.com Copyright 2012 Funasset Limited. All rights reserved. Products

More information

DRF Programs for Authors

DRF Programs for Authors Table of Contents Access DRF Programs... 3 Overview... 4 Choose Style... 5 Add Content... 6 About the Work Area... 6 View Directions... 7 Text & Image... 8 Slideshow... 9 Standards... 10 Attachments...

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

CREATING A NEW SURVEY IN

CREATING A NEW SURVEY IN CREATING A NEW SURVEY IN 1. Click to start a new survey 2. Type a name for the survey in the Survey field dialog box e.g., Quick 3. Enter a descriptive title for the survey in the Title field. - Quick

More information

UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating News Stories... 1 Displaying News Stories... 7 News Drupal 7 Web Content Management The News

More information