Donation form optimisation Glyn Thomas

Slides:



Advertisements
Similar presentations
If you come directly to nuskin. com you will see this page
Advertisements

New Filing Procedures: Filing Business Documents Online Tom Riley, Assistant Secretary of State Business Services Division (601)
Guide to My NetTeller. My NetTeller Provides a dashboard style view of NetTeller Options. An alternative, customizable landing page for the end-user.
Click on Pledge Now Main Page
©2008 TTW Where “Lean” principles are considered common sense and are implemented with a passion! Product Training Credit Cards.
JavaScript Lesson 1 TBE 540. Prerequisites  Before beginning this lesson, the learner must be able to… Create a basic web page using a text editor and/or.
Follow these instructions to pay your dues. Get into your web browser Like Internet Explorer Now you need type in this address in the Address bar. Example.
How to Get The Most Out of Outlook 2003 Michele Schwartzman Division of Customer Support Summer 2006.
2013.  Reconcile your checking account  Create bank reconciliation reports  Find errors during reconciliation  Correct errors found during reconciliation.
Bookseller Guide How to SELL a National Book Token Electronic Gift Card using the Web Recommended solution for booksellers with broadband computer access.
Open Call SM Contestant Guide BetterBNC version 4.3 BetterBNC SM.
Department of Information Technology e-Michigan Web Development 0 HTML Form Creation in the Vignette Content Management Application.
How to Place a Customer Delivery Service Order
Actilab Pharma Online Services User Manual June 2004.
Don’t Make Your Donors and Campaigners Work to Support You!
HOW TO POST JOBS USING EASYPOST We are Honored to Work With The Best
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
All you need to know about building donation pages Marta Fornal de Seixas.
Multi-Part Requests/ Parent & Child Service Items.
1. To start the process, Warehouse Stationery (WSL) will invite you to use The Warehouse Group Supplier Electronic Portal and will send you the link to.
ENCOMPASS Voucher Build Process
CSC 8560Fall 2000 Computer NetworksBhargavi Balasubramanian & Bob Viola Project 1 Description: E-Commerce Objective:Build a web storefront to sell videos.
11 th April, 2013 Welcome to ‘Best Practice’ series Today we will be focusing on: Building donation pages part 2 - best practice tips.
LINKS (Louisiana Immunization Network for Kids Statewide) REMINDER RECALL.
State of Kansas Voucher Styles Statewide Management, Accounting and Reporting Tool Voucher StylesDefinition Adjustment Used for entering a credit or debit.
Global Business Services © 2008 IBM Corporation ENCOMPASS File Upload Workshop March 27, 2008.
12/14/20151 Uniquescriptz Backend Support Document Ver 2.0.
Web deposits replace the Clemson University Receipt Transmittal, used only for CU deposits, funds With web department deposits, you can now enter.
Click the “Add Team” button to create a brand new team. Click the “View Teams” button to view team’s you have already registered.
How Your Customers Will Pay Online & by Phone
Contract Invoice Guide
XP Tutorial 7 New Perspectives on JavaScript, Comprehensive 1 Working with Forms and Regular Expressions Validating a Web Form with JavaScript.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
1. To request that we post your tour at REALTOR.com, click the REALTOR.com button (there is a charge of $5.95 per tour posting) 2.Check the ‘Post my tour’
If you come directly to you will see this page. If you follow the link from nuskin.com you will go past this page into your market.
Bank Reconciliation Chapter 4. PAGE REF #CHAPTER 4: Bank Reconciliation SLIDE # 2 Objectives Reconcile your checking Create bank reconciliation reports.
Setting Up a PayPal Account for Use on eBay Presentation by: James Stoner James Stoner.
NextGen Trustee GL/Accounting This class will cover NextGen Financial Management for Trustee Offices. We will look at GL accounts, Transactions, Bank Reconciliation,
Online Fees Payment Jiva Public School.
Instant Enrollment Tutorial Updated March 21, 2012.
How to pay with your credit card IE, CHROME for Windows.
From the home page of mykg2pg
Click the “Add Team” button to create a brand new team
JavaScript, Sixth Edition
A step-by-Step Guide For labels or merges
Submitting an invoice with the Tungsten Portal
Click the “Add Team” button to create a brand new team
The Login Page is the first page your customers
Express Checkout January 2013.
New Members 1. Go to and Click on Link Apply/renew online
You must know the 5-digit synonym for the course to use the
NEW STATEMENT OF ACCOUNTS
Membership/Post Processing - Process Membership
Page-builder: fundraising
Creating a graph on Excel
UPEI Fencing Club Fencer Registration.
Promoting Self-Service
Purchasing & Accounts Payable Tips and Tricks
How to Place a Customer Delivery Service Order
CBMS Transformation Address Tip Sheet
Product Training Credit Cards
Membership/Post Processing - Process Membership
Open this File to determine what food donations are available and what you want to bring as your contribution. Go to Drop Down menu and click arrow to.
PCW-09 Vision: Information Center Approval System
Migilla gorilla costume flyer’s
Marketplace FAQs Treasury 5/1/2019.
Quick Guide for Online Ordering
opm.gov/ShowSomeLoveCFC or Click “DONATE” at NewEnglandCFC.org
opm.gov/ShowSomeLoveCFC or Click “DONATE” at UpstateNYCFC.org
SECC - How to Pledge Online
Presentation transcript:

