FRONTPAGE FORMS

Size: px
Start display at page:

Download "FRONTPAGE FORMS... ... ..."

Transcription

1 tro FRONTPAGE FORMS CREATE A FORM Open your web and create a new page. 2. Click on Insert > Form > Form. 3. A FrontPage Save Results Component will be added to the page, as shown below. The form contains a Submit and Reset button. Users click on the Submit button after completing a form; clicking on the Submit button sends the data to the designated form handler ( , Word, Excel, Access). Users click on the Reset button to clear the form and start over. CREATING FORM FIELDS FrontPage forms can contain the following types of form fields: One-Line Text Box Scrolling Textbox Checkbox Page 1 Frontpage Forms CSU Center for Instructional Development 2006

2 Adding a One-Line Text Box Page 2 Radio Button Dropdown Menu ADDING A ONE-LINE TEXT BOX Click in the form where you want to place a text box, and type a label for the form field (e.g., "E- MailAddress"). 2. Click on Insert > Form > One-Line Text Box. 3. A one-line text box will be added to the form, as shown below. 4. Double-click the text box, and set the Text Box Properties. In the Name box, type a label to identify the text box. This name will appear as the form field label when the data is sent to the form handler ( , Page 2 Frontpage Forms CSU Center for Instructional Development 2006

3 Adding a One-Line Text Box Page 3 Word, Excel, or Access), and it will also appear on the default confirmation page that users receive after submitting the form. If you want initial text to appear in the text box when users view the form, type the text in the Initial value box (e.g., "Enter Last Name.") Adjust the text box width by changing the number in the Width in characters box, if desired. Enter a Tab order number, if desired. (Note: The tab order number permits users to quickly advance to the next form field by pressing the Tab key on their keyboards. Example: A tab order of 3 indicates that the item is the third form field from the top of the page.) 5. Click on the Validate... button. The validation settings check the data input and display a warning when improper data is entered. Select the desired input data from the Data Type drop-down menu. Type a label for the validated text box in the Display name box. (Note: This will be the form field name used in the error message that is displayed when users fail to enter the form field data in the correct format.) If you selected "Text" for the data type, select the permissible Text Format by clicking in the desired check boxes. (Note: Allow for all possible text characters.) To require users to complete this form field, click in the Required check box under Data length, and enter values in the Min length and Max length boxes. Click OK. Page 3 Frontpage Forms CSU Center for Instructional Development 2006

4 Adding a One-Line Text Box Page 4 When the Text Box Properties box reappears, click OK. Page 4 Frontpage Forms CSU Center for Instructional Development 2006

5 Adding a Scrolling Text Box Page 5 ADDING A SCROLLING TEXT BOX Click in the form where you want to place a scrolling text box, and type a label for the form field (e.g.,"career Plans"). 2. Click on Insert > Form > Scrolling Text Box. 3. A scrolling text box will be added to the form, as shown below. Page 5 Frontpage Forms CSU Center for Instructional Development 2006

6 Adding a Scrolling Text Box Page 6 4. Double-click the scrolling text box, and set the Scrolling Text Box Properties. In the Name box, type a label to identify the scrolling text box. If you want initial text to appear in the text box when users view the form, type the text in the Initial value box (e.g., "Type Your Career Plan Here...") Adjust the scrolling text box width by changing the number in the Width in characters box, if desired. Enter a Tab order number, if desired. 5. If you want to validate the data, click on the Validate... button. The validation settings check the data input and display a warning when improper data is entered. Page 6 Frontpage Forms CSU Center for Instructional Development 2006

7 Adding a Scrolling Text Box Page 7 Select the desired input data from the Data Type drop-down menu. Type a label for the validated text box in the Display name box. (Note: This will be the form field name used in the error message that is displayed when users fail to enter the form field data in the correct format.) If you simply want to ensure that users respond to this question, you can set the Data type to "No Constraints," and then designate a minimum data length by clicking in the Required check box under Data length, and entering a value in the Min length box. Click OK. When the Scrolling Text Box Properties box reappears, click OK. Page 7 Frontpage Forms CSU Center for Instructional Development 2006

8 Adding Checkboxes Page 8 ADDING CHECKBOXES Click in the form where you want to place a question containing checkboxes, and type a label (e.g.,"skills") for the question. 2. Click on Insert > Form > Check Box. Page 8 Frontpage Forms CSU Center for Instructional Development 2006

9 Adding Checkboxes Page 9 3. A checkbox will be added to the form, as shown below. Enter a label for the checkbox, and repeat Steps 2-3 until you have added all of the checkboxes needed for thisquestion. 4. Double-click the first checkbox, and set the Checkbox Properties. For checkboxes, there are two ways to configure the properties: Method #1 - Use the same Name for each checkbox in the question, and set each Value to match the corresponding checkbox label. If you select this method, a list of the checked fields will be placed under the same label when the data is sent to the form handler. For example, set the Name to "Skills" and set the Values of the checkboxes to " ," "MS-Office," and "Scanning." If a user checks and scanning, these two skills will be listed under a heading labeled "Skills." Set the Initial state to "Checked" or "Not checked." Page 9 Frontpage Forms CSU Center for Instructional Development 2006

