SharePoint Form Field Assistant SPFF. Form Manipulations. Getting Started. Hide



Similar documents
The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how:

Dynamic Forms for SharePoint

OPENTABLE GROUP SEARCH MODULE GETTING STARTED ADD RESERVATIONS TO YOUR WEBSITE

Installation & User Guide

Shasta College SharePoint Tutorial. Create an HTML Form

UOFL SHAREPOINT ADMINISTRATORS GUIDE

Further web design: HTML forms

NewsletterAdmin 2.4 Setup Manual

Advanced Workflow Concepts Using SharePoint Designer 2010

SharePoint AD Information Sync Installation Instruction

Real World Example: Using SharePoint Out-ofthe-Box Tools to Create a Goals Tracking System. Jennifer Mason

Installation & User Guide

Elgg 1.8 Social Networking

SharePoint List Filter Favorites Installation Instruction

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send

There are various ways to find data using the Hennepin County GIS Open Data site:

Xerox Standard Accounting Import/Export User Information Customer Tip

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

Requirements for Developing WebWorks Help

Table of Contents. Page 1 MLS PIN Customer Support Monday Friday 8 am to 7:30 pm, Saturday 9 am to 5 pm, Sunday 9 am to 1 pm

1. Manage your Group. 1. Log on to the CampusGroups platform.

HTML Form Widgets. Review: HTML Forms. Review: CGI Programs

ArtfulBits Password Reset Web Part

Form Tutorial. Overview. Creating a Form. Insert a Form

Factiva. User s Guide. Introduction

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

User Manual - Sales Lead Tracking Software

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

Virto Pivot View for Microsoft SharePoint Release User and Installation Guide

Creating and Using Forms in SharePoint

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. SMARTDOCS SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE

Configuring the JEvents Component

metaengine DataConnect For SharePoint 2007 Configuration Guide

School of Medicine Template Style Guide

University of Colorado Denver University Web Services 3

How to create content using exe

Connect 9.2 Notes + Documentation August

Web Developer Jr - Newbie Course

GP REPORTS VIEWER USER GUIDE

Cascade Server CMS Quick Start Guide

Introduction to Ingeniux Forms Builder. 90 minute Course CMSFB-V6 P

Getting Started with SurveyGizmo Stage 1: Creating Your First Survey

Copyright EPiServer AB

Create A Google Site. Introduction to Sites. Create, format, and customize a site. Adapted from:

ARCONICS CONTENT MANAGEMENT SYSTEM FOR UL

The Intelligence Engine.

Strategic Asset Tracking System User Guide

Web forms in Hot Banana reside on their own pages and can contain any number of other content and containers like any other page on your Website.

Installation & User Guide

Cascaded Lookup 5.0 User Guide

DocuSign for SharePoint

DNNCentric Custom Form Creator. User Manual

CommonSpot Content Server Version 6.2 Release Notes

1. Click the Site Actions dropdown arrow and select Show Page Editing Toolbar. 2. Click Edit Page to begin changing the page layout

Quick Reference Guide. Version a

Contact Manager HELP GUIDE

Internet Technologies

Homework Admin and Homework Listing Tool Overview. Main Website Admin Tools. Homework Admin - Main Website Admin - Steps to set up homework types

MICROSOFT OFFICE SHAREPOINT 2007

Skills for Employment Investment Project (SEIP)

USER MANUAL FOR INTERNET BANKING (IB) SERVICE

Endnote Web: Beginners Guide to Using Endnote Web and the Cite While You Write Function

Microsoft. Access HOW TO GET STARTED WITH

User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team

Introduction to Microsoft Access 2010

Microsoft Access 2007 Module 1

SelectSurvey.NET Basic Training Class 1

California Team Decision Making Application (TDM CA v.2.3) Technical Guide

ProperSync 1.3 User Manual. Rev 1.2

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

Working with Access Tables A Continuation

Getting Started with EServer Courses Using EServer.org for Open-Source, Open-Access Teaching

