<?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>Infusionsoft Hacks*</title>
	<atom:link href="http://infusionsofthacks.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://infusionsofthacks.com/blog</link>
	<description>Get even more power from your app!</description>
	<lastBuildDate>Tue, 08 May 2012 21:50:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Complete Control over Infusionsoft Order Forms</title>
		<link>http://infusionsofthacks.com/blog/complete-control-over-infusionsoft-order-forms/</link>
		<comments>http://infusionsofthacks.com/blog/complete-control-over-infusionsoft-order-forms/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 22:30:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://infusionsofthacks.com/blog/?p=206</guid>
		<description><![CDATA[I hate self-hosted Infusionsoft Order forms&#8230; You loose a lot of the elegance of them. They just look blech&#8230; So, I wrote a javascript library that you can put in the header of your Infusionsoft Hosted Order Form that allows you to paste your own html for the order form with special placeholders for the [...]]]></description>
			<content:encoded><![CDATA[<div class="ptp">I hate self-hosted Infusionsoft Order forms&#8230;  You loose a lot of the elegance of them.  They just look blech&#8230;</p>
<p>So, I wrote a javascript library that you can put in the header of your Infusionsoft Hosted Order Form that allows you to paste your own html for the order form with special placeholders for the fields, and another special tag for the error list, and it lets you make your order form look any way you want.</p>
<p>One of the things you&#8217;ll need for this to work properly is this bookmarklet.  The Infusionsoft Source code editor on the Order Form Header and Footer editor is very slow when your html get&#8217;s HUGE.  This bookmarklet will convert the &#8220;Big Tiny&#8221; editor into a text box so that you can edit your code easily without waiting minutes for the code editor to highlight your code.</p>
<p>Just drag this link to your toolbar: <a href=" javascript:void(jQuery('#CustomFormSale0PageFooter_wysiwyg_tab_bar').parent().html(jQuery('#CustomFormSale0PageFooter')));void(jQuery('#CustomFormSale0PageHeader_wysiwyg_tab_bar').parent().html(jQuery('#CustomFormSale0PageHeader')));">Order Form Header and Footer Code Editor To Textbox</a></div>
]]></content:encoded>
			<wfw:commentRss>http://infusionsofthacks.com/blog/complete-control-over-infusionsoft-order-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a popup Calendar to your Hosted Webform!!</title>
		<link>http://infusionsofthacks.com/blog/add-a-popup-calendar-to-your-hosted-webform/</link>
		<comments>http://infusionsofthacks.com/blog/add-a-popup-calendar-to-your-hosted-webform/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 06:06:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://infusionsofthacks.com/blog/?p=161</guid>
		<description><![CDATA[Check out this tool!! Hosted Web Forms &#8211; Put a Calendar on a field. A Client of mine requested a way to put a popup calendar on a webform. His customer&#8217;s fill out a web form specifying a day they would like to reserve his services. He has found that customers frequently enter the wrong [...]]]></description>
			<content:encoded><![CDATA[<div class="ptp">Check out this tool!!<br />
<br/><br/></p>
<div class="ptp">
<h2><a href="http://infusionsofthacks.com/blog/?page_id=159">Hosted Web Forms &#8211; Put a Calendar on a field.</a></h2>
<p>A Client of mine requested a way to put a popup calendar on a webform.  His customer&#8217;s fill out a web form specifying a day they would like to reserve his services.  He has found that customers frequently enter the wrong date&#8230;  Thus, a calendar popup should alleviate this by helping customer&#8217;s see the day of week, etc&#8230;  Of the date they select.</p>
<p>Adding this calendar to a hosted webform is a piece of cake.  Just add the following code to your webform, and replace the jQuery selector with the proper one.</p>
<pre class="prettyprint ">
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/base/jquery-ui.css&quot; /&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
jQuery('#inf_field_someField').datepicker();
&lt;/script&gt;
</pre>
<p>See the demo form below&#8230;  Click on any field to see the calendar.</p>
<p><script type="text/javascript" src="https://joey.infusionsoft.com/app/form/iframe/3f09f94c7364343fd5b7fa1685099f15"></script></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://infusionsofthacks.com/blog/add-a-popup-calendar-to-your-hosted-webform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make the new hosted webforms Transparent!!!</title>
		<link>http://infusionsofthacks.com/blog/make-the-new-hosted-webforms-transparent/</link>
		<comments>http://infusionsofthacks.com/blog/make-the-new-hosted-webforms-transparent/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 17:59:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://infusionsofthacks.com/blog/?p=82</guid>
		<description><![CDATA[I recently added a webform to my site (on the contact us page). But I didn&#8217;t like the white background&#8230; With a few javascript tweaks embeded in the webform as an html snippet, the form is transparent and it looks great! Check it out below&#8230; Hosted Web Froms &#8211; Make Transparent To make a hosted [...]]]></description>
			<content:encoded><![CDATA[<div class="ptp">I recently added a webform to my site (on the contact us page).  But I didn&#8217;t like the white background&#8230;  With a few javascript tweaks embeded in the webform as an html snippet, the form is transparent and it looks great!  Check it out below&#8230;</p>
<p><br/><br/></p>
<div class="ptp">
<h2><a href="http://infusionsofthacks.com/blog/?page_id=75">Hosted Web Froms &#8211; Make Transparent</a></h2>
<p>To make a hosted Web form transparent, just add an html snippet, and add the following code:</p>
<pre class="prettyprint ">
&lt;style&gt;
  #mainContent .background, #mainContent .body {
    background-color: transparent;
  }
&lt;/style&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  jQuery(document).ready(
    function(){
      jQuery('#mainContent td.body, table.bodyContainer').removeAttr('bgcolor');
    }
  );
&lt;/script&gt;
</pre>
</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://infusionsofthacks.com/blog/make-the-new-hosted-webforms-transparent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Ways to make more money with Infusionsoft</title>
		<link>http://infusionsofthacks.com/blog/3-ways-to-make-more-money-with-infusionsoft/</link>
		<comments>http://infusionsofthacks.com/blog/3-ways-to-make-more-money-with-infusionsoft/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 05:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://infusionsofthacks.com/blog/3-ways-to-make-more-money-with-infusionsoft/</guid>
		<description><![CDATA[It constantly amazes me how many little things people can do to maximize their income with Infusionsoft.  Most people only use the basic features of Infusionsoft and still bring in the dough.  Here are a few of the little things I seen that are easy to implement and will help you make Infusionsoft that much [...]]]></description>
			<content:encoded><![CDATA[<div class="ptp">It constantly amazes me how many little things people can do to maximize their income with Infusionsoft.  Most people only use the basic features of Infusionsoft and still bring in the dough.  Here are a few of the little things I seen that are easy to implement and will help you make Infusionsoft that much more powerful.</p>
<ol>
<li>Change your default Opt-Out link to An Update / Opt Out Link, and rename it to &#8220;Update your subscription preferences&#8221;.  (To do this, go to &#8220;Misc Settings -&gt; Marketing -&gt; Links -&gt; Opt In / Out&#8221; and click edit on the link you want to change.)  This will allow your prospects and customers to opt out of a single follow-up sequence instead of becoming non-marketable across the system when they un-subscribe.</li>
<li>Use the upsell features in the shopping cart.</li>
<li>Change your thankyou pages to ALWAYS include a javascript, or meta tag redirect back to your site.  i.e.  <code>&lt;meta http-equiv="refresh" content="2;url=http://infusionsofthacks.com/"&gt;   The (2) is the time in seconds before redirecting.  Or: &lt;script&gt; setTimeout(function(){window.location = "http://infusionsofthacks.com"; }, 2*1000);&lt;/script&gt;  (2 is the number of seconds to wait before redirecting.)</code></li>
<li>Setup a default autocharge trigger for all your products that sends out a credit card update link.  This will let your customers update their credit card information without having to call you.  You can set it up to send the email either after a card has expired or after a card has been declined X number of times.</li>
<li>Put product buy now links in you emails&#8230;  In the shopping cart setup area, you can create buy now links for your products.  Don&#8217;t let an email go out without a buy now product link.</li>
</ol>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=bcbe6fb3-866d-83dc-8a3f-de09a7998388" alt="" /></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://infusionsofthacks.com/blog/3-ways-to-make-more-money-with-infusionsoft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add a Contact Search to Firefox!</title>
		<link>http://infusionsofthacks.com/blog/add-a-contact-search-to-firefox/</link>
		<comments>http://infusionsofthacks.com/blog/add-a-contact-search-to-firefox/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 21:11:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://infusionsofthacks.com/blog/?p=5</guid>
		<description><![CDATA[Add a contact search to firefox is an open search plugin that allows you to search you Infusionsoft Contacts right from your browser window! Use the below tool to install it. No API key is nessecary, just your app name. Firefox &#8211; Infusionsoft Contact Search Just enter your App name below, and in two clicks, [...]]]></description>
			<content:encoded><![CDATA[<div class="ptp">Add a contact search to firefox is an open search plugin that allows you to search you Infusionsoft Contacts right from your browser window!  Use the below tool to install it.  No API key is nessecary, just your app name.</p>
<p><br/><br/></p>
<div class="ptp">
<h2><a href="http://infusionsofthacks.com/blog/?page_id=66">Firefox &#8211; Infusionsoft Contact Search</a></h2>
<p>Just enter your App name below, and in two clicks, you&#8217;ll be able to search you Infusionsoft contacts by email address directly from firefox!  Just enter your contact email or the first part of the email address into firefoxes upper right corner search box.  Combine this with the Firefox Drag N DropZones plugin for a powerful combination.</p>
<p><iframe frameborder="0" width="100%" src="/tools/infusionsoft_opensearch.php" style="border: none;"></iframe></p>
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://infusionsofthacks.com/blog/add-a-contact-search-to-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host a Webform From Infusionsoft!</title>
		<link>http://infusionsofthacks.com/blog/hello-world/</link>
		<comments>http://infusionsofthacks.com/blog/hello-world/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 03:43:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[webform]]></category>

		<guid isPermaLink="false">http://infusionsofthacks.com/blog/?p=1</guid>
		<description><![CDATA[You can get Infusionsoft to host your webform for you&#8230;  Here&#8217;s how.  Log into you App, and create a new trackable link, while creating the trackable link, copy the WebForm html.  In the trackable link setup area configure a thank you page.  In the upper left hand corner of the thank you page edit area, [...]]]></description>
			<content:encoded><![CDATA[<div class="ptp">You can get Infusionsoft to host your webform for you&#8230;  Here&#8217;s how.  Log into you App, and create a new trackable link, while creating the trackable link, copy the WebForm html.  In the trackable link setup area configure a thank you page.  In the upper left hand corner of the thank you page edit area, there is a button that says &#8220;HTML&#8221;.  Click on this button.  Now, paste the Web Form HTML into the html source (You probably want to highlight the text, and just replace that, so that you still have the fancy border for the thankyou page.)</p>
<p>Now, create a new email broadcast, and put the trackable link you just created in the email.  Now, add yourself to the recipient list, and send the broadcast.  Now, check your email, and copy the link.  Viola!!!  This link now takes people to the webform, hosted by infusionsoft.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://infusionsofthacks.com/blog/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