Donation form optimisation Glyn Thomas

AGENDA Credit/debit card validation Address validation Error alerts Testing donation prompt amounts

Card validation What is card validation? Checks to see if number entered matches card type chosen Correct number of digits Can alert supporter before they click ‘submit’ / ‘donate now’ button

Card validation Visa cards always start with a 4 American Express cards always start 34 / 35 / 36/ 37

Why bother? Reduced unsuccessful donations by 23% Increased overall completions by 4%

What is card validation? Payment type What is card validation?

BLF Credit card validation Address validation Error alerts Testing donation prompt amounts

jQuery credit card validator Credit card validation Address validation Error alerts Testing donation prompt amounts

Open source Credit card validation Address validation Error alerts Testing donation prompt amounts

How it works Detects card type from the number entered Card number length correct for card type Luhn checksum valid – algorithm to check if number is valid (checks for mistyping by supporter)

How it works

How it works

Pros and cons Open source - free Regularly updated Complex integration/installation – custom Javascript needs writing for your template

Creditcard.js Credit card validation Address validation Error alerts Testing donation prompt amounts

Am Ex

Creditcard.js To use in Engaging Networks: Remove the donation form fields from the page Insert a copy block with code instead Add a line of code to the template header or footer

How to set it up

How to set it up

Simple to implement Not open source – licence fee Pros and cons Simple to implement Not open source – licence fee

What is card validation? Paypal? What is card validation?

Paypal?

http://jquerycreditcardvalidator.com/ https://creditcardjs.com/ Links http://jquerycreditcardvalidator.com/ https://creditcardjs.com/

Address validation Address Line 1 – run the address validation from this instead of postcode For 90% of people, it’s quicker for them to fill in the donation form

Address validation

Address validation

Address validation

PCA predict Paste code in template header Set up address validation automatically https://www.pcapredict.com

Real-time error alerts Clear when no longer apply

Norwegian

Norwegian

Norwegian

Norwegian

BLF Credit card validation Address validation Error alerts Testing donation prompt amounts

Up to 10% increase in completion rate Error alerts Up to 10% increase in completion rate

Error alerts

Error alerts

Testing different suggested donation amounts ShareAction

Donation amounts

Donation amounts £3, £5, £8, £12, £23 – three different donation forms Default £8 Average donations £9.09, £8.04, £8.54

Tried default £12 Average donation £14.13 Donation amounts Tried default £12 Average donation £14.13