10 Adding Radio Buttons Page 10 Enter a Tab order number, if desired. (Note: Increment the tab order for each checkbox.) Click OK. Method #2 - Use a separate Name for each checkbox in the question, and set each Value to "Yes." If you select this method, "Yes" will be placed under each label that users check when the data is sent to the form handler. For example, set the Names to " ," "MS-Office," and "Scanning" and set the Value of each checkbox to "Yes." If a user checks and scanning, "Yes" will be displayed under the headings labeled " " and "Scanning." Set the Initial state to "Checked" or "Not checked." Enter a Tab order number, if desired. (Note: Increment the tab order for each checkbox.) Click OK ADDING RADIO BUTTONS 1. Click in the form where you want to place a question containing radio buttons, and type a label (e.g.,"school") for the question. Page 10 Frontpage Forms CSU Center for Instructional Development 2006

11 Adding Radio Buttons Page Click on Insert > Form > Radio Button. 3. A radio button will be added to the form, as shown below. Enter a label for the radio button, and repeat Steps 2-3 until you have added all of the radio buttons needed for this question. Page 11 Frontpage Forms CSU Center for Instructional Development 2006

12 Adding Radio Buttons Page Double-click the first radio button, and set the Radio Button Properties. Use the same Group Name for each radio button in the question, and set each Value to match the corresponding radio button label. When the data is sent to the form handler, the Value of the selected radio button will be displayed under the Group Name. For example, set the Group Name to "School" and set the Values of the radio buttons to "Arts & Sciences," "Business," "Health Sciences," "Information & Mathematical Sciences," and "Technology." Set the Initial state to "Selected" or "Not selected." Enter a Tab order number, if desired. (Note: Do NOT increment the tab order for each checkbox. The tab order for all radio buttons in a question will be the same.) Click OK. Page 12 Frontpage Forms CSU Center for Instructional Development 2006

13 Adding Drop-Down Menus Page 13 ADDING DROP-DOWN MENUS Click in the form where you want to place a drop-down menu, and type a label for the form field (e.g.,"county"). 2. Click on Insert > Form > Drop-Down Menu. 3. A drop-down menu will be added to the form, as shown below. 4. Double-click the drop-down menu, and set the Drop-Down Menu Properties. In the Name box, type a label to identify the dropdown menu. Click on the Add button. Page 13 Frontpage Forms CSU Center for Instructional Development 2006

14 Adding Drop-Down Menus Page 14 Enter the first Choice that you want to appear in the drop-down menu, select Specify Value so that the users' selected choice will be sent to the form handler, verify that the Initial State is "Not selected," and then click OK. (Note: If you expect most of your respondents to select the first choice, then you would set the Initial State to "Selected.") Repeat these steps to add the remaining choices, as shown below. Page 14 Frontpage Forms CSU Center for Instructional Development 2006

15 Adding Drop-Down Menus Page 15 Set the tow Height, Tab order, and determine whether users can select more than one choice from the dropdown menu. Click on the Validate... button. Page 15 Frontpage Forms CSU Center for Instructional Development 2006

16 Selecting a Form Handler Page 16 If you want to require users to respond to this question, click in the checkbox labeled "Data required." If you want to prevent users from selecting the first choice from the drop-down menu (e.g., "Select Your County of Residence"), click in the checkbox labeled "Disallow first choice. Click OK. When the Drop-Down Menu Properties box reappears, click OK. SELECTING A FORM HANDLER After users complete the form, the data can be saved to the following form handlers: form data is sent via to a designated address. 2. Word - form data is saved to a formatted Word document in the _private folder of the FrontPage web where the form is located. 3. Excel spreadsheet - form data is saved to an Excel spreadsheet in the _private folder of the FrontPage web where the form is located. 4. Active Server Page database - form data is saved to an Access database located in the fpdb folder of the FrontPage web where the form is located CUSTOMIZING THE CONFIRMATION PAGE If you are not satisfied with the default confirmation page, you can create a customized confirmation page which can display the data submitted to the form. Page 16 Frontpage Forms CSU Center for Instructional Development 2006

17 Sending Form Data via Page 17 SENDING FORM DATA VIA Right click on the Submit button located at the bottom of the form, and click on Form Properties. 2. Select the Send to option button. Delete the default file name listed in the File name box, and type your e- mail address in the address box. Type a descriptive title in the Form name box. Click on the Options... button. 3. Click on the Results tab. Verify that the address to receive results is correct. Select Formatted text from the format dropdown menu. Verify that the checkbox labeled "Include field Page 17 Frontpage Forms CSU Center for Instructional Development 2006

