<?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>Infusionpros &#187; Infusionsoft User Tips</title>
	<atom:link href="http://infusionpros.com/ip/category/infusionsoft-user-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://infusionpros.com/ip</link>
	<description>Infusionsoft Professional Solutions and Integration</description>
	<lastBuildDate>Sun, 03 Apr 2011 17:02:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Populate a date field with current date</title>
		<link>http://infusionpros.com/ip/populate-a-date-field-with-current-date</link>
		<comments>http://infusionpros.com/ip/populate-a-date-field-with-current-date#comments</comments>
		<pubDate>Sun, 03 Apr 2011 16:59:40 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>
		<category><![CDATA[Infusionsoft User Tips]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=1034</guid>
		<description><![CDATA[Hello!
After popular demand I created a simple work around to get the current date populated and submitted when a webform is filled out. People have requested this in order to kick off followup email based on a date record in a infusionsoft followup sequence based on some thing like a &#8217;signup date&#8217; or &#8217;start date&#8217; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fpopulate-a-date-field-with-current-date"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fpopulate-a-date-field-with-current-date" height="61" width="51" /></a></div><p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Hello!</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">After popular demand I created a simple work around to get the current date populated and submitted when a webform is filled out. People have requested this in order to kick off followup email based on a date record in a infusionsoft followup sequence based on some thing like a &#8217;signup date&#8217; or &#8217;start date&#8217; etc&#8230;<br />
</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">You will need to have access to edit the html of your website.</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Follow the steps below to get it to work:</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">1. Open up your webpage that you want this to take place on in a html editor such as Dreamweaver or notepad etc.</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">2. Make sure you have your custom date field created and added to the webform before you grab code from infusionsoft to paste onto your site.</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">3. Copy and Paste the following script into the webpage body where ever you like.<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
window.onload=function()<br />
{<br />
var output=document.getElementById(&#8217;date&#8217;);<br />
output.disabled=true;<br />
var mydate=new Date(),<br />
month=mydate.getMonth(),<br />
day=mydate.getDate(),<br />
year=mydate.getYear();<br />
output.value = (month&lt;10?&#8217;0&#8242;+month:month)+&#8217;/'+(day&lt;10?&#8217;0&#8242;+day:day)+&#8217;/'+2011;<br />
}<br />
&lt;/script&gt;</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">4. Now find the custom Infusionsoft date field you created in your webform code on your web page and change the id=&#8221;xoxox&#8221; to id=&#8221;date&#8221;. (see full example: &lt;input type=&#8221;text&#8221; <strong>id=&#8221;date&#8221;</strong> name=&#8221;Contact0Customfield&#8221;&gt; )</span></span></span></p>
<p>Also, make sure you edit the field name to your own custom field name from the one I show above.</p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Let me know if you have any questions.</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">STEVE<br />
</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/populate-a-date-field-with-current-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrate Facebook Comments On Your Blog</title>
		<link>http://infusionpros.com/ip/integrate-facebook-comments-on-your-blog</link>
		<comments>http://infusionpros.com/ip/integrate-facebook-comments-on-your-blog#comments</comments>
		<pubDate>Thu, 17 Feb 2011 18:12:57 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>
		<category><![CDATA[Infusionsoft User Tips]]></category>
		<category><![CDATA[Website Traffic Tips]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[infusionsoft]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=948</guid>
		<description><![CDATA[If you  follow any of the bigger internet marketers online you will notice that  most have a facebook comments box on all their blog pages at the bottom.  They are using this because everytime someone comments or conversates  about you blog post it can go viral by posting it to thier [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fintegrate-facebook-comments-on-your-blog"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fintegrate-facebook-comments-on-your-blog" height="61" width="51" /></a></div><p>If you  follow any of the bigger internet marketers online you will notice that  most have a facebook comments box on all their blog pages at the bottom.  They are using this because everytime someone comments or conversates  about you blog post it can go viral by posting it to thier own facebook  wall which in return will drive their friends(new traffic) back to your  blog post.</p>
<p>Well if you have a facebook account and wordpress&#8230; I want  to show you how to integrate it so you can start getting a little more  viral and not waste your viewers comments on &#8216;normal&#8217; blog posts.</p>
<p><strong>Step One </strong><br />
Log in to your facebook account and create a fan page  for your account. If you have one already you do not need to do this.  Just make sure you are logged into your main account.</p>
<p><strong>Step Two</strong><br />
Go to this url to create a application and get your Facebook API Key and Secret Code.<br />
<a href="http://www.facebook.com/developers/apps.php">http://www.facebook.com/developers/apps.php </a></p>
<p>Click the &#8216;Set Up New App&#8217; as seen below<br />
<img class="size-full wp-image-949 alignnone" title="fb1" src="http://infusionpros.com/ip/wp-content/uploads/2011/02/fb1.jpg" alt="fb1" width="507" height="163" /></p>
<p><strong> Step Four</strong><br />
Create a name. This isnt super important, just write something in there like &#8216;My blog comments&#8217; or whatever.<br />
Click Agree, then click Create App as seen below<br />
<img class="size-full wp-image-950 alignnone" title="Facebook Comments Step 4" src="http://infusionpros.com/ip/wp-content/uploads/2011/02/Untitled-12.jpg" alt="Facebook Comments Step 4" width="544" height="245" /><br />
There will also be a secure Captcha code verification. Fill that out and click submit.</p>
<p><strong> Step Five</strong><br />
Once on the page below<br />
Click on the Web Site link to the left<br />
Make note or copy/paste of the Application Id AND the Application Secret (create a notepad file and copy/paste them in) You will need these later.<br />
<img class="alignnone size-full wp-image-951" title="fbapikey" src="http://infusionpros.com/ip/wp-content/uploads/2011/02/apikey.jpg" alt="fbapikey" width="600" height="236" /></p>
<p><strong>Step Six</strong><br />
Log in to your word press account and click on<br />
&gt;Plugins<br />
&gt;Add New<br />
&gt;Search for the term &#8216;Facebook Comments&#8217;<br />
&gt;Install the <strong>Facebook Comments for WordPress</strong> by Graham Swan<br />
&gt;It will prompt you to input your Facebook Application ID and Facebook Secret<br />
&gt;Enter it in from step 5 and click Update Changes</p>
<p>Thats IT!!</p>
<p>Look below this post to see it in action. If this article helped you then please post a comment <img src='http://infusionpros.com/ip/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>STEVE<br />
Infusionpros.com</p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/integrate-facebook-comments-on-your-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Perfect Customer Lifecycle</title>
		<link>http://infusionpros.com/ip/the-perfect-customer-lifecycle</link>
		<comments>http://infusionpros.com/ip/the-perfect-customer-lifecycle#comments</comments>
		<pubDate>Mon, 31 Jan 2011 19:10:23 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft User Tips]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=939</guid>
		<description><![CDATA[If you are a newer Infusionsoft user or have had it but not really utilizing it you owe it to yourself to learn this stuff. Even if you are not one that is down with learning it yourself at least you should have a better understanding of how YOUR business ideally should interact with Infusionsoft.
Scott [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fthe-perfect-customer-lifecycle"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fthe-perfect-customer-lifecycle" height="61" width="51" /></a></div><div id="attachment_940" class="wp-caption alignnone" style="width: 396px"><img class="size-full wp-image-940 " title="perfect-customer-lifecycle" src="http://infusionpros.com/ip/wp-content/uploads/2011/01/perfect-customer-lifecycle.jpg" alt="Infusionsoft's Perfect Customer Lifecycle (tm)" width="386" height="241" /><p class="wp-caption-text">Infusionsoft&#39;s Perfect Customer Lifecycle (tm)</p></div>
<p>If you are a newer Infusionsoft user or have had it but not really utilizing it you owe it to yourself to learn this stuff. Even if you are not one that is down with learning it yourself at least you should have a better understanding of how YOUR business ideally should interact with Infusionsoft.</p>
<p>Scott Martineau(co-founder) of Infusionsoft had a live webinar explaining &#8216;The Perfect Customer Lifecycle&#8217;. I watched it and it was awesome. These are a lot of the same techniques I not only help my clients figure out.. but ALSO actually implement in their business.</p>
<p>You should be able to download a recording of the webinar on the <a href="http://www.infusionblog.com/entrepreneur/webinar-the-perfect-customer-lifecycle/">Infusionsoft Blog</a>.</p>
<p>If you did attend this webinar presentation you know the importance of properly mapping out your customers life cycle from lead to paying customer. I specialize in setting these flows up inside of Infusionsoft as well as mapping them out. Please let me know of any questions or requests to help in your setup of YOUR &#8216;Perfect Customer Lifecycle&#8217; by following the link below.</p>
<p><span style="font-size: medium;"><strong>Click Here=&gt; </strong></span><span style="background-color: #ffff99;"><span style="text-decoration: underline;"><a title="YOUR perfect customer lifecycle" href="http://infusionpros.com/ip/services"><span style="font-size: medium;"><strong>Get help with YOUR &#8216;Perfect Customer Lifcycle&#8217;</strong></span></a></span></span></p>
<p>To your success,<br />
Steve Hofstetter</p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/the-perfect-customer-lifecycle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infusionsoft Frustrations &#8211; Answered</title>
		<link>http://infusionpros.com/ip/infusionsoft-frustrations-answered</link>
		<comments>http://infusionpros.com/ip/infusionsoft-frustrations-answered#comments</comments>
		<pubDate>Fri, 21 Jan 2011 22:04:11 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>
		<category><![CDATA[Infusionsoft User Tips]]></category>
		<category><![CDATA[infusion]]></category>
		<category><![CDATA[infusionsoft]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=922</guid>
		<description><![CDATA[HELLO!
Ok, so I had a bunch of questions and comments and tried to respond to all of them via email. I took a list of some and pasted the question and answer for you to read.
Hopefully some of your own questions were answered below as well.
Please feel free to email me any questions you have [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-frustrations-answered"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-frustrations-answered" height="61" width="51" /></a></div><p>HELLO!<br />
Ok, so I had a bunch of questions and comments and tried to respond to all of them via email. I took a list of some and pasted the question and answer for you to read.</p>
<p>Hopefully some of your own questions were answered below as well.</p>
<p>Please feel free to email me any questions you have at any time. I will do my best to answer them for you.</p>
<p>1. If I already have a clients phone number, address or email and push  them toward another infusion web form is there any way it can recognize  we have certain data and prepopulate it into the form, requiring only  data we dint yet have for them to fill out the form?<br />
(I believe there is because YOU do it! how?)</p>
<p><strong style="color: #cc0000;">Yes, it is using a piece of  PHP code in all of the fields in your second form. You also have to have  the little check box &#8216;pass persons info to thankyou page&#8217; checked off  AND all of the fields need to be in the first forms that you want to get  info from. You dont necessarily need to ask for the fields in the first  form they just need to be included as option fields in the infsionsoft  forms field area.<br />
Make sense?</strong></p>
<p>3. How to add people to multiple Fu sequences based on actions they  take or forms they fill out but NOT add them to a sequence again later  if they&#8217;ve already been added and removed from it.<br />
(or does this happen as a default? i.e. people don;t get added to a sequence they&#8217;ve already been through?)</p>
<p><strong style="color: #cc0000;">If you remove them at any  point they are then eligible to be put back in and started over. If you  never remove them and for example they are completed in a particular  sequence and the action to Start a Sequence on that same one happens to  them again they will not be started over.. BUT, that is only if the  checkbox &#8216;restart the sequence if person is already in the sequence&#8217; is  NOT checked off.<br />
OR<br />
you could have a action on Every sequence that tags them with a  &#8216;DoNotAddSequenceA&#8217; for sequence &#8216;A&#8217; and so on for each one as the first  immediate step. Then on every action that adds a person to a squence  you can have a condition that says &#8216;IF the Have Tag &#8216;DoNotAddSequenceA&#8217;  Do Not Run action. This would prevent any one being added to another  sequence again in the future&#8230;</strong></p>
<p>4. Why the &#8220;task notifier&#8221; email is coming to me multiple times on a  single task (sometimes 5 times) and showing in my tasks queue when I  login infusion</p>
<p><strong style="color: #cc0000;">Do you have this as a action in a sequence to create a task?<br />
Make sure it is not &#8216;looping&#8217; the action to create a task..</strong></p>
<p>5. What are &#8220;opportunities&#8221;? and how do we use them?</p>
<p><strong style="color: #cc0000;">Opportunities are a manual  tracking system mainly used by sales reps to track the progress of a  persons interest in a particular product or service. It is like a  pipeline to track the lead from being a cold lead, warmer, hot and then  eventually hopefully WON as a sale. Remember this is not automated and  someone has to Manually move a leads status from one stage to another.</strong></p>
<p>6. If you have prospects fill out one form and then are redirected  to another can that data come through and prepopulate in the second  form?</p>
<p><strong style="color: #cc0000;">Yes, see answer 1 above. Pass the variables and use some php to grab it and push them into the appropriate areas.</strong></p>
<p>7. What uses does &#8220;team&#8221; have under settings?</p>
<p><strong style="color: #cc0000;"><span style="font-size: small;"><span style="font-size: 10pt; font-family: Verdana;">By creating <strong>teams</strong> within Infusionsoft, you can grant access to a supervisor to oversee  those under him or her. Any business that contains a sales division  could benefit from using the team function. The sales manager would be  able to view the opportunities of his/her sales team but would be unable  to see opportunities of other sales teams.</span></span></strong></p>
<p>8. Where can I get training tutorials on setting up pipelines opportunities and a sales staff to use infusion?</p>
<p><strong style="color: #cc0000;">Definitely use the Help menu in your app as it now pulls real time info into it based on the page you are looking at.</strong></p>
<p>9. What are triggers and how are they used?</p>
<p><strong style="color: #cc0000;">Triggers are used in the order  process. Typically when a card fails at after any amount or every retry  you can trigger actions to happen. The action can be anything. You can  also you triggers to go off before a CC is about to expire. This is good  if you have recurring billing. Just set up a trigger to send an email  30 days before a CC expires and use a CC update link. this will allow  the user to update their own card with out having you to use your staffs  time.</strong></p>
<p>10. How much to add voice broadcast capability and how muxh cost  monthly or per call for steps? Can you discuss with me ways I might use  this and how to add to existing web forms?</p>
<p><strong style="color: #cc0000;">Just create an action to Send a  Voice Broadcast. Go to Misc settings to set it up. It will ask you to  verify your phone number. I believe it costs 10 cents per minute long  message. if you hit 60 seconds it would cost 20 cents.</strong></p>
<p>11 Can you integrate my infusionsoft application with a &#8220;<a href="http://socialgo.com/" target="_blank">socialgo.com</a>&#8221; social network membership site?</p>
<p><strong><span style="color: #cc0000;">Possibly. I would need more info&#8230;<br />
They need to have an open API also.</span></strong></p>
<p>12.Is there a &#8220;dynamic&#8221; way I can have custom &#8220;.sig&#8221; files or custom  merge field on my email templates, and change the signature once and  have it reflect in all the templates where that .sig/merge field is  used? If so, can you have multiple like ~sig 1~, ~sig 2~ etc and HOW?</p>
<p><strong style="color: #cc0000;">No. You would have to have a different user for each signature.</strong></p>
<p>13. Is there any way to delay FU sequence steps so two don;t go to the same person on the same day from different sequences?</p>
<p><strong style="color: #cc0000;">No. this is just how it works.  They would not know dynamically where the person is at in any given  sequence compared to another sequence.</strong></p>
<p>14. What do merge fields have as defaults if nothing there for like &#8220;phone number&#8221;?<br />
after the other)<br />
<strong style="color: #cc0000;"><br />
Nothing on most of them. You can set them manually form a email template under<br />
&gt;get personal<br />
&gt;click on Defaults tab<br />
&gt;click on show fields and set what you want them save.</strong></p>
<p>15. How can I make a web form &#8220;pretty&#8221; because all mine SUCK!?</p>
<p><strong style="color: #cc0000;">That is a manual process done with html and css. Let me know. I can make it look how ever you want on your site.</strong></p>
<p>16. Can I web form be modified somehow to allow a user to select  what time frame they&#8217;d like to be called in response to their  information request (i.e. set an appointment or some such, that gets  routed to an infusionsoft license user to call back as a timed task?)</p>
<p><strong style="color: #cc0000;">You can not dynamically set an  appointment. But you can dynamically set a date and have an email  trigger the day or earlier to notify the user to call or whatever you  want. Then you can also merge in a time that the submitter(is that  word&#8230;) put in the same form.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/infusionsoft-frustrations-answered/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Total Packages Now Available</title>
		<link>http://infusionpros.com/ip/total-packages-now-available</link>
		<comments>http://infusionpros.com/ip/total-packages-now-available#comments</comments>
		<pubDate>Wed, 03 Nov 2010 05:00:08 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft User Tips]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=854</guid>
		<description><![CDATA[We are now offering full word press web design and Infusionsoft build out all in one package to you.
Please take a look at all the details by clicking the link below:
http://infusionpros.com/ip/services/totalpackage
To your success,
Steve Hofstetter
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Ftotal-packages-now-available"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Ftotal-packages-now-available" height="61" width="51" /></a></div><p>We are now offering full word press web design and Infusionsoft build out all in one package to you.</p>
<p>Please take a look at all the details by clicking the link below:<br />
<a title="infusionsoft and wordpress setup" href="http://infusionpros.com/ip/services/totalpackage">http://infusionpros.com/ip/services/totalpackage</a></p>
<p>To your success,<br />
Steve Hofstetter</p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/total-packages-now-available/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pre-designed infusionsoft email templates that are FREE</title>
		<link>http://infusionpros.com/ip/pre-designed-infusionsoft-email-templates-that-are-free</link>
		<comments>http://infusionpros.com/ip/pre-designed-infusionsoft-email-templates-that-are-free#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:12:57 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft User Tips]]></category>
		<category><![CDATA[creation]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[email templates]]></category>
		<category><![CDATA[free designes]]></category>
		<category><![CDATA[html emails]]></category>
		<category><![CDATA[infusion]]></category>
		<category><![CDATA[infusionsoft]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=275</guid>
		<description><![CDATA[Hello all, 
I decided to create a couple of email templates that you can simply copy and paste the code into. Go ahead and follow the link below to see examples and have the template sent to you as well as an attached note pad file with all the code in it to simply cut/paste [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fpre-designed-infusionsoft-email-templates-that-are-free"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fpre-designed-infusionsoft-email-templates-that-are-free" height="61" width="51" /></a></div><p><span style="font-size: medium;">Hello all, </span></p>
<p><span style="font-size: medium;">I decided to create a couple of email templates that you can simply copy and paste the code into. Go ahead and follow the link below to see examples and have the template sent to you as well as an attached note pad file with all the code in it to simply cut/paste into your Infusionsoft HTML email template.</span></p>
<p><span style="font-size: medium;"><a href="http://infusionpros.com/ip/free-email-templates">Free Infusionsoft Email Template Designs</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/pre-designed-infusionsoft-email-templates-that-are-free/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Infusionsoft Shopping Cart Skins</title>
		<link>http://infusionpros.com/ip/infusionsoft-shopping-cart-integration</link>
		<comments>http://infusionpros.com/ip/infusionsoft-shopping-cart-integration#comments</comments>
		<pubDate>Thu, 23 Jul 2009 08:17:35 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>
		<category><![CDATA[Infusionsoft User Tips]]></category>
		<category><![CDATA[advise]]></category>
		<category><![CDATA[affiliates]]></category>
		<category><![CDATA[cart skins]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[infusion services]]></category>
		<category><![CDATA[infusionsoft]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=41</guid>
		<description><![CDATA[What to see what is capable when using the features inside the Infusionsoft shopping cart skins?
Below are some example of developed cart skins to match your site. Remember all of the above screen shots were of the cart hosted on Infusionsofts servers. So the formatting and coding has to be done just right to show [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-shopping-cart-integration"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-shopping-cart-integration" height="61" width="51" /></a></div><p>What to see what is capable when using the features inside the <a href="http://infusionpros.com/ip/shopping-cart-integration">Infusionsoft shopping cart skins</a>?</p>
<p>Below are some example of developed cart skins to match your site. Remember all of the above screen shots were of the cart hosted on <a href="http://infusionsoft.com">Infusionsofts</a> servers. So the formatting and coding has to be done just right to show correctly.</p>
<p>We also take care of that pesky <em>non-secure information</em> popup window in IE if you have images that are on a non secure server. This will lose you a sale before they are even given the chance to enter thier card. People dont want to enter their personal credit card info on a page that says it is not secure. Even though it is indeed secure. IE finds the images that are being pulled from other places that do not have a ssl certificate.</p>
<p>If you absolutely cant use Infusionsofts cart or cant part with another shopping cart that you are using. We are here to help and can do any <a title="infusionsoft API" href="http://infusionpros.com/ip/services">API custom integration</a>.</p>
<p><strong><span style="text-decoration: underline;">This is the default cart skin</span></strong><br />
<img class="alignnone size-full wp-image-214" title="default_skin" src="http://infusionpros.com/ip/wp-content/uploads/2009/07/default_skin1.png" alt="default_skin" width="451" height="500" /><br />
Infusionpros has done a number of custom shopping cart skins to match Infusionsoft Users website. Below are a couple of example.</p>
<p><a class="shutterset_" href="http://infusionpros.com/ip/wp-content/gallery/shopping-cart-gallery/accesshealth_cart.png"><img class="ngg-singlepic ngg-none" src="http://infusionpros.com/ip/wp-content/gallery/shopping-cart-gallery/thumbs/thumbs_accesshealth_cart.png" alt="www.accesshealthpartners.com" /></a><a href="http://www.accesshealthpartners.com" target="_blank">www.accesshealthpartners.com</a><br />
<a class="shutterset_" href="http://infusionpros.com/ip/wp-content/gallery/shopping-cart-gallery/alinascucina_cart.png"><img class="ngg-singlepic ngg-none" src="http://infusionpros.com/ip/wp-content/gallery/shopping-cart-gallery/thumbs/thumbs_alinascucina_cart.png" alt="www.alinascucina.com" /></a><a href="http://www.alinascucina.com" target="_blank">www.alinascucina.com</a><br />
<a class="shutterset_" href="http://infusionpros.com/ip/wp-content/gallery/shopping-cart-gallery/energy1st_cart.png"><img class="ngg-singlepic ngg-none" src="http://infusionpros.com/ip/wp-content/gallery/shopping-cart-gallery/thumbs/thumbs_energy1st_cart.png" alt="www.energy1st.net" /></a><a href="http://www.energy1st.net" target="_blank">www.energy1st.net</a></p>
<p>To further inquire about your <a href="http://infusionpros.com/ip/shopping-cart-integration">Infusionsoft Shopping Cart</a> &lt;&#8211;Click Here</p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/infusionsoft-shopping-cart-integration/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Last name quick search. Here is how&#8230;</title>
		<link>http://infusionpros.com/ip/infusionsoft-admin-services</link>
		<comments>http://infusionpros.com/ip/infusionsoft-admin-services#comments</comments>
		<pubDate>Thu, 23 Jul 2009 07:18:31 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft User Tips]]></category>
		<category><![CDATA[affiliates]]></category>
		<category><![CDATA[cart skins]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[html emails]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[infusion]]></category>
		<category><![CDATA[infusion services]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=29</guid>
		<description><![CDATA[If you are an Infusionsoft user and use the upper right hand corner for the quick search as often as I do, you will definately want to read through this one.
The quick search in the upper right hand side of your infusionsoft application is very handy way to find people fast especially when used to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-admin-services"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-admin-services" height="61" width="51" /></a></div><p>If you are an Infusionsoft user and use the upper right hand corner for the quick search as often as I do, you will definately want to read through this one.</p>
<p>The quick search in the upper right hand side of your infusionsoft application is very handy way to find people fast especially when used to its full potential.</p>
<p>Did you know that you can put a  *  in place of the first name and then just search by last name?<br />
Well if you didnt know, now you do.</p>
<p>You can also type in a full phone number and it will bring up the person record that contains it as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/infusionsoft-admin-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plain Text Email Tip</title>
		<link>http://infusionpros.com/ip/post-test-1</link>
		<comments>http://infusionpros.com/ip/post-test-1#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:58:50 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft User Tips]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[deliverability]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[html emails]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[infusion]]></category>
		<category><![CDATA[infusionsoft]]></category>
		<category><![CDATA[plain text]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=16</guid>
		<description><![CDATA[I wanted to post one practice with plain text e-mails here that I have found helpful. You may already know this, so if you do I guess I am preaching to the choir. Here goes:
Plain text e-mails are easiest read if under 65 characters wide. So, you will need to add some breaks in the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fpost-test-1"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fpost-test-1" height="61" width="51" /></a></div><p>I wanted to post one practice with plain text e-mails here that I have found helpful. You may already know this, so if you do I guess I am preaching to the choir. Here goes:</p>
<p>Plain text e-mails are easiest read if under 65 characters wide. So, you will need to add some breaks in the lines frequently. Have you ever had your breaks not show up in the final e-mail you receive like you think they ought to, or as they appear in the plain text editor?</p>
<p>I wrestled with this for awhile, using soft returns and hard returns the like, and still the plain text line seemed to arbitrarily scroll ALL THE WAY across the page.</p>
<p>Solution: When you want to break your line, enter at least 3 spaces (spacebar) and then shift-return. This will break your line each and every time.</p>
<p>I hope that helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/post-test-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Infusionsoft Data Import Tips</title>
		<link>http://infusionpros.com/ip/data-import</link>
		<comments>http://infusionpros.com/ip/data-import#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:08:07 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft User Tips]]></category>
		<category><![CDATA[contact record]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[csv file]]></category>
		<category><![CDATA[data import]]></category>
		<category><![CDATA[data importing]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[infusion imports]]></category>
		<category><![CDATA[infusionsoft]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[records]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[Do you have trouble importing your data into infusioinsoft.
Well if you dont want to pay a company such as us(infusionpros) or any one else here are some very handy tips to look out for right off the bat to help save you time and frustration.
Here are the Tips
1. Make sure there are no duplicate column [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fdata-import"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fdata-import" height="61" width="51" /></a></div><p><span style="color: #333333;">Do you have trouble importing your data into infusioinsoft.</span></p>
<p><span style="color: #333333;">Well if you dont want to pay a company such as us(infusionpros) or any one else here are some very handy tips to look out for right off the bat to help save you time and frustration.</span></p>
<p><strong><span style="color: #333333;"><span style="font-size: medium;"><span style="text-decoration: underline;">Here are the Tips</span></span></span></strong></p>
<p><span style="color: #333333;">1. Make sure there are no duplicate column names in your excel file. Such as First Name, Last Name, E-mail, E-mail. If you have the exact same name on any 2 or more of your columns you will get an error. Just incase you missed it and you get the error. It will say something to the effect of  <em>TMP to column failed</em>.</span></p>
<p><span style="color: #333333;">2. Do not have any Completely empty columns with a header. So, if you have only First Name and E-mail with data but also have a Last Name column header but no last names you will get an error. You will want to delete that column out before attempting to import. As long as there is at least <strong>one </strong>row populated per column you should be fine.</span></p>
<p><span style="color: #333333;">3. You must have First Name, Last Name and E-mail to successfully import a file. Ok, well at least something has to be populated to import the file for these 3 manditory fields.</span></p>
<p><span style="color: #333333;">4. Save as .CSV before importing. For PC users use .CSV (comma delimited). MAC users must save the file as .CSV (windows) for a successful import.</span></p>
<p><span style="color: #333333;">5. Do not click the &#8221; I want to update existing records &#8221; check box unless your import has infusionsoft generated ID#s associated with each record. Otherwise your import will fail.</span></p>
<p><span style="color: #333333;">Hope some of these tips helps you to get going and start your email followup as soon as possible.</span></p>
<p><span style="color: #333333;">Now for the people who just dont want to do the <a href="http://infusionpros.com/ip/services">data import</a> themselves or have just too much data to possibly get done correctly and in a timely manner, please contact us and we will give you quote.</span></p>
<p><span style="color: #333333;">Infusionpros.com</span></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/data-import/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

