Release Date: December 23, 2016
Version #: 002.005.005
Please Note: It is highly recommended that the browser cache be cleared prior to using the new features.
New Features:
- Custom Question SKU: Each answer to a custom question may be assigned an SKU to be appended to the main payment item's SKU. See example below.
- Custom Question section name show / hide: The section name may be set to Hide for further UI customization.
- Inclusion of Analytics Script (e.g. Google Analytics) in the "Thank You" page to help with tracking the transaction completion analytics.
Details:
Feature 1: Custom Question SKU >> In the following example a radio button with several options are available in the form in addition to 2 custom questions.
Donation Form options:
- $30 >> SKU= Student
- $50 >> SKU= Patron
- $100 >> SKU= Silver
- $1000 >> SKU= Platinum
Custom Questions:
- Are you an existing member?
- Yes >> SKU Suffix = :Existing
- No >> SKU Suffix = :New
- Do you wish to receive our monthly magazine?
- Subscribe >> SKU Suffix = :OptIn
- No Thank you >> SKU Suffix = :OptOut
Given the above items and custom questions the following SKU's will be assigned to the paid item:
- Paid $30 and answered Yes to the member question and No to the subscribe question: SKU = Student:Existing:OptOut
- Paid $100 and answered No to the member question and Yes to the subscribe question: SKU = Silver:New:OptIn
The feature may be used in Salesforce by allowing mapping of various conditions in fields in Account, Contact, or Opportunity. Autoresponder may also be triggered based on the combinations of items.
Feature 2: Show / Hide of custom question section name