<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How To Protect your AutoResponse Plus web-form from spam-bots</title>
	<link>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/</link>
	<description>i Code to help you profit!</description>
	<pubDate>Thu, 29 Jul 2010 20:19:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-322</link>
		<pubDate>Sat, 25 Apr 2009 04:48:26 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-322</guid>
					<description>Hello George,

If you use a hidden fields with &lt;code&gt;custom_&lt;/code&gt; prefix, you'll be able to use this custom-field in your ARP messages.
For example, if you insert a field like this:
&lt;div style=&quot;color:red&quot;&gt;&lt;code&gt;&amp;#60;script type=&amp;#34;text/javascript&amp;#34;&amp;#62;
&amp;#60;!--//
document.write(&amp;#39;&amp;#60;input name=&amp;#34;&lt;b&gt;custom_affiliate&lt;/b&gt;&amp;#34; value=&amp;#34;&amp;#39;
+username+
&amp;#39;&amp;#34; type=&amp;#34;hidden&amp;#34;&amp;#62;&amp;#39;);
//--&amp;#62;
&amp;#60;/script&amp;#62;&lt;/code&gt;&lt;/div&gt;

You'll be able to use the custom dynamic tag &lt;code&gt;{CUSTOM_affilate}&lt;/code&gt; in your ARP messages to insert the actual &lt;i&gt;username&lt;/i&gt;. So a link in your message would look like this:
&lt;code&gt;http://www.mydomain.com/showaff.php?id={CUSTOM_affiliate}&lt;/code&gt;

Michel</description>
		<content:encoded><![CDATA[<p>Hello George,</p>
<p>If you use a hidden fields with <code>custom_</code> prefix, you&#8217;ll be able to use this custom-field in your ARP messages.<br />
For example, if you insert a field like this:</p>
<div style="color:red"><code>&lt;script type=&quot;text/javascript&quot;&gt;<br />
&lt;!--//<br />
document.write(&#39;&lt;input name=&quot;<b>custom_affiliate</b>&quot; value=&quot;&#39;<br />
+username+<br />
&#39;&quot; type=&quot;hidden&quot;&gt;&#39;);<br />
//--&gt;<br />
&lt;/script&gt;</code></div>
<p>You&#8217;ll be able to use the custom dynamic tag <code>{CUSTOM_affilate}</code> in your ARP messages to insert the actual <i>username</i>. So a link in your message would look like this:<br />
<code><a href='http://www.mydomain.com/showaff.php?id=' rel='nofollow'>http://www.mydomain.com/showaff.php?id=</a>{CUSTOM_affiliate}</code></p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: george</title>
		<link>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-321</link>
		<pubDate>Fri, 24 Apr 2009 16:30:14 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-321</guid>
					<description>Sorry I don't think I explained it to well.
I am trying to input this value 

Into the form, so that I can use that value in my follow up emails, so the affiliate still gets credit.
I could then use http://www.mydomain/{affiliate username} inside ARP.

Would it work if I put the URL inside value like
value=&quot;'
+http://www.mydomain.com/showaff.php?id=name+
'&quot;

Thank you so much for your help.
George</description>
		<content:encoded><![CDATA[<p>Sorry I don&#8217;t think I explained it to well.<br />
I am trying to input this value </p>
<p>Into the form, so that I can use that value in my follow up emails, so the affiliate still gets credit.<br />
I could then use <a href='http://www.mydomain/' rel='nofollow'>http://www.mydomain/</a>{affiliate username} inside ARP.</p>
<p>Would it work if I put the URL inside value like<br />
value=&#8221;&#8216;<br />
+http://www.mydomain.com/showaff.php?id=name+<br />
&#8216;&#8221;</p>
<p>Thank you so much for your help.<br />
George
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-320</link>
		<pubDate>Fri, 24 Apr 2009 16:11:47 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-320</guid>
					<description>Hello George,

Yes, sure.
Insert a javascript inside your ARP form code like below:

&lt;code&gt;&amp;#60;form method=&amp;#34;post&amp;#34;
action=&amp;#34;http://yoursite.com/cgi-bin/arp3/arp3-formcapture.pl&amp;#34;&amp;#62;
Name: &amp;#60;input name=&amp;#34;first_name&amp;#34;&amp;#62;
Email: &amp;#60;input name=&amp;#34;email&amp;#34;&amp;#62;
&amp;#60;input name=&amp;#34;id&amp;#34; value=&amp;#34;1&amp;#34; type=&amp;#34;hidden&amp;#34;&amp;#62;&lt;/code&gt;
&lt;div style=&quot;color:red&quot;&gt;&lt;code&gt;&amp;#60;script type=&amp;#34;text/javascript&amp;#34;&amp;#62;
&amp;#60;!--//
document.write(&amp;#39;&amp;#60;input name=&amp;#34;affiliate&amp;#34; value=&amp;#34;&amp;#39;
+username+
&amp;#39;&amp;#34; type=&amp;#34;hidden&amp;#34;&amp;#62;&amp;#39;);
//--&amp;#62;
&amp;#60;/script&amp;#62;&lt;/code&gt;
&lt;/div&gt;
&lt;code&gt;&amp;#60;/form&amp;#62;&lt;/code&gt;

The username variable should be determinated before the form-code.

Hope this helps.

\Michel</description>
		<content:encoded><![CDATA[<p>Hello George,</p>
<p>Yes, sure.<br />
Insert a javascript inside your ARP form code like below:</p>
<p><code>&lt;form method=&quot;post&quot;<br />
action=&quot;http://yoursite.com/cgi-bin/arp3/arp3-formcapture.pl&quot;&gt;<br />
Name: &lt;input name=&quot;first_name&quot;&gt;<br />
Email: &lt;input name=&quot;email&quot;&gt;<br />
&lt;input name=&quot;id&quot; value=&quot;1&quot; type=&quot;hidden&quot;&gt;</code></p>
<div style="color:red"><code>&lt;script type=&quot;text/javascript&quot;&gt;<br />
&lt;!--//<br />
document.write(&#39;&lt;input name=&quot;affiliate&quot; value=&quot;&#39;<br />
+username+<br />
&#39;&quot; type=&quot;hidden&quot;&gt;&#39;);<br />
//--&gt;<br />
&lt;/script&gt;</code>
</div>
<p><code>&lt;/form&gt;</code></p>
<p>The username variable should be determinated before the form-code.</p>
<p>Hope this helps.</p>
<p>\Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: george</title>
		<link>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-318</link>
		<pubDate>Fri, 24 Apr 2009 10:53:50 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2007/05/01/how-to-protect-your-autoresponse-plus-web-form-from-spam-bots/#comment-318</guid>
					<description>Hello Michel

Thank You for your very fast service on installing my autoresponder.
I have a question if you don't mind.

I am trying to automatically put an affiliate username into an Autoresponse Plus sign-up form using javascript, maybe with the custom tag. 
Is this possible?</description>
		<content:encoded><![CDATA[<p>Hello Michel</p>
<p>Thank You for your very fast service on installing my autoresponder.<br />
I have a question if you don&#8217;t mind.</p>
<p>I am trying to automatically put an affiliate username into an Autoresponse Plus sign-up form using javascript, maybe with the custom tag.<br />
Is this possible?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