18 Sending Form Data via Page 18 names" is checked. Enter the desired Subject line to be displayed on incoming s containing form data, or specify a Form field name to use as the subject line. If you plan to reply to individuals who submit the form, be sure to include a one-line text box on the form for users to enter their addresses. Click in the checkbox labeled Form field name, and enter the form field name that you used for the text box in the Reply-to line box. Click OK. When the Form Properties box reappears, click OK. 4. Save the form by clicking on the floppy disk icon on the Standard toolbar. 5. Click on the Preview in Browser icon on the Standard toolbar. Page 18 Frontpage Forms CSU Center for Instructional Development 2006

19 Sending Form Data via Page Complete the form, and click on the Submit button. 7. A default confirmation page containing your form responses will be displayed, as shown below. 8. Open your software program and check for new mail. You should have received a message similar to the one displayed below. Page 19 Frontpage Forms CSU Center for Instructional Development 2006

20 Sending Form Data via Page 20 You can respond back to the user who submitted the form by clicking on the Reply button. The address that the user submitted on the form will automatically be placed in the To field of the return message, as shown below. Page 20 Frontpage Forms CSU Center for Instructional Development 2006

21 Sending Form Data to a Word Document Page 21 Note: Since the subject line of the messages containing form data can be controlled by the form properties, it is possible to create a rule in MS Outlook to automatically filter these messages to a designated folder SENDING FORM DATA TO A WORD DOCUMENT 1. Right click on the Submit button located at the bottom of the form, and click on Form Properties. Page 21 Frontpage Forms CSU Center for Instructional Development 2006

22 Sending Form Data to a Word Document Page Select the Send to option button. Delete the default file name listed in the File name box, and type the path to the Word file where you want to save the form data. Add a.doc extension on the file name. (Note: MS FrontPage will automatically create this file in the designated folder. All form data should be saved in the _private folder.) Type a descriptive title in the Form name box. Click on the Options... button. 3. Click on the File Results tab. Verify that the File name is correct. Select Formatted Text in the File format drop down menu. Verify that the checkbox labeled "Include field names" is checked. Click OK. When the Page 22 Frontpage Forms CSU Center for Instructional Development 2006

23 Sending Form Data to a Word Document Page 23 Form Properties box reappears, click OK. 4. Save the form by clicking on the floppy disk icon on the Standard toolbar. 5. Click on the Preview in Browser icon on the Standard toolbar. 6. Complete the form and click on the Submit button. Page 23 Frontpage Forms CSU Center for Instructional Development 2006

24 Sending Form Data to a Word Document Page A default confirmation page containing your form responses will be displayed, as shown below. 8. To retrieve the form data, open MS FrontPage, double click on the _private folder, and locate the Word document file. (Important: If MS FrontPage was open while you submitted the form, you will either need to close and reopen MS FrontPage, or click on Refresh under the View menu.) Page 24 Frontpage Forms CSU Center for Instructional Development 2006

25 Sending Form Data to a Word Document Page Double click on the Word file, and wait while the file opens. The form data will be displayed, as shown below. (Note: Each time a user submits the form, the data will be appended to the bottom of this file.) 10. You cannot edit this file until you save it to your hard drive. To save the form results file to your hard drive, click on Save As on the File menu. Page 25 Frontpage Forms CSU Center for Instructional Development 2006

26 Sending Form Data to a Excel Spreadsheet Page Locate the desired folder on your hard drive, select Word Document in the Save as type drop down menu. Click Save. After saving the file to your hard drive, you can edit it while still maintaining the original data in the _private folder of your web. SENDING FORM DATA TO A EXCEL SPREADSHEET Right click on the Submit button located at the bottom of the form, and click on Form Properties. 2. Select the Send to option button. Delete the default file name listed in the File name box, and type the path to the Excel file where you want to save the form data. Add a.xls extension on the file name. (Note: MS FrontPage will automatically create this file in the designated folder. All form data should be saved in the _private folder.) Type a descriptive title in the Form name box. Click on the Options... button. Page 26 Frontpage Forms CSU Center for Instructional Development 2006

27 Sending Form Data to a Excel Spreadsheet Page Click on the File Results tab. Verify that the File name is correct. Select Text database using tab as a separator in the File format drop down menu. Verify that the checkbox labeled "Include field names" is checked. Click OK. When the Form Properties box reappears, click OK. 4. Save the form by clicking on the floppy disk icon on the Standard toolbar. Page 27 Frontpage Forms CSU Center for Instructional Development 2006

28 Sending Form Data to a Excel Spreadsheet Page Click on the Preview in Browser icon on the Standard toolbar. 6. Complete the form and click on the Submit button. 7. A default confirmation page containing your form responses will be displayed, as shown below. 8. To retrieve the form data, open MS FrontPage, double click on the _private folder, and locate the Excel file. (Important: If MS FrontPage was open while you submitted the form, you will either need to close and reopen MS FrontPage, or click on Refresh under the View menu.) Page 28 Frontpage Forms CSU Center for Instructional Development 2006