Upgrading User-ID. Tech Note PAN-OS , Palo Alto Networks, Inc.

Portal Connector Fields and Widgets Technical Documentation

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Form Management Admin Guide

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc.

KINETIC SURVEY. Kinetic Survey 4.0 Features & Benefits 235 EAST SIXTH STREET, SUITE 400B ST. PAUL, MN

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

JTouch Mobile Extension for Joomla! User Guide

Form Builder Manual. A brief overview of your website s Form Builder with screenshots.

Item Audit Log 2.0 User Guide

Nintex Forms 2013 Help

Introduction to Microsoft Access 2013

Dashboard Admin Guide

Alert Solutions by WebLaunch User Guide

kalmstrom.com Business Solutions

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Access Edit Menu Edit Existing Page Auto URL Aliases Page Content Editor Create a New Page Page Content List...

Create or customize CRM system dashboards

SuiteBuilder (Customization) Guide September 3, 2013 Version 2013 Release 2

Richmond SharePoint User Group. Project Management Tools in SharePoint Bob Ramos and Greg Brown

FOREFRONT IDENTITY MANAGEMENT

Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

Fundamentals of Web Design (One Semester)

Virto Active Directory Service for SharePoint. Release Installation and User Guide

03_Events Trainingv3 1

Google Docs Basics Website:

Transcription:

SharePoint Form Field Assistant Register Sign In CodePlex Home Search all CodePlex projects Home Downloads Discussions Issue Tracker Source Code Stats People License RSS View All Comments Print View Page Info Change History (all pages) Search Wiki Home Project Description A JavaScript module, using jquery, for manipulating SharePoint form fields from the URL. SPFF The SharePoint Form Field Assistant can be added to any new or edit form in SharePoint 2007. With SPFF loaded, you can manipulate form fields through query string parameters. Current manipulations supported: hide field, prepopulate field, prepopulate and lock field. Getting Started Add jquery and spff scripts to a SharePoint page that also has one or more form controls. Add a document.ready instruction like the following: $(function(){ $.spff(); }); Form Manipulations Hide Downloads Current release: spff Sun May 31 2009 at 3:00 AM, Beta 2 ratings 167 downloads, 2 reviews More info Recent reviews 5 stars. Very usefull functionality, can be easy added to standart forms. 5 stars. Great work. Using that we can avoid writing event handlers. It is great if you can... (more) Activity 7 30 All days Page Views 707 Visits 328 Pages Per Visit 2.16 Work Items Closed 0 Discussion Posts 0 Append the field's name, equal sign, and an underscore. Setting a field's value then hiding it is not supported. To prevent manipulations of a prepopulated field, see SPFF Options: lock. Example: https://servername.com/site/lists/tasks/editform.aspx?id=4&assigned%20to=_ Other methods for invoking spff include restricting the page type it applies to: $(function(){ if(window.location.pathname.split('/').reverse()[0]=="newform.aspx"){ $.spff(); } }); This script can be safely added to an entire site through the.master page. However, for individual form pages, use a Content Editor Web Part. To reach the Edit Page menus, append?pageview=shared&toolpaneview=2 or &PageView=Shared&ToolPaneView=2 to the URL of the form page and navigate to the new URL. Add the CEWP with jquery (if not already on the page) and the spff script. To only load spff conditionally, based on user group, the MOSS version of the CEWP can make use of audience targeting. As a result, only the specified groups will process spff instructions in the URL.

Prepopulate To prepopulate a field, specify the field name, add an equal sign, and the field value. The script was tested with all out-of-the-box SharePoint controls in the latest versions of Firefox and Internet Explorer. By stringing together various query string parameters, one can send several instructions to the form prepopulating and hiding various fields. The various data types have specific formats, see the individual data type examples below (some of the screen shots below use the "lock" option to clarify which fields have been manipulated, see SPFF Options: lock for more information): Text /Lists/Tasks/NewForm.aspx?Title=this is a test of text field Multiline Text, RTF, and HTML /Lists/Tasks/NewForm.aspx?Title=_&Priority=_&Status=_&Description=<b>bold text test</b> Note: When the lock option is used, the WYSIWYG editor is removed. Choice Dropdown /Lists/Tasks/NewForm.aspx?Priority=(1) High

