SmartZIP OLX is our add-on for Blackbaud OLX donation forms providing international address autocomplete.
Installation is very simple as long as you are familiar with how to place an OLX donation form on a page (please refer to
Blackbaud Guides for help on this if unsure).
Step 1 - Create your snippet
The first step is to create your snippet. To do this you:
Enter your license details from the SmartZIP OLX trial email
Click 'Get Script'
This will give you something like the below snippet which you need to copy for Step 2.
<script>var SmartZIPOLXSettings = {"product":"SmartZIPOLX","client":"XXXXXXXXX"}</script><!--
(c) 2017 The SmartTHING Limited
File smartzipolx-display provided under license to XXXXXXXXX
Last updated 06/30/2017 05:01:41 pm
-->
Step 2 - Install the script on your website
You just need to paste your SmartZIP snippet after your OLX snippet so you will have something like the below instead of just the normal OLX snippet:
<div id="bbox-root"></div>
<script type="text/javascript">
window.bboxInit = function () {
bbox.showForm('XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX');
};
(function () {
var e = document.createElement('script'); e.async = true;
document.getElementsByTagName('head')[0].appendChild(e);
} ());
</script><script>var SmartZIPOLXSettings = {"product":"SmartZIPOLX","client":"XXXXXXXXX"}</script><!--
(c) 2017 The SmartTHING Limited
File smartzipolx-display provided under license to XXXXXXXXX
-->
Step 3 - Using SmartZIP - Checking the address auto complete
When installed and you go to your OLX page you should instead of the address fields see a 'Find address' box. Typing in the box should provide address suggestions for the country you currently have selected. When you select an address the address fields will then appear and be completed.