29 Sending Form Data to an ASP Database Page Double click on the Excel file, and wait while the file opens. The form data will be displayed, as shown below. (Note: Each time a user submits the form, the data will be appended to the bottom of this file.) 10. You cannot edit this file until you save it to your hard drive. To save the file to your hard drive, click on Save As on the File menu. 11. Locate the desired folder on your hard drive, select Microsoft Excel Workbook in the Save as type drop down menu. Click Save. After saving the file to your hard drive, you can edit it while still maintaining records of the original data in the _private folder of your web SENDING FORM DATA TO AN ASP DATABASE Before you can set up your form to send results to an Access database, you must rename the form with an.asp Page 29 Frontpage Forms CSU Center for Instructional Development 2006

30 Sending Form Data to an ASP Database Page 30 extension. 1. Right click on the Submit button located at the bottom of the form, and click on Form Properties. 2. Select the Send to database option button. Type a descriptive title in the Form name box. Click on the Options... button. 3. Click on the Create Database... button, and wait while the database is created. Page 30 Frontpage Forms CSU Center for Instructional Development 2006

31 Sending Form Data to an ASP Database Page 31 Click OK when prompted that the database has been successfully created. 4. Notice that a Database Connection to Use has been established corresponding to the name of your form, and a Table to hold form results called Results has been created. Click on the Saved Fields tab. Page 31 Frontpage Forms CSU Center for Instructional Development 2006

32 Sending Form Data to an ASP Database Page 32 Make sure that the Form Fields have been added to the Database Column. You may add, modify or remove form fields (e.g., If you did not want the field to be saved to the database, you could remove it.). Click OK. Page 32 Frontpage Forms CSU Center for Instructional Development 2006

33 Sending Form Data to an ASP Database Page Save the form by clicking on the floppy disk icon on the Standard toolbar. 6. Click on the Preview in Browser icon on the Standard toolbar. 7. Complete the quiz and click on the Submit button. 8. A default confirmation page containing your form responses will be displayed, as shown below. Page 33 Frontpage Forms CSU Center for Instructional Development 2006

34 Sending Form Data to an ASP Database Page To retrieve the form data, open MS FrontPage, double click on the fpdb folder. Locate and double click on the Access database corresponding to the form. 10. Double click on the table containing the form results. Page 34 Frontpage Forms CSU Center for Instructional Development 2006

35 Customizing the Confirmation Form Page The posted data will be displayed in the table, as shown below. (Note: Each time a user submits the form, a new record will be added to this table in the database.) Unlike form MS Word and Excel data files, you can edit the database file without saving it to your hard drive CUSTOMIZING THE CONFIRMATION FORM 1. Right click on the Submit button located at the bottom of the form, and click on Form Properties. Page 35 Frontpage Forms CSU Center for Instructional Development 2006

36 Customizing the Confirmation Form Page Click on the Options... button. 3. Click on the Confirmation Page tab. Enter the URL of confirmation page. Click OK. Page 36 Frontpage Forms CSU Center for Instructional Development 2006

37 Customizing the Confirmation Form Page 37 If you have not created the confirmation page yet, you will get a warning message. Click Yes. 4. When you return to the Form Properties window, click OK. 5. Save the form by clicking on the floppy disk icon on the Standard toolbar. Page 37 Frontpage Forms CSU Center for Instructional Development 2006

38 Customizing the Confirmation Form Page Create a new page by clicking on the New Page icon on the Standard toolbar. 7. Type a heading for the custom confirmation page, as shown below. 8. Click on Insert > Component > Confirmation Field. 9. Enter the Name of Form Field to Confirm (e.g. ). (Note: The confirmation field must match exactly with the corresponding form field names on your form.) Click OK. Page 38 Frontpage Forms CSU Center for Instructional Development 2006

39 Customizing the Confirmation Form Page A form confirmation field is added to your custom confirmation page, as shown below. Continue adding confirmation fields on your custom confirmation page, as shown below. 11. Click on File > Save As.., locate the desired Save in folder (shoulder match the file path specified in Step 3 above), enter the File name (must match the file name specified in Step 3 above), and click on the Save button. Close the confirmation page. Page 39 Frontpage Forms CSU Center for Instructional Development 2006

40 Customizing the Confirmation Form Page Return to the form. Click on the Preview in Browser icon on the Standard toolbar. 13. Complete the form and click on the Submit button. 14. The customized confirmation page will be displayed, as shown below. (Note: When users submit the form, the values that that they entered for the form fields will automatically be displayed on the confirmation page.) Page 40 Frontpage Forms CSU Center for Instructional Development 2006

FrontPage 2003: Forms

FrontPage 2003: Forms FrontPage 2003: Forms Using the Form Page Wizard Open up your website. Use File>New Page and choose More Page Templates. In Page Templates>General, choose Front Page Wizard. Click OK. It is helpful if

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Using FrontPage 2000 to Create Forms

Using FrontPage 2000 to Create Forms Using FrontPage 2000 to Create Forms Academic Computing Support Information Technology Services Tennessee Technological University October 2002 1. Introduction Using FrontPage 2000 you can create simple

More information

Dreamweaver Tutorials Creating a Web Contact Form

Dreamweaver Tutorials Creating a Web Contact Form Dreamweaver Tutorials This tutorial will explain how to create an online contact form. There are two pages involved: the form and the confirmation page. When a user presses the submit button on the form,

More information

**When entering properties and field name use all lowercase!

**When entering properties and field name use all lowercase! Creating Forms with MS FrontPage 2003 Objective 1: Create a Form. To Create a Form on a Webpage 1. Either create a new webpage or open an existing page in FrontPage. 2. Put your cursor in the location

More information

Document Manager 2.0. Corporate Administrator Guide

Document Manager 2.0. Corporate Administrator Guide Document Manager 2.0 Corporate Administrator Guide Introduction to the Corporate Administrator Guide Document Manager 2.0 is the Web to Print ordering application for OfficeMax ImPress. Many features and

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Place a Call on Hold 1) In Call Control Area, click to select call to hold. 2) Click Hold button.

Place a Call on Hold 1) In Call Control Area, click to select call to hold. 2) Click Hold button. User s Name and Number Enter Phone Number CommPilot Profile in Use Call Control Buttons Tabs or Phone List Links Initiate a Call 1) Select a phone list. Click Tab to display list. NOTE: To create a phone

More information

Designing and Implementing Forms 34

Designing and Implementing Forms 34 C H A P T E R 34 Designing and Implementing Forms 34 You can add forms to your site to collect information from site visitors; for example, to survey potential customers, conduct credit-card transactions,

More information

Archive Add-in Administrator Guide

Archive Add-in Administrator Guide Archive Add-in Administrator Guide RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE OF PROPRIETARY INFORMATION Copyright 2011 McAfee, Inc. This document contains information that is proprietary and confidential

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Internet Explorer Browser Clean-up

Internet Explorer Browser Clean-up Follow the steps below to determine your Internet Explorer version number and access browser clean-up procedures specific to your version. 1. From Internet Explorer, click the Help menu and choose About

More information

Archive Add-in User Guide

Archive Add-in User Guide Archive Add-in User Guide RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE OF PROPRIETARY INFORMATION Copyright 2011 McAfee, Inc. This document contains information that is proprietary and confidential to

More information

CONTACT LISTS CONTACTS LIST MANAGER

CONTACT LISTS CONTACTS LIST MANAGER 21 CONTACT LISTS Once you have entered your contacts into PastPerfect, you will need a way to organize them. The Contacts List Manager is the way to group contacts together, build specific lists, see the

More information

ACCEPT THE SECURITY CERTIFICATE FOR THE WEB FILTER

ACCEPT THE SECURITY CERTIFICATE FOR THE WEB FILTER ACCEPT THE SECURITY CERTIFICATE FOR THE WEB FILTER ACCESS THE WEB FILTER VIA ITS LAN 1 IP ADDRESS ACCEPT THE SECURITY CERTIFICATE FOR THE WEB FILTER Access the Web Filter via its LAN 1 IP Address A. Launch

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

Creating Basic HTML Forms in Microsoft FrontPage

Creating Basic HTML Forms in Microsoft FrontPage Creating Basic HTML Forms in Microsoft FrontPage Computer Services Missouri State University http://computerservices.missouristate.edu 901 S. National Springfield, MO 65804 Revised: June 2005 DOC090: Creating

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

TriCore Secure Web Email Gateway User Guide 1

TriCore Secure Web Email Gateway User Guide 1 TriCore Secure Web Email Gateway User Guide This document provides information about TriCore Secure Web Email Gateway. This document is for users who are authorized to send and receive encrypted email

More information

B a r r a c u d a M e s s a g e A r c h i v e r O u t l o o k A d d - I n U s e r G u i d e. V e r si on 3. 0

B a r r a c u d a M e s s a g e A r c h i v e r O u t l o o k A d d - I n U s e r G u i d e. V e r si on 3. 0 B a r r a c u d a M e s s a g e A r c h i v e r O u t l o o k A d d - I n U s e r G u i d e V e r si on 3. 0 Barracuda Networks, Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda.com

More information

To successfully initialize Microsoft Outlook (Outlook) the first time, email settings need to be verified.

To successfully initialize Microsoft Outlook (Outlook) the first time, email settings need to be verified. TO: UAN CLIENTS FROM: UAN STAFF DATE: OCTOBER 8, 2008 SUBJECT: Steps for Initial Setup of Microsoft Outlook To successfully initialize Microsoft Outlook (Outlook) the first time, email settings need to

More information

Creating a Participants Mailing and/or Contact List:

Creating a Participants Mailing and/or Contact List: Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from

More information

Microsoft Outlook 2003 Quick How-to Guide

Microsoft Outlook 2003 Quick How-to Guide Microsoft Outlook 2003 Quick How-to Guide Microsoft Outlook 2003 Quick How-to-Guide This document is designed to be a quick guide for the most common tasks in Outlook. It is separated into different sections

More information

Microsoft Outlook 2003 : Creating an Spam/Junk Mail Filter

Microsoft Outlook 2003 : Creating an Spam/Junk Mail Filter The University of Akron Microsoft Outlook 2003 : Creating an Spam/Junk Mail Filter Spam Filter Following are the steps for creating a Junk Mail folder and setting up the filter to move suspect materials

More information

Trusted Relationships. Sending Invitations. Sending Invitations from Outlook

Trusted Relationships. Sending Invitations. Sending Invitations from Outlook Trusted Relationships Establishing Trusted Relationships through the invitation process are core to the Securencrypt security process. This insures that you can only share secure documents with someone

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 End User Quick Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com End User Quick Guide Table of Contents What is Archive Attender?... 3 How it Works... 3 What happens

More information

XCM Internet Explorer Settings

XCM Internet Explorer Settings XCM Internet Explorer Settings For best results, you must prepare your Internet Explorer (IE) browser so that interactions with the XCM site are fully trusted (XCM only supports Microsoft s Internet Explorer).

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com Contents First Time Login Instructions... 1 1) Use the Internet Explorer (IE) Web browser*... 1 2) Install the.net Framework...

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Olathe District Schools 1 of 11 GroupWise 7

Olathe District Schools 1 of 11 GroupWise 7 Olathe District Schools 1 of 11 GroupWise 7 Creating an email group To create and save a personal group: 1. Click on the toolbar. 2. Click the personal address book you want to add this group to. 3. Click

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Baylor Secure Messaging. For Non-Baylor Users

Baylor Secure Messaging. For Non-Baylor Users Baylor Secure Messaging For Non-Baylor Users TABLE OF CONTENTS SECTION ONE: GETTING STARTED...4 Receiving a Secure Message for the First Time...4 Password Configuration...5 Logging into Baylor Secure Messaging...7

More information

How to Use Swiftpage for Microsoft Excel

How to Use Swiftpage for Microsoft Excel How to Use Swiftpage for Microsoft Excel 1 Table of Contents Basics of the Swiftpage for Microsoft Excel Integration....3 How to Install Swiftpage for Microsoft Excel and Set Up Your Account...4 Creating

More information

Contact Manager and Document Tracking. CampusVue Student User Guide

Contact Manager and Document Tracking. CampusVue Student User Guide Contact Manager and Document Tracking CampusVue Student User Guide Campus Management Corporation Web Site http://www.campusmanagement.com/ E-mail Information: Support: E-mail form on Web site support@campusmgmt.com

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Chapter 15: Forms. User Guide. 1 P a g e

Chapter 15: Forms. User Guide. 1 P a g e User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form

More information

Note: Only series and vector/matrix/scalar/string objects can be retrieved using this Add In.

Note: Only series and vector/matrix/scalar/string objects can be retrieved using this Add In. EViews Excel Add In WHITEPAPER AS OF 2/1/2010 The new EViews Excel Add In provides an easy way to import and link EViews data with an Excel spreadsheet. It does this through the use of our new EViews OLEDB

More information

