<?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>2Checkout.com &#187; form</title>
	<atom:link href="http://www.2checkout.com/blog/tag/form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2checkout.com</link>
	<description>merchant account / credit card processing alternative</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:37:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Why do I get a parameter error when adding multiple buy buttons on the same page?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/using-the-plug-n-play-cart/why-do-i-get-parameter-error-when-adding-a-multiple-buy-button-on-the-same-page/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/using-the-plug-n-play-cart/why-do-i-get-parameter-error-when-adding-a-multiple-buy-button-on-the-same-page/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Using the Plug n Play Cart]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[parameter error]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/why-do-i-get-parameter-error-when-adding-a-multiple-buy-button-on-the-same-page/</guid>
		<description><![CDATA[Each button added to the page needs to have its own opening and closing form field. This tells the browser that each form is separate, and not part of the same one. The following correct example generated two separate buy buttons: &#60;form action="https://www.2checkout.com/checkout/purchase" method="post"&#62; &#60;input type="hidden" name="sid" value="XXXXXX" /&#62; &#60;input type="hidden" name="product_id" value="10" /&#62; &#60;input [...]]]></description>
			<content:encoded><![CDATA[<p>Each button added to the page needs to have its own opening and closing form field. This tells the browser that each form is separate, and not part of the same one.</p>
<p>The following correct example generated two separate buy buttons:</p>
<pre><code>&lt;form action="https://www.2checkout.com/checkout/purchase" method="post"&gt;
&lt;input type="hidden" name="sid" value="XXXXXX" /&gt;
&lt;input type="hidden" name="product_id" value="10" /&gt;
&lt;input type="text" name="quantity" size="5" value="1" /&gt;
&lt;input type="submit" name="submit" value="Buy from 2CO" /&gt;
&lt;/form&gt;</pre>
<p></code></p>
<pre><code>&lt;form action="https://www.2checkout.com/checkout/purchase" method="post"&gt;
&lt;input type="hidden" name="sid" value="XXXXXX" /&gt;
&lt;input type="hidden" name="product_id" value="10" /&gt;
&lt;input type="text" name="quantity" size="5" value="1" /&gt;
&lt;input type="submit" name="submit" value="Buy from 2CO" /&gt;
&lt;/form&gt;</code></pre>
<p><em>** Notice that there are two opening tags ( &lt;form&gt; ) and two closing tags ( &lt;/form&gt; ).</em></p>
<p>Another possibility, if you are using an HTML editor, is the editor may be adding extra numbers to the parameters, thinking each identical one is part of the same form, and not a separate form. Look at the parameters in the forms, and make sure there are not extra numbers added to it.<br />
Incorrect Example:</p>
<pre><code>&lt;form action="https://www.2checkout.com/checkout/purchase" method="post"&gt;
&lt;input type="hidden" name="sid1" value="XXXXXX" /&gt;
&lt;input type="hidden" name="product_id" value="10" /&gt;
&lt;input type="text" name="quantity" size="5" value="1" /&gt;
&lt;input type="submit" name="submit" value="Buy from 2CO" /&gt;
&lt;/form&gt;</code></pre>
<p><em>** Notice that the in second line from the name="sid1", this should <strong>always</strong> be name="sid"</em></p>
<p><strong>Important Note:</strong> When you are testing parameters, please be certain to clear the cookies in your browser between tests to ensure the changes you have made are applied. For more information on clearing the cookies please click <a href="http://www.2checkout.com/blog/knowledge-base/suppliers/tech-support/clearing-cache-and-cookies-2/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/using-the-plug-n-play-cart/why-do-i-get-parameter-error-when-adding-a-multiple-buy-button-on-the-same-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I have extra fields on the form?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/can-i-have-extra-fields-on-the-form/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/can-i-have-extra-fields-on-the-form/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[parameters]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/can-i-have-extra-fields-on-the-form/</guid>
		<description><![CDATA[Most of our Vendors that need extra details about the buyer usually have the buyer sent back to a form on their site after the sale. This way, the buyer could send all extra details directly to them. You can use the Purchase Machine section of our developers.2Checkout area to see how you can pass [...]]]></description>
			<content:encoded><![CDATA[<p>Most of our Vendors that need extra details about the buyer usually have the buyer sent back to a form on their site after the sale.  This way, the buyer could send all extra details directly to them.</p>
<p>You can use the Purchase Machine section of our <a href="http://developers.2checkout.com/code_machine">developers.2Checkout area</a> to see how you can pass custom parameters through the purchase routine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/can-i-have-extra-fields-on-the-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