People Picker Multiple people may be assigned, separated by commas. /Lists/Tasks/NewForm.aspx?Assigned%20To=pgrenier3,mark.miller /Lists/Tasks/NewForm.aspx?Assigned%20To=pgrenier3 Date Dates can use slash, dot, or dash to separate M, D and YYYY. /Lists/Tasks/NewForm.aspx?Start Date=1/31/2010&Due Date=02.1-2010 Date Time Date follows the same rules of Date above, the time portion must be separated from the date by a space and in the h:mm am/pm format. Because SP only allows minutes in 5-minute intervals, minute values not found in the SP dropdown will default to 00. /Lists/Custom%20List/NewForm.aspx?Date Time=1/1/2010 3:15 am Checkbox (yes/no) Possible values for a checkbox field are 1, true, TRUE, 0, false, FALSE.

/Lists/Custom%20List/NewForm.aspx?Checkbox=1 Choice Checkbox Values follow the same rules as Checkbox above but separate values must be listed in checkbox order separated by commas. /Lists/Custom%20List/NewForm.aspx?Checkbox=_&Choice Checkbox=1,0,1 Choice Radio Radio buttons are set by setting the value in the query string to the choice to be true/checked. /Lists/Custom%20List/NewForm.aspx?Checkbox=_&Choice Checkbox=_&Choice Radio=2 Currency Currency fields are merely text fields that validate numbers and displays the data in the currency format of choice. /Lists/Custom%20List/NewForm.aspx?Currency=100.50 Hyperlink and Picture The URL and description are separated by a comma.

/Lists/Custom%20List/NewForm.aspx?Hyperlink=http://test.com,sample&Picture=https://ssltest.com,sample Lookup Lookup dropdown controls can be set by either the name of the option (it's text value) or the choice's ID. To specify the ID, use @ then the ID#. /Lists/Custom%20List/NewForm.aspx?Lookup=Test1 /Lists/Custom%20List/NewForm.aspx?Lookup=@1 Multi-choice Lookup Values use the same formats as Lookup, above, but multiple values may be set separated by commas. ID values and text values can be mixed. If a text value matches multiple options, they will all be selected. While locked, more items may be added to the multi-select list but none can be removed. /Lists/Custom%20List/NewForm.aspx?MultiLookup=@5,Test1 SPFF Options lock Default = false. Once locked, any prepopulate instructions from the query string "locks" the target field(s). In most cases, the form field is not actually disabled (because that prevents the javascript submit action from collecting the values). Instead, the onchange event causes the spff to process again, collecting the query string parameters and prepopulating the field(s). $.spff({lock:true}); lockcolor Default = "#ccc" Sets the background color of the form field. This can be overridden. $.spff({lock:true, lockcolor:"#fff"}); $.spff({lock:true, lockcolor:"white"});

lockbkg Default = "background":"url('/_layouts/images/imndnd.png') no-repeat right" Sets the background style of the form field's container. This can be overridden. $.spff({lock:true, lockbkg:{"background":"green"} }); Possible Uses for SPFF Easier Creation of Child Items Using a Data View Web Part, custom Content Query Web Part (MOSS only), Links list, Content Editor Web Part, or Calculated Column, I have been successful at creating links to target forms that include SPFF instructions to prepopulate a current list item's ID. For example: To create a new Task based on an existing Issue, use your favorite technique to create a link to the Task List. At the end of your URL, append the name of the Lookup column that points to your Issues List followed by =@ and the ID value of the current item (or = and the Title value). Last edited Jun 1 at 10:03 AM by AutoSponge, version 12 Want to leave feedback? Please use Discussions or Reviews instead. 2006-2009 Microsoft About CodePlex Privacy Statement Terms of Use Code of Conduct Version 2009.6.1.15196