Outlook 2011 Window. [Day], [Work Week], [Full [Home]. Schedule and plan: Click the [New

Outlook 2011 Window. [Day], [Work Week], [Full [Home]. Schedule and plan: Click the [New MS Outlook 2011 Quick Reference for Macintosh The Ribbon consists a series of tabs giving access to buttons, menus, and dialog boxes in various groups to facilitate locating the tools required for a particular

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

Teacher References archived classes and resources

Teacher References archived classes and resources Archived Classes At the end of each school year, the past year s academic classes are archived, meaning they re still kept in finalsite, but are put in an inactive state and are not accessible by students.

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance MS Word 2007 Microsoft Outlook 2010 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 AutoDelete

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008 Information Systems Services Getting Started with Enterprise Vault Email Archiving March 2008 Contents 1. Introduction... 3 2. Supported operating systems, email clients and browsers... 3 3. Getting started

More information

Windows XP Chinese Character Support Installation Instruction

Windows XP Chinese Character Support Installation Instruction Windows XP Chinese Character Support Installation Instruction Windows XP has a utility to allow user to modify language sets for both multi-language input and viewing of foreign character sets. This document

More information

How to connect to VUWiFi

How to connect to VUWiFi Wireless Registration Instructions Windows XP How to connect to VUWiFi 1. The first step in setting up your wireless card for VUWiFi is to open your Network Connections window. You can find this by going

More information

Installation Guide and Machine Setup

Installation Guide and Machine Setup Installation Guide and Machine Setup Page 1 Browser Configurations Installation Guide and Machine Setup The first requirement for using CURA is to ensure that your browser is set up accurately. 1. Once

More information

Stores copies of items you sent to others, by default. Stores items created offline that you want to send the next time you are online

Stores copies of items you sent to others, by default. Stores items created offline that you want to send the next time you are online Outlook Folders: All new messages are stored in Inbox unless rules are created. Stores copies of items you sent to others, by default Stores temporarily deleted items until you permanently delete or retrieve

More information

What s New in Version 10 Details for Web Essentials

What s New in Version 10 Details for Web Essentials What s New in Version 10 Details for Web Essentials TABLE OF CONTENTS Overview... 3 Dashboard Module... 3 General Changes... 3 New Proposal... 3 Create Proposal in Word... 5 Create New Proposal in Excel...

More information

BOTTOM UP THINKING EMAIL SETUP INSTRUCTIONS. Unique businesses require unique solutions CLIENT GUIDE

BOTTOM UP THINKING EMAIL SETUP INSTRUCTIONS. Unique businesses require unique solutions CLIENT GUIDE BOTTOM UP THINKING Unique businesses require unique solutions EMAIL SETUP INSTRUCTIONS CLIENT GUIDE INDEX How to connect a. Deciding on best method (POP or IMAP) Setting up email on devices Webmail a.

More information

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email IMAP Settings Manual Our application allows you to access your email in many different ways. For those of you who do not wish to use the Webmail interface, you may also manage your email and custom folder

More information

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide January 24, 2015 Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Spambrella and/or other noted Spambrella related products contained herein are registered

More information

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Important Notice: You must have administrative rights to your PC to perform

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V 1.1. http://www.exponenciel.com

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V 1.1. http://www.exponenciel.com Excel Templates & Quote/Invoice Maker for ACT! V 1.1 Another efficient and affordable ACT! Add-On by http://www.exponenciel.com Excel Templates for ACT! User s Manual 2 Table of content Relationship between

More information

Using Delphi Data with Excel and Access

Using Delphi Data with Excel and Access $FDGHPLF&RPSXWLQJ &RPSXWHU 7UDLQLQJ 6XSSRUW 6HUYLFHV 1HWZRUNLQJ6HUYLFHV :HEHU%XLOGLQJ Using Delphi Data with Excel and Access Using Delphi Data The raw data used to create the CSU financial, human resource,

More information

Does the GC have an online document management solution?

Does the GC have an online document management solution? This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create

More information

Lesson 7: Maintenance

Lesson 7: Maintenance Lesson 7: Maintenance This lesson introduces you to processes that will help you with the overall maintenance of Outlook 2007. The processes outlined in this section are: Mailbox Cleanup: Helps you focus

More information

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion Initial Setup of Microsoft Outlook Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access Protocol

More information

Enhanced Imaging Options for Client Profiles for Windows

Enhanced Imaging Options for Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Enhanced Imaging Options for Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Table of Contents 2 Table of Contents Scanning

More information

Outlook Web App User Guide

Outlook Web App User Guide Outlook Web App Table of Contents QUICK REFERENCE... 2 OUTLOOK WEB APP URL... 2 Imagine! Help Desk...... 2 OUTLOOK WEB APP MAIN WINDOW... 2 KEY NEW FEATURES... 3 GETTING STARTED WITH OUTLOOK... 4 LOGGING

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

How to Use Swiftpage for Microsoft Outlook

How to Use Swiftpage for Microsoft Outlook How to Use Swiftpage for Microsoft Outlook 1 Table of Contents Basics of the Swiftpage for Microsoft Outlook Integration.. 3 How to Install Swiftpage for Microsoft Outlook and Set Up Your Account...4 The

More information

Fax and SMS Quickguide

Fax and SMS Quickguide INTRODUCTION U2 Fax and SMS allow faxes and SMS to be sent directly from a user s workstation via the Internet using U2 Webservices. This improves staff efficiency by removing the need to physically fax

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

Outlook 2010. Mail, Calendar, Contacts, Notes & Tasks. User Guide

Outlook 2010. Mail, Calendar, Contacts, Notes & Tasks. User Guide User Guide Outlook 2010 Mail, Calendar, Contacts, Notes & Tasks IT Training (818) 677-1700 training@csun.edu www.csun.edu/it/training CSUN IT Training YouTube Channel http://www.youtube.com/user/csuninfotech

More information

Transition from Pegasus Mail To Exchange/Outlook 2003

Transition from Pegasus Mail To Exchange/Outlook 2003 Contents: Page(s): Setup Outlook and Exchange 2 4 Prepare Pegasus Mail 5 7 Transferring Emails 7 12 Transferring Address books 13 20 Change Email Routing 21 22 SYSTEMS & TECHNOLOGY Transition from Pegasus

More information

Tutorial 8: Quick Form Button

Tutorial 8: Quick Form Button Objectives: Your goal in this tutorial is to be able to: properly use NetStores Quick-Form feature in Dreamweaver customize the Quick Form order button create a form with various components: check boxes

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

How to Use Swiftpage for SageCRM

How to Use Swiftpage for SageCRM How to Use Swiftpage for SageCRM 1 Table of Contents Basics of the Swiftpage for SageCRM Integration 3 How to Install Swiftpage for SageCRM and Set Up Your Account...4 Accessing Swiftpage s Online Editor

More information

What is a Mail Merge?

What is a Mail Merge? NDUS Training and Documentation What is a Mail Merge? A mail merge is generally used to personalize form letters, to produce mailing labels and for mass mailings. A mail merge can be very helpful if you

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Email Encryption Customers who are provisioned for SaaS Email Encryption can easily configure their Content Policies

More information

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Page 1 of 14 Help Center Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Learn how to configure Outlook 2007 for use with your 1&1 e-mail account using POP3. Before you begin, you will need

More information

Microsoft Outlook 2000 Configuration Creation of a SPAM Filter

Microsoft Outlook 2000 Configuration Creation of a SPAM Filter Microsoft Outlook 2000 Configuration Creation of a SPAM Filter This user guide aims to equip and facilitates users in creation of SPAM filtering mechanism to counter the ever increasing SPAM emails received

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

SENDING EMAILS & MESSAGES TO GROUPS

SENDING EMAILS & MESSAGES TO GROUPS SENDING EMAILS & MESSAGES TO GROUPS Table of Contents What is the Difference between Emails and Selltis Messaging?... 3 Configuring your Email Settings... 4 Sending Emails to Groups Option A: Tasks...

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

More information

Managing the OATS Certificate

Managing the OATS Certificate Managing the OATS Certificate The OATS Certificate is used by a user s mail client to S/MIME encrypt email messages, and is required for all mail clients that will be exchanging order data with OATS. An

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Outlook 2013 ~ e Mail Quick Tips

Outlook 2013 ~ e Mail Quick Tips The Ribbon: Home tab New Email to send a new mail New Items to send a new mail, a new appointment, a new meeting, a new contact, a new task, a new Lync Meeting Ignore to ignore a request Clean Up to clean

More information

IBM FileNet eforms Designer

IBM FileNet eforms Designer IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 Note

More information

Recommended Browser Setting for MySBU Portal

Recommended Browser Setting for MySBU Portal The MySBU portal is built using Microsoft s SharePoint technology framework, therefore, for the best viewing experience, Southwest Baptist University recommends the use of Microsoft s Internet Explorer,

More information

Web Content Management Training Manualv3

Web Content Management Training Manualv3 City & County of San Francisco Powered by Innovation DT City & County of Sa Departme Techno Powered by Innova DEPARTMENT OF TECHNOLOGYDT Web Content Management Training Manualv3 Department of Technology

More information

Department of Information Technology. Microsoft Outlook 2013. Outlook 101 Basic Functions

Department of Information Technology. Microsoft Outlook 2013. Outlook 101 Basic Functions Department of Information Technology Microsoft Outlook 2013 Outlook 101 Basic Functions August 2013 Outlook 101_Basic Functions070713.doc Outlook 101: Basic Functions Page 2 Table of Contents Table of

More information

OWA - Outlook Web App

OWA - Outlook Web App OWA - Outlook Web App Olathe Public Schools 0 Page MS Outlook Web App OPS Technology Department Last Revised: May 1, 2011 Table of Contents MS Outlook Web App... 1 How to Access the MS Outlook Web App...

More information

B a r r a c u d a M e s s a g e A r c h i v e r O u t l o o k A d d - I n U s e r G u i d e. V e r si on 3. 1

B a r r a c u d a M e s s a g e A r c h i v e r O u t l o o k A d d - I n U s e r G u i d e. V e r si on 3. 1 B a r r a c u d a M e s s a g e A r c h i v e r O u t l o o k A d d - I n U s e r G u i d e V e r si on 3. 1 Barracuda Networks, Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda.com

More information

Auto-Archiving your Emails in Outlook

Auto-Archiving your Emails in Outlook Changing the AutoArchive Settings for all your Mailbox Folders Changing the AutoArchive Settings for all your Mailbox Folders (cont.) One way to minimize the amount of server space you are using for your

More information

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

MyReports Recommended Browser Settings MYR-200a

MyReports Recommended Browser Settings MYR-200a MyReports Recommended Browser Settings MYR-200a Note: If you have installed an additional Tool Bar on your browser, such as Yahoo Tool Bar or Google Tool Bar, be sure that it is also configured to allow

More information