<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KIMBIA &#187; Q &amp; A</title>
	<atom:link href="http://www.kimbia.com/category/qa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kimbia.com</link>
	<description>Giving Power</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:44:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How do I pre-fill contact information in KIMBIA forms?</title>
		<link>http://www.kimbia.com/qa/prefillcontactinfo/</link>
		<comments>http://www.kimbia.com/qa/prefillcontactinfo/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:07:53 +0000</pubDate>
		<dc:creator>maubin</dc:creator>
				<category><![CDATA[Product Docs]]></category>
		<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1741</guid>
		<description><![CDATA[Here are instructions describing how you can pre-fill the contact information in KIMBIA forms so your known user doesn't have to type it.]]></description>
			<content:encoded><![CDATA[<p><!--start_raw--></p>
<p>Are you a KIMBIA customer running an email donation or registration fundraising campaign and you already know your donor&#8217;s contact information? If you do and can uniquely identify the user when they load the page, you can pre-fill the contact information in KIMBIA forms so the user doesn&#8217;t have to type it.</p>
<p>Some examples of fields you can pre-fill:</p>
<ul>
<li>First Name</li>
<li>Last Name</li>
<li>Email</li>
<li>Street Address Line 1</li>
<li>Streed Address Line 2</li>
<li>City</li>
<li>State</li>
<li>Zipcode</li>
<li>Phone</li>
</ul>
<h3>How to Set Kimbia Contact Profile Values</h3>
<p><strong>1) Determine the question.name.</strong> Usually, this can be determined by loading the form and getting the name attribute of the input. Do not use other attributes.</p>
<p><img class="alignnone size-full wp-image-1809" style="border: 1px solid #ccc;" title="Field Names" src="http://www.kimbia.com/wp-content/uploads/2010/06/input_name.png" alt="" width="638" height="188" /></p>
<p>Put a Custom Function in the <code>&lt;head&gt;</code> of the web page, using JavaScript.</p>
<ol class="code">
<li><code>&lt;script type="text/javascript"&gt;</code></li>
<li class="tab1"><code>function prefill(widget) {</code></li>
<li class="tab2"><code>// do tasks here.</code></li>
<li class="tab1"><code>}</code></li>
<li><code>&lt;/script&gt;</code></li>
</ol>
<p><strong>2) In your Custom Function</strong>, add calls to the widget API to set desired answer values.</p>
<ol class="code">
<li><code>widget.setDefaultAnswerValueByQuestionName("questionName", "desired value"); </code></li>
</ol>
<p>Examples:</p>
<ol class="code">
<li><code>widget.setDefaultAnswerValueByQuestionName("FirstName", "Bart");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("_payment.firstName", "PayFirstNameTest");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("LastName", "Jones");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("ContactEmail", "bartjones@mailinator.com");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName('MailingAddress|country', 'US');</code></li>
<li><code>//NOTE: when working with Addresses, set country first.</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("MailingAddress|street1", "1234 Testing Avenue");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("MailingAddress|street2", "#2");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("MailingAddress|city", "Pleasantville");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("MailingAddress|state", "AL");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("MailingAddress|zipcode", "78704");</code></li>
<li><code>widget.setDefaultAnswerValueByQuestionName("Q4J3CDKWLGG", "555-555-5555,"); </code>
<p>***see notes below</li>
</ol>
<p><strong>3) Put your snippet in the BODY of the page</strong>. Add the <code>&amp;onload=</code> parameter to it that matches the name of your custom function.</p>
<p><code style="font-size: .9em;">&lt;script src="https://widgets.kimbia.com/widgets/form.js?channel=[CAMPAIGN_PREFIX]/[FORM_SUFFIX]&amp;onload=prefill"/&gt;<br />
</code></p>
<h3>NOTES:</h3>
<ul>
<li>When setting Address values, always set country first.</li>
<li>Field names may change from form to form for the items that are optionally added to Contact Information, like Title and Phone Numbers. So, don&#8217;t assume that &#8220;Phone&#8221; will always work as a randomly generated name is just as likely to be given to a field.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/prefillcontactinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do KIMBIA forms work on mobile phones?</title>
		<link>http://www.kimbia.com/qa/do-kimbia-forms-work-on-mobile-phones/</link>
		<comments>http://www.kimbia.com/qa/do-kimbia-forms-work-on-mobile-phones/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:44:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1281</guid>
		<description><![CDATA[KIMBIA donation &#038; registration forms rely on standard JavaScript, CSS2 &#038; SSL functionality - all of which are supported on standard desktop browsers. Modern mobile browsers - Apple's Safari, Google's Android browser &#038; Opera's browsers - also support these technologies. Click to see more specifics.]]></description>
			<content:encoded><![CDATA[<p><br />
<strong>The answer is yes, when the phone is using a modern web browser.</strong> 
<br /><br />
KIMBIA's apps rely on JavaScript functionality and security features, as well as CSS 2 support. These technologies are commonplace on todays desktop browsers (Firefox, Internet Explorer 7, Safari & Opera).  A few mobile browsers are currently supporting these standard browser technologies, and therefore are also able to support donating/registering with a KIMBIA form:
<table border="0" cellspacing="0" cellpadding="6" style="font-size:.9em;width:100%">
  <tr>
    <th scope="col">&nbsp;</th>
    <th scope="col" style="background-color:#407480;color:#ffffff;border-width:0 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;line-height:1.2;padding:6px;">Apple&trade;<br/>iPhone/iTouch</th>
    <th scope="col" style="background-color:#407480;color:#ffffff;border-width:0 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;line-height:1.2;padding:6px;">Google&trade;<br/>Android</th>
    <th scope="col" style="background-color:#407480;color:#ffffff;border-width:0 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;line-height:1.2;padding:6px;">Windows&trade;<br/>Mobile 6.5</th>
    <th scope="col" style="background-color:#407480;color:#ffffff;border-width:0 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;line-height:1.2;padding:6px;">BlackBerry&trade;</th>
    <th scope="col" style="background-color:#407480;color:#ffffff;border-width:0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;line-height:1.2;padding:6px;">Nokia&trade;&nbsp;phones<br />w/&nbsp;Symbian&trade;&nbsp;OS</th>
  </tr>
  <tr>
    <th scope="row" style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/safari-logo.png" alt="safari-logo" title="safari-logo" width="48"  class="alignnone size-full wp-image-1292" /><br />Safari</th>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/checkmark.png" alt="checkmark" title="checkmark" width="64" height="50" class="alignnone size-full wp-image-1288" /></td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">&nbsp;</td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">&nbsp;</td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">&nbsp;</td>
    <td style="border-width:1px 0 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">&nbsp;</td>
  </tr>
  <tr>
    <th scope="row" style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/android_browser.png" alt="android_browser" title="android_browser" width="48" height="48" class="alignnone size-full wp-image-1290" /><br />Google&nbsp;Browser</th>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"></td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/checkmark.png" alt="checkmark" title="checkmark" width="64" height="50" class="alignnone size-full wp-image-1288" /></td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">&nbsp;</td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">&nbsp;</td>
    <td style="border-width:1px 0 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">&nbsp;</td>
  </tr>
  <tr>
    <th scope="row" style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/opera_logo.png" alt="opera_logo" title="opera_logo" width="48" class="alignnone size-full wp-image-1291" /><br />Opera</th>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">Mini v5&beta;<br />(<a href="http://www.opera.com/press/releases/2010/02/10/">coming soon</a>)</td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;">Mobile v10<br />(<a href="http://www.opera.com/press/releases/2009/12/10_2/">coming soon</a>)</td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/checkmark.png" alt="checkmark" title="checkmark" width="64" height="50" class="alignnone size-full wp-image-1288" /><br />
    <a href="http://www.opera.com/mobile/download/" title="Opera Mobile version 10">Mobile v10</a></td>
    <td style="border-width:1px 1px 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/checkmark.png" alt="checkmark" title="checkmark" width="64" height="50" class="alignnone size-full wp-image-1288" /><br />
    <a href="http://www.opera.com/mini/download/blackberry/#active" title="Opera Mini version 5 beta">Mini v5&beta;</a></td>
    <td style="border-width:1px 0 0 0;border-style:dotted;border-color:#CCC;text-align:center;vertical-align:middle;"><img src="http://www.kimbia.com/wp-content/uploads/2010/02/checkmark.png" alt="checkmark" title="checkmark" width="64" height="50" class="alignnone size-full wp-image-1288" /><br />
    <a href="http://www.opera.com/mobile/download/" title="Opera Mobile version 10">Mobile v10</a></td>
  </tr>
</table>
<br />
<strong>Based on these <a href="http://gs.statcounter.com/#mobile_browser-ww-yearly-2008-2010-bar">most recent statistics</a>, KIMBIA donations and registrations could be accessible to more than 69% of mobile Internet traffic.</strong> We expect this number to only trend upward as more mobile browsers are released and/or improved.
<br /><br />
Check back soon for our article on integrating KIMBIA into your mobile fundraising campaigns.
<!-- If you're interested in learning more about making your online fundraising effort mobile friendly, we highly recommend reading our <a href="http://www.kimbia.com">XXXXXXXXXXXXXXXXXX</a>.-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/do-kimbia-forms-work-on-mobile-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does KIMBIA allow me to manage &#8220;offline&#8221; registrations?</title>
		<link>http://www.kimbia.com/qa/offline-registrations/</link>
		<comments>http://www.kimbia.com/qa/offline-registrations/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1231</guid>
		<description><![CDATA[Yes, using KIMBIA's standard form creation tools, you can easily create a form that allows your staff to manually enter information about donations and/or registrations that were not transacted online.]]></description>
			<content:encoded><![CDATA[<p><br />
Yes, using KIMBIA's standard form creation tools, you can easily create a form that allows your staff to manually enter information about donations and/or registrations that were not transacted online. These manually entered data points can then be included in your overall data for the fundraiser or event.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/offline-registrations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does KIMBIA offer email capabilities?</title>
		<link>http://www.kimbia.com/qa/does-kimbia-offer-email-capabilities/</link>
		<comments>http://www.kimbia.com/qa/does-kimbia-offer-email-capabilities/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 16:47:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1200</guid>
		<description><![CDATA[People who register or donate through KIMBIA forms will receive automatic confirmation and receipt emails along with instructions on how to fundraise and share their efforts with personal networks, but our system is not the primary electronic communications medium between your organization and your supporters. While we do not offer blast email capabilities, our products do allow any data captured to be exported in a format acceptable to most all major email systems.]]></description>
			<content:encoded><![CDATA[<p><br />
People who register or donate through KIMBIA forms will receive automatic confirmation and receipt emails along with instructions on how to fundraise and share their efforts with personal networks, but our system is not the primary electronic communications medium between your organization and your supporters. 
<br /><br />
While we do not offer blast email capabilities, our products do allow any data captured to be exported in a format acceptable to most all major email systems.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/does-kimbia-offer-email-capabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does KIMBIA allow me to register volunteers?</title>
		<link>http://www.kimbia.com/qa/register-volunteers/</link>
		<comments>http://www.kimbia.com/qa/register-volunteers/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 05:20:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1229</guid>
		<description><![CDATA[Yes, KIMBIA does permit organizations to create volunteer sign up forms - there is no credit card transaction required if there is no fee.]]></description>
			<content:encoded><![CDATA[<p><br />
Yes, KIMBIA does permit organizations to create volunteer sign up forms - there is no credit card transaction required if there is no fee.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/register-volunteers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I add survey questions to my KIMBIA forms?</title>
		<link>http://www.kimbia.com/qa/survey-questions/</link>
		<comments>http://www.kimbia.com/qa/survey-questions/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 05:19:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1228</guid>
		<description><![CDATA[Yes, KIMBIA allows you to ask all kinds of questions of your donors or event registrants. Also, depending on your needs, some of those questions can have fees associated with them.]]></description>
			<content:encoded><![CDATA[<p><br />
Yes, KIMBIA allows you to ask all kinds of questions of your donors or event registrants. Also, depending on your needs, some of those questions can have fees associated with them. You can ask users what size T-shirt they would like, if their donation is in honor of someone or as a memorial, what issues are important to them, to indicate a dietary preference, provide their age, provide their employer, agree to legal waivers - the list is endless.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/survey-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does KIMBIA allow me to track the progress towards the goal for our fundraising campaigns?</title>
		<link>http://www.kimbia.com/qa/track-progress-towards-fundraising-goal/</link>
		<comments>http://www.kimbia.com/qa/track-progress-towards-fundraising-goal/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 05:13:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1226</guid>
		<description><![CDATA[Yes, KIMBIA makes available a progress/status widget that, just like our forms, automatically adjusts to your website’s look and feel and is not disruptive to your current online presence.]]></description>
			<content:encoded><![CDATA[<p><br />
Yes, KIMBIA makes available a progress/status widget that, just like our forms, automatically adjusts to your website’s look and feel and is not disruptive to your current online presence. Please read our <a href="http://www.kimbia.com/d/installing-customizing-status-widget/">Installing & Customizing the KIMBIA Status widget</a> for more information.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/track-progress-towards-fundraising-goal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will I have to change the look and feel of my website to accomodate KIMBIA?</title>
		<link>http://www.kimbia.com/qa/change-look-and-feel/</link>
		<comments>http://www.kimbia.com/qa/change-look-and-feel/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 05:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1223</guid>
		<description><![CDATA[KIMBIA is designed to support and work within your existing web environment, not force you to change how your site is designed or hosted.]]></description>
			<content:encoded><![CDATA[<p><br />
Not at all. KIMBIA is designed to support and work within your existing web environment, not force you to change how your site is designed or hosted. By default our technology automatically adjusts to your website’s look and feel and is not disruptive to your current online presence. Of course, we also provide a completely customizable 'skinning' of your forms through Cascading Style Sheets (CSS).
<br /><br />
Additionally, the forms that KIMBIA enables you to create and place throughout the Web can be used as distributed content channels for your organization. Beyond providing an immediate transaction opportunity, your donation forms can include videos, surveys, message boards, petitions or other content that you want to communicate to constituents. Providing such content helps build and maintain interest in your organization or associated causes and increase donor engagement.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/change-look-and-feel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will KIMBIA work with the CMS that I already use for my website?</title>
		<link>http://www.kimbia.com/qa/will-kimbia-work-with-the-cms-that-i-already-use-for-my-website/</link>
		<comments>http://www.kimbia.com/qa/will-kimbia-work-with-the-cms-that-i-already-use-for-my-website/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:56:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1221</guid>
		<description><![CDATA[Yes, KIMBIA works with any CMS (content management system) that you may already be using. Our solution complements your existing online presence and doesn’t dictate how your website is designed or hosted. Data captured by KIMBIA can also be fed into a CMS to provide customized content.]]></description>
			<content:encoded><![CDATA[<p><br />
Yes, KIMBIA works with any CMS (content management system) that you may already be using. Our solution complements your existing online presence and doesn’t dictate how your website is designed or hosted. Data captured by KIMBIA can also be fed into a CMS to provide customized content.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/will-kimbia-work-with-the-cms-that-i-already-use-for-my-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does KIMBIA work with the CRM system I already have in place on my website?</title>
		<link>http://www.kimbia.com/qa/does-kimbia-work-with-the-crm-system-i-already-have-in-place-on-my-website/</link>
		<comments>http://www.kimbia.com/qa/does-kimbia-work-with-the-crm-system-i-already-have-in-place-on-my-website/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:50:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1219</guid>
		<description><![CDATA[Yes, KIMBIA is compatible with any CRM system (constituent relationship management) that you may already be using. Since KIMBIA is built with next-generation technology, integration into your existing software platform is effortless. ]]></description>
			<content:encoded><![CDATA[<p><br />
Yes, KIMBIA is compatible with any CRM system (constituent relationship management) that you may already be using. Since KIMBIA is built with next-generation technology, integration into your existing software platform is effortless.
<br /><br />
Online CRM platforms help organizations use the Internet to enhance their relationships with constituents. KIMBIA greatly complements this strategy by increasing the acquisition of new donors and amount of segmentation information, which can then be utilized in your future marketing and fundraising efforts. With KIMBIA, you’re able to ensure that your constituent relationship management activities translate into stronger, more successful long-term results.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/does-kimbia-work-with-the-crm-system-i-already-have-in-place-on-my-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will I be able to integrate the data captured by KIMBIA into my offline database?</title>
		<link>http://www.kimbia.com/qa/integrate-kimbia-data/</link>
		<comments>http://www.kimbia.com/qa/integrate-kimbia-data/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:37:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1217</guid>
		<description><![CDATA[KIMBIA can easily integrate with other backend systems. ]]></description>
			<content:encoded><![CDATA[<p><br />
KIMBIA can easily integrate with other backend systems. Transaction data, segmentation data and other information captured by KIMBIA is immediately available to your database. This data can be written in real-time via API or pulled manually and batched. Flexible reporting allows you to create your own report configurations to get only the information you need, in the format you need it, and save it for future use. You also can set up specific data exports for easy import into constituent management systems. All data is live and real-time in KIMBIA, providing you the most accurate and timely access to your constituent information.
<br /><br />
We do not presume to know exactly how your organization wants to use data and relate to your donors, therefore we make sure that our products integrate into other best-of-breed solutions.  Your data is yours and you are able to move and manipulate it any way you wish.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/integrate-kimbia-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are KIMBIA forms secure?</title>
		<link>http://www.kimbia.com/qa/are-kimbia-forms-secure/</link>
		<comments>http://www.kimbia.com/qa/are-kimbia-forms-secure/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1213</guid>
		<description><![CDATA[KIMBIA provides the industry standard level of transaction security by securing the donation/registration form itself. This means you have the flexibility to place it anywhere on the Web and know that you are protecting your constituents and their online transactions.]]></description>
			<content:encoded><![CDATA[<p><!--start-raw--><br />
While traditional online fundraising systems require you to secure an entire web page that contains a donation form, KIMBIA provides the same level of transaction security by securing the donation/registration form itself. This means you have the flexibility to place it anywhere on the Web and know that you are protecting your constituents and their online transactions.</p>
<p>For more information please see our <a href="http://www.kimbia.com/d/transaction-security-information/">Transaction Security Information</a> document for more information.<br />
<!--end-raw--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/are-kimbia-forms-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does KIMBIA provide consulting or other services to complement its software?</title>
		<link>http://www.kimbia.com/qa/does-kimbia-provide-consulting-or-other-services/</link>
		<comments>http://www.kimbia.com/qa/does-kimbia-provide-consulting-or-other-services/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1211</guid>
		<description><![CDATA[Client success is critical to our success. KIMBIA, and its network of partners are ready to provide your organization with best practices and consultation on how your organization can uniquely leverage our online fundraising tools to drive extraordinary results.]]></description>
			<content:encoded><![CDATA[<p><br />
Client success is critical to our success. KIMBIA provides general guidance in creating and implementing your fundraising campaigns, as well as best practices and consultation on how your organization can uniquely leverage our online fundraising tools to drive extraordinary results. KIMBIA also works with a network of partners who can provide specific help with additional technologies, consulting, strategy, implementation and other expertise so that your organization can truly achieve new levels of success. KIMBIA’s partners, as well as a select number of professional services staff members, are available to assist with custom projects.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/does-kimbia-provide-consulting-or-other-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I already have a standard payment processor, such as PayPal. How Is KIMBIA different than the “Donate Now” button that I have on my website?</title>
		<link>http://www.kimbia.com/qa/standard-payment-processor/</link>
		<comments>http://www.kimbia.com/qa/standard-payment-processor/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:20:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1207</guid>
		<description><![CDATA[It is fairly easy these days to setup a page with a standard payment processor that will take money for your organization. If you're already taking money online KIMBIA is a product to buy when you are asking yourself 'what's next'?]]></description>
			<content:encoded><![CDATA[<p><!--start_raw--><br />
KIMBIA is about maximizing results and building relationship with donors. It is fairly easy these days to setup a page with a technology provider that will take money for your organization but it is a far different thing to please your donors and grow online giving.</p>
<p><strong>If you&#8217;re already taking money online KIMBIA is a product to buy when you are asking yourself &#8216;what&#8217;s next&#8217;?</strong></p>
<p>Most payment processors take a passive approach by re-directing your donors over to their own sites in order to complete a transaction. This process doesn’t address the most important issues affecting an individual’s experience in making a transaction, such as:</p>
<ul>
<li>maintaining your organization’s branding on credit card receipts or ‘thank you’ messages</li>
<li>Keeping the donor on your website and on the page that inspired them to give rather than sending them to a third-party hosted donation page</li>
<li>minimizing the number of steps it takes to complete a transaction. </li>
</ul>
<p>In addition, payment processors do not enable you to obtain important segmentation data that can be extremely useful in future fundraising campaigns.</p>
<p>KIMBIA offers the convenience and affordability of standard payment processors while equipping you with the market’s most powerful online tools that take your online fundraising to new levels:</p>
<ol>
<li>KIMBIA enables you to embed multiple, customized forms each unique to a specific campaign. You can place these forms anywhere on your site, creating significantly more opportunities for visitors to give and reducing the number of click-throughs required to donate.</li>
<li>Donors are able to immediately transact within your original web environment thereby maintaining your branding and messaging. This inspires greater confidence in your donors and reduces abandonment rates.</li>
<li>KIMBIA also enables you to distribute your customized forms anywhere on the Web allowing you to proactively meet the donor with a donation opportunity where they are most inspired to give.</li>
<li>Built-in Social networking tools allow donors to become advocates for your fundraising goals by enabling them to share their experience with their existing online networks.</li>
<li>Your organization has access to all form submission and financial transaction data at all times. Your data is yours and you are able to move and manipulate it any way you wish.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/standard-payment-processor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will KIMBIA work with our existing merchant account?</title>
		<link>http://www.kimbia.com/qa/will-kimbia-work-with-existing-merchant-account/</link>
		<comments>http://www.kimbia.com/qa/will-kimbia-work-with-existing-merchant-account/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 16:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.com/?p=1204</guid>
		<description><![CDATA[KIMBIA works effectively with all major merchant account services. If you do not have an existing merchant account, KIMBIA would be glad to recommend a number of preferred providers.]]></description>
			<content:encoded><![CDATA[<p><br />
KIMBIA works effectively with all major merchant account services. If you do not have an existing merchant account, KIMBIA would be glad to <a href="http://www.kimbia.com/d/kimbia-payment-gateway-setup/">recommend a number of preferred providers</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/will-kimbia-work-with-existing-merchant-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KIMBIA: Frequently Asked Questions</title>
		<link>http://www.kimbia.com/qa/1/</link>
		<comments>http://www.kimbia.com/qa/1/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 18:01:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q & A]]></category>

		<guid isPermaLink="false">http://www.kimbia.dreamhosters.com/blog/?p=9</guid>
		<description><![CDATA[Find answers to the most frequently asked questions about KIMBIA: how we work, how we're different, how we enable organizations to take online fundraising to an entirely new level, etc.]]></description>
			<content:encoded><![CDATA[<p>
<ul>
	<li><a href="#1">Will Kimbia work with our existing merchant account?</a></li>
	<li><a href="#2">How is Kimbia different from a standard payment processor, such as PayPal, that I already have in place?</a></li>
	<li><a href="#3">What does it cost to use Kimbia?</a></li>
	<li><a href="#4">Does Kimbia provide consulting or other services to complement its software?</a></li>
	<li><a href="#5">Is Kimbia secure?</a></li>
	<li><a href="#6">How is Kimbia different than the “Donate Now” button that I already have on my website?</a></li>
	<li><a href="#7">Does Kimbia work with the CRM system I already have in place on my website?</a></li>
	<li><a href="#8">Will I be able to integrate the data captured by Kimbia into my offline database?</a></li>
	<li><a href="#9">Will Kimbia work with the CMS that I already use for my website?</a></li>
	<li><a href="#10">Will I have to change the look and feel of my website just so I can use Kimbia?</a></li>
	<li><a href="#11">Does Kimbia offer email or CMS capabilities?</a></li>
	<li><a href="#12">Does Kimbia provide me with other capabilities beyond creating online donation forms?</a></li>
</ul>
<strong style="color: #915435;"><a name="1"></a>Will Kimbia work with our existing merchant account?</strong><br />
Kimbia works effectively with all major merchant account services. If you do not have an existing merchant account, Kimbia would be glad to recommend a number of preferred providers.
<br /><br />
<strong style="color: #915435;"><a name="2"></a>How is Kimbia different from a standard payment processor, such as PayPal, that I already have in place?</strong>
Payment processors support a passive approach to online fundraising, lacking best practices and the necessary capabilities that drive stronger giving results. Kimbia tools actively help you to raise more money—we do not merely process funds.
<br /><br />
Most online donation processors do nothing more than link donors over to their own sites in order to complete a transaction. This process doesn’t address the most important issues affecting an individual’s experience in making a donation, such as: maintaining your organization’s branding on credit card receipts or ‘thank you’ messages; providing a consistent look and feel from your website to the donation page; and minimizing the number of steps it takes to complete a transaction. In addition, payment processors do not enable you to obtain important segmentation data that can be extremely useful in future fundraising campaigns.
<br /><br />
Kimbia offers the convenience and affordability of standard payment processors while equipping you with the market’s most powerful online tools that take your online fundraising to new levels. We enable you to embed multiple, customized donation forms anywhere on your site and throughout the Web, helping to inspire visitors to donate at their greatest moments of interest. Donors are able to immediately give within your original web environment, instead of being forced over to a third-party website—which often has a different look, feel and branding—to complete their online transaction.
<br /><br />
<strong style="color: #915435;"><a name="3"></a>What does it cost to use Kimbia?</strong><br />
Kimbia bills you only five percent of everything you raise online using our software.* This variable monthly software fee covers all software licensing and usage costs. There are no additional charges for set up, software licensing, support, maintenance, upgrades or overages—it’s all included. Kimbia believes this is the right approach for any true technology partner that is genuinely focused on helping you achieve success. Essentially, we don’t make money unless you’re making money. (*Other pricing models available.)<br /><br />
<strong style="color: #915435;"><a name="4"></a>Does Kimbia provide consulting or other services to complement its software?</strong><br />
Client success is critical to our success. Kimbia provides general guidance in creating and implementing your fundraising campaigns, as well as best practices and consultation on how your organization can uniquely leverage our online fundraising tools to drive extraordinary results. Kimbia also works with a network of partners who can provide specific help with additional technologies, consulting, strategy, implementation and other expertise so that your organization can truly achieve new levels of success. Kimbia’s partners, as well as a select number of professional services staff members, are available to assist with custom projects.
<br /><br />
<strong style="color: #915435;"><a name="5"></a>Is Kimbia secure?</strong><br />
While traditional online fundraising systems require you to secure an entire web page that contains a donation form, Kimbia provides the same level of transaction security by securing the giving form itself. This means you have the flexibility to place it anywhere on the Web and know that you are protecting your constituents and their online transactions.
<br /><br />
<strong style="color: #915435;"><a name="6"></a>How is Kimbia different than the “Donate Now” button that I already have on my website?</strong><br />
With Kimbia, you’re able to increase online donations by providing significantly more opportunities for donors to give, as well as by making it much easier for them to give. In contrast, a “donate now” button forces donors to navigate back to a single, one-size-fits-all donation form located somewhere on your website. This limits the amount of donation opportunities while adding steps and complexity. Whenever you increase the amount of time and complicate the actions required in the donation process, your results suffer. Since a number of click-throughs are required to access a form through a “donate now” link, potential donors are more likely to abandon their attempts to give at this stage.
<br /><br />
Kimbia does away with the limitations and obstacles you face with “donate now” buttons by enabling you to embed actual donation forms directly into the content of a web page itself. Rather than forcing donors to navigate back to a single form on a single page, you’re able to more proactively meet the donor with an opportunity to give no matter where they are on your website. You’ve significantly reduced the number of click-throughs required to donate, which helps to reduce abandonment rates and accelerate your online giving.
<br /><br />
Kimbia also enables you to create multiple donation forms, each unique to a specific campaign, which can be posted anywhere on the Web and within any website platform. This means your forms can be more targeted and more easily enable donors to give to specific campaigns.
<br /><br />
<strong style="color: #915435;"><a name="7"></a>Does Kimbia work with the CRM system I already have in place on my website?</strong><br />
Yes, Kimbia is compatible with any CRM system (constituent relationship management) that you may already be using. Since Kimbia is built with next-generation technology, integration into your existing software platform is effortless. Online CRM platforms help organizations use the Internet to enhance their relationships with constituents. Kimbia greatly complements this strategy by increasing the acquisition of new donors and amount of segmentation information, which can then be utilized in your future marketing and fundraising efforts. With Kimbia, you’re able to ensure that your constituent relationship management activities translate into stronger, more successful long-term results.
<br /><br />
<strong style="color: #915435;"><a name="8"></a>Will I be able to integrate the data captured by Kimbia into my offline database?</strong><br />
Kimbia can easily integrate with other backend systems. Transaction data, segmentation data and other information captured by Kimbia is immediately available to your database. This data can be written in real-time via API or pulled manually and batched. Flexible reporting allows you to create your own report configurations to get only the information you need, in the format you need it, and save it for future use. You also can set up specific data exports for easy import into constituent management systems. All data is live and real-time in Kimbia, providing you the most accurate and timely access to your constituent information
<br /><br />
<strong style="color: #915435;"><a name="9"></a>Will Kimbia work with the CMS that I already use for my website?</strong><br />
Yes, Kimbia works with any CMS (content management system) that you may already be using. Our solution complements your existing online presence and doesn’t dictate how your website is designed or hosted. Kimbia also can feed information into a CMS to provide customized content.
<br /><br />
<strong style="color: #915435;"><a name="10"></a>Will I have to change the look and feel of my website just so I can use Kimbia?</strong><br />
Not at all. Kimbia is designed to support and work within your existing web environment, not force you to change how your site is designed or hosted. Our technology automatically adjusts to your website’s look and feel and is not disruptive to your current online presence.
<br /><br />
<strong style="color: #915435;"><a name="11"></a>Does Kimbia offer email or CMS capabilities?</strong><br />
Kimbia delivers automated receipts and ‘thank you’ messages via email as part of your donation or event registration process. We do not offer blast email or CMS capabilities. However, we do integrate effortlessly with any email, CMS or CRM system.
<br /><br />
<strong style="color: #915435;"><a name="12"></a>Does Kimbia provide me with other capabilities beyond creating online donation forms?</strong><br />
Yes we do. The same functionality that enables you to easily create customized donation forms also enables you create registration forms for any kind of event (e.g., races, golf tournaments, galas, etc.) Race operators and organizers have found our forms especially useful because they can accept and manage registrations for large races directly on their own websites, versus re-directing registration over to a third-party site.
<br /><br />
Additionally, the forms that Kimbia enables you to create and place throughout the Web can be used as distributed content channels for your organization. Beyond providing an immediate transaction opportunity, your donation forms can include videos, surveys, message boards, petitions or other content that you want to communicate to constituents. Providing such content helps build and maintain interest in your organization or associated causes and increase donor engagement.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbia.com/qa/1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
