<?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</title>
	<atom:link href="http://infusionpros.com/ip/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>Infusionsoft Form Builder</title>
		<link>http://infusionpros.com/ip/infusionsoft-form-builder</link>
		<comments>http://infusionpros.com/ip/infusionsoft-form-builder#comments</comments>
		<pubDate>Mon, 07 Mar 2011 22:21:27 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[infusionsoft]]></category>
		<category><![CDATA[skins]]></category>
		<category><![CDATA[web forms]]></category>
		<category><![CDATA[webform]]></category>
		<category><![CDATA[webforms]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=1022</guid>
		<description><![CDATA[I wanted to get your take on the new Infusionsoft Form Builder. If you havnt taken a look yet you can get there by clicking:
&#62;Setup
&#62;Web Forms
&#62;Add a New Web Form
Here is a screen shot of the new builder. There are a lot of helpful features in this new feature for webforms. I noticed quite a [...]]]></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-form-builder"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-form-builder" height="61" width="51" /></a></div><p><span style="font-size: medium;"><span style="color: #333333;">I wanted to get your take on the new Infusionsoft Form Builder. If you havnt taken a look yet you can get there by clicking:<br />
&gt;Setup<br />
&gt;Web Forms<br />
&gt;Add a New Web Form</span></span></p>
<p><span style="font-size: medium;"><span style="color: #333333;">Here is a screen shot of the new builder. There are a lot of helpful features in this new feature for webforms. I noticed quite a few cool items when creating my own web form for my site.<br />
<img class="alignnone size-full wp-image-1023" title="formbuilder" src="http://infusionpros.com/ip/wp-content/uploads/2011/03/formbuilder.jpg" alt="formbuilder" width="565" height="330" /></span></span></p>
<p><span style="font-size: medium;"><span style="color: #333333;">I want to know what you think about it!</span></span></p>
<p><span style="font-size: medium;"><span style="color: #333333;">Let me know FB box below and include questions, comments or anything you can think of. I will answer them or find a answer for you to help you fully utilize the new form builder in your own application!</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/infusionsoft-form-builder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Free Infusionsoft Cart Themes</title>
		<link>http://infusionpros.com/ip/5-free-infusionsoft-cart-themes</link>
		<comments>http://infusionpros.com/ip/5-free-infusionsoft-cart-themes#comments</comments>
		<pubDate>Fri, 25 Feb 2011 07:26:01 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>
		<category><![CDATA[cart skins]]></category>
		<category><![CDATA[cart themes]]></category>
		<category><![CDATA[free cart skins]]></category>
		<category><![CDATA[infusionsoft cart]]></category>
		<category><![CDATA[skins]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=955</guid>
		<description><![CDATA[Ok, I have had quite a few requests about some more options for Shopping Cart Themes that can just be plugged into the existing pre-loaded themes in your Infusionsoft Application, so&#8230; I decided to make FIVE of them for you to use for FREE!
I made a Green, Blue, Grey, Red, and Orange theme with some [...]]]></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%2F5-free-infusionsoft-cart-themes"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2F5-free-infusionsoft-cart-themes" height="61" width="51" /></a></div><p><span style="font-size: medium;"><span style="color: #333333;">Ok, I have had quite a few requests about some more options for Shopping Cart Themes that can just be plugged into the existing pre-loaded themes in your Infusionsoft Application, so&#8230; I decided to make FIVE of them for you to use for FREE!</span></span></p>
<p><span style="font-size: medium;"><span style="color: #333333;">I made a Green, Blue, Grey, Red, and Orange theme with some nice custom shadowed header/slogan font areas that you can change to what-ever you like.<br />
<img class="alignnone size-full wp-image-964" title="themesprev" src="http://infusionpros.com/ip/wp-content/uploads/2011/02/themesprev1.png" alt="themesprev" width="620" height="500" /></span></span></p>
<p><span style="font-size: medium;"><span style="color: #333333;">To get these simply fill out your first name and email below. I will INSTANTLY send you a special link where you can get the EASY 5 Step Tutorial on how to set up any one, or all, of the different themes in your cart.</span></span></p>
<table style="border: 4px dashed red; background-color: #fefefe; width: 60%;" border="0" cellpadding="5">
<tbody>
<tr>
<td style="padding:10px;">
<form action="https://sgh.infusionsoft.com/AddForms/processFormSecure.jsp" method='POST'>
<input id="infusion_xid" name="infusion_xid" type="hidden" value="e76f250053688f2f09d30e056b828c36" />
<input id="infusion_type" name="infusion_type" type="hidden" value="CustomFormWeb" />
<input id="infusion_name" name="infusion_name" type="hidden" value="Ipros | Free Cart Themes" />
</p>
<h2><strong>First Name *:</strong></h2>
<input id="Contact0FirstName" name="Contact0FirstName" type="text" size="25" class="input1" style="border: 1px #333 solid; height:20px;" />
<p style="height:10px;"></p>
<h2><strong>Email *:</strong></h2>
<input id="Contact0Email" name="Contact0Email" type="text" size="25" class="input1" style="border: 1px #333 solid; height:20px;" />
<input id="Submit" name="Submit" type="submit" value="Send me the themes!" class="button np inf-button" />
</form>
</td>
</tr>
</tbody>
</table>
<p>Share this below and make a comment if you want!! <img src='http://infusionpros.com/ip/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/5-free-infusionsoft-cart-themes/feed</wfw:commentRss>
		<slash:comments>1</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>Free Email Validation Script for your Infusionsoft Web Forms</title>
		<link>http://infusionpros.com/ip/free-email-validation-script-for-your-infusionsoft-web-forms</link>
		<comments>http://infusionpros.com/ip/free-email-validation-script-for-your-infusionsoft-web-forms#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:10:21 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Website Traffic Tips]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=429</guid>
		<description><![CDATA[


We provide the script all set up to work with your current Infusionsoft Web Form.
All you have to do is copy and paste it.
Then change 2 tiny pieces of code on your existing form code. 
It will literally take 3 minutes to complete this.

The Benefits of installing this script to your web form page
1) Potential [...]]]></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%2Ffree-email-validation-script-for-your-infusionsoft-web-forms"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Ffree-email-validation-script-for-your-infusionsoft-web-forms" height="61" width="51" /></a></div><p><img class="alignnone size-full wp-image-430" title="infusionsoft email validation web form script" src="http://infusionpros.com/ip/wp-content/uploads/2009/08/title.png" alt="infusionsoft email validation web form script" width="520" height="65" /></p>
<p><span style="color: #333333;"><span style="font-size: medium;"><strong><br />
</strong></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;"><span style="font-size: medium;">We provide the script all set up to work with your current Infusionsoft Web Form.<br />
</span><span style="font-size: medium;">All you have to do is copy and paste it.<br />
Then change 2 tiny pieces of code on your existing form code. </span></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><strong><span style="color: #333333;"><span style="font-size: medium;">It will literally take 3 minutes to complete this.</p>
<p></span></span></strong></span></p>
<p style="text-align: left;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #000000;"><span style="font-size: large;">The Benefits of installing this script to your web form page</span></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;"><span style="font-size: medium;"><strong>1)</strong> Potential Customers/Prospects to don&#8217;t get taken off of the current web page asking to enter a valid email address</span></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;"><span style="font-size: medium;"><strong>2)</strong> It will help filter junk emails</span></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;"><span style="font-size: medium;"><strong>3)</strong> If you pre-populate the value with &#8216;enter email&#8217; they cant just click enter to submit &#8216;enter email&#8217; as their email address.</span></span></span></p>
<p><span style="font-size: large;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;">So&#8230;</span></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;">&#8230; <a title="Infusionsoft web form email validation script" href="http://infusionpros.com/email_validation/"><span style="font-size: large;"><strong>Click here</strong></span></a> <span style="color: #333333;">to watch the 1 and a half minute video showing you how it works. Then let us send you the code and 3 step install guide immediately.</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/free-email-validation-script-for-your-infusionsoft-web-forms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mask your Affiliate Links using Infusionsoft</title>
		<link>http://infusionpros.com/ip/infusionsoft-affiliate-links</link>
		<comments>http://infusionpros.com/ip/infusionsoft-affiliate-links#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:32:55 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=410</guid>
		<description><![CDATA[Do you use the affiliate module in Infusionsoft?
If you ever wanted the use your own domain name at the beginning of all your affiliate links then you will want to follow these simple instructions. This will remove the &#8220;https://yourappname.infusionsoft.com/&#8230;.&#8221; from the url your affiliates use to direct traffic.

From with in Infusionsoft
&#62;Login to your Infusionsoft application
&#62;Click [...]]]></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-affiliate-links"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Finfusionsoft-affiliate-links" height="61" width="51" /></a></div><p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;"><strong>Do you use the affiliate module in Infusionsoft?</strong></span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;">If you ever wanted the use your own domain name at the beginning of all your affiliate links then you will want to follow these simple instructions. This will remove the &#8220;https://<em>yourappname</em>.infusionsoft.com/&#8230;.&#8221; from the url your affiliates use to direct traffic.</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;"><br />
From with in Infusionsoft<br />
&gt;Login to your Infusionsoft application<br />
&gt;Click on the Setup tab<br />
&gt;Click on Misc Settings<br />
&gt;Click on Affiliate Settings<br />
&gt;Scroll down and find the header called <em>Tracking</em><br />
&gt;Copy the script code onto your computers clipboard</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;">Open up notepad<br />
&gt;Paste the code into notepad<br />
&gt;Save the notepad file as <strong>index.php</strong></span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;">Access your website via FTP or somewhere you can create files and upload<br />
&gt;Create a folder on your root directory. This folder name will be in your new Infusionsoft Affiliate Link Url<br />
&gt;Upload your new index.php file containing the script provided by infusionsoft into your new folder</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;">Back in Infusionsoft<br />
&gt;Login to your Infusionsoft application<br />
&gt;Click on the Setup tab<br />
&gt;Click on Misc Settings<br />
&gt;Click on Affiliate Settings<br />
&gt;Scroll down and find the header called <em>Tracking</em><br />
&gt;Find the Custom Affiliate Link URL field<br />
&gt;Type in the full url of your domain and new folder containing your index file in this field (ex. http://<em>yourdomain</em>.com/<em>newfoldername</em>)<br />
&gt;Click Save.</span></span></span></p>
<p><span style="color: #333333;"><strong>Thats it!!</strong></span></p>
<p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;">You can now go find an Affiliate record and login as them. Go to there link generator and notice the new affiliate link there for them to use.</span></span></span></p>
<p><span style="color: #333333;">Here is a before and after view of the affiliate links in my Infusionsoft App that go to my home page.</span></p>
<p><span style="color: #333333;"><strong>Before</strong>: https://sgh.infusionsoft.com/go/hpre/sgh/</span></p>
<p><span style="color: #333333;"><strong>After</strong>: http://www.infusionpros.com/ipros?p=sgh&amp;w=hpre</span></p>
<p><span style="color: #333333;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: large;"><span style="font-size: medium;">Now you have your real domain in your affiliate links.</span></span></span></span></p>
<p><span style="color: #333333;">If you need any further assistance just let Infusionpros know.</span></p>
<p><span style="color: #333333;">Best,<br />
Steve<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/infusionsoft-affiliate-links/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>This is how you pre-populate a web form in Infusionsoft using PHP</title>
		<link>http://infusionpros.com/ip/this-is-how-you-pre-populate-a-web-form-in-infusionsoft-using-php</link>
		<comments>http://infusionpros.com/ip/this-is-how-you-pre-populate-a-web-form-in-infusionsoft-using-php#comments</comments>
		<pubDate>Wed, 05 Aug 2009 05:48:45 +0000</pubDate>
		<dc:creator>InfusionPros (Steve)</dc:creator>
				<category><![CDATA[Infusionsoft Tech Tips]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[infusion]]></category>
		<category><![CDATA[infusionsoft]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pre populate]]></category>
		<category><![CDATA[prepopulate fields]]></category>
		<category><![CDATA[web forms]]></category>
		<category><![CDATA[webform]]></category>
		<category><![CDATA[webforms]]></category>

		<guid isPermaLink="false">http://infusionpros.com/ip/?p=390</guid>
		<description><![CDATA[Make sure your page is saved as .php before you try to test this.
&#60;input type=&#8217;text&#8217; name=&#8217;Contact0LastName&#8217;   value=&#8217;&#60;?=$_GET['field name goes here']?&#62;&#8216; /&#62;
To get the field name just look at the url and see what is passed. Just put that field name in the above section of code to have it pull from the url string.
So here [...]]]></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%2Fthis-is-how-you-pre-populate-a-web-form-in-infusionsoft-using-php"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfusionpros.com%2Fip%2Fthis-is-how-you-pre-populate-a-web-form-in-infusionsoft-using-php" height="61" width="51" /></a></div><p><span style="font-size: medium;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;">Make sure your page is saved as .php before you try to test this.</span></span></span></p>
<p><span style="font-size: medium;"><span style="color: #333333;">&lt;input type=&#8217;text&#8217; name=&#8217;Contact0LastName&#8217;   value=&#8217;<strong>&lt;?=$_GET['field name goes here']?&gt;</strong>&#8216; /&gt;</span></span></p>
<p><span style="font-size: medium;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;">To get the field name just look at the url and see what is passed. Just put that field name in the above section of code to have it pull from the url string.</span></span></span></p>
<p><span style="font-size: medium;"><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="color: #333333;">So here is an example of a form. I will insert the above code to make first name,last name and email work.<br />
You can copy and paste the first name line code below into one of your forms if you like.<br />
Then host it using a .php page.<br />
Then create a trackable link to send to the url of hosted form and check off the pass fields option check box.</span></span></span></p>
<p><span style="color: #333333;"><br />
&lt;form action=&#8221;https://yourappname.infusionsoft.com/AddForms/processFormSecure.jsp&#8221; method=&#8217;POST&#8217;&gt;<br />
&lt;input name=&#8221;xid&#8221; value=&#8221;1085e2956844e9da5c7c11786c2e71ee&#8221; id=&#8221;xid&#8221; type=&#8221;hidden&#8221; /&gt;<br />
&lt;input name=&#8221;type&#8221; value=&#8221;CustomFormWeb&#8221; id=&#8221;type&#8221; type=&#8221;hidden&#8221; /&gt;</span><span style="color: #333333;"> &lt;table&gt;&lt;tr&gt;&lt;td colspan=99 style=&#8221;padding:4px;background-color:#000000;color:#FFFFFF&#8221;&gt;Contact Information&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;First Name&lt;/td&gt;&lt;td&gt;<strong><br />
&lt;input type=&#8217;text&#8217; name=&#8217;Contact0FirstName&#8217; value=&#8217;&lt;?=$_GET['FirstName']?&gt;&#8217;&gt;<br />
</strong></span><span style="color: #333333;">&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Last Name&lt;/td&gt;&lt;td&gt;<strong><br />
&lt;input type=&#8217;text&#8217; name=&#8217;Contact0LastName&#8217;  value=&#8217;&lt;?=$_GET['LastName']?&gt;&#8217;&gt;<br />
</strong></span><span style="color: #333333;">&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Email *&lt;/td&gt;&lt;td&gt;<strong><br />
&lt;input type=&#8217;text&#8217; name=&#8217;Contact0Email&#8217; value=&#8217;&lt;?=$_GET['Email']?&gt;&#8217;&gt;</strong><br />
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2&gt;&lt;input name=&#8221;Submit&#8221; value=&#8221;Submit&#8221; id=&#8221;Submit&#8221; type=&#8221;submit&#8221; /&gt;&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/form&gt;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;"><span style="color: #333333;">Thats pretty much it.<br />
Let me know if you have any questions by going here.</span></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: medium;"><span style="color: #333333;">STEVE<br />
infusionpros.com</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://infusionpros.com/ip/this-is-how-you-pre-populate-a-web-form-in-infusionsoft-using-php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

