<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert simple checkour buttons to hyper link in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/59561#M34143</link>
    <description>&lt;PRE&gt; &amp;lt;a href="#" onclick="document.forms.PrePage.submit();"&amp;gt;buy now&amp;lt;/a&amp;gt;.
 
&amp;lt;form name="PrePage" method = "post" action = "https://scotest.authorize.net/payment/CatalogPayment.aspx"&amp;gt; &lt;BR /&gt;&amp;lt;input type = "hidden" name = "LinkId" value ="cdf825b2-0ac5-4b3e-9c0c-dca1139e771d" /&amp;gt; &amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;P&gt;Change the LinkId value to your own and your form action to &lt;A href="https://simplecheckout.authorize.net/payment/CatalogPayment.aspx" target="_blank"&gt;https://simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt; for live.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you feel me?&lt;/P&gt;</description>
    <pubDate>Sun, 27 Aug 2017 16:13:08 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-08-27T16:13:08Z</dc:date>
    <item>
      <title>Convert simple checkour buttons to hyper link</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/26750#M14192</link>
      <description>&lt;P&gt;Is there an example for how to rewrite the simple Checkout button form post code as a link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Convert&lt;/P&gt;&lt;P&gt;&amp;lt;form name="PrePage" method = "post" action = "&lt;A target="_blank" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt; &amp;lt;input type = "hidden" name = "LinkId" value ="9627a9fc-80a9-4656-a11d-3283f10962fb" /&amp;gt; &amp;lt;input type = "image" src="//content.authorize.net/images/buy-now-blue.gif" /&amp;gt; &amp;lt;/form&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="&lt;A target="_blank" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt;buy now&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 May 2012 14:22:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/26750#M14192</guid>
      <dc:creator>jpmoran</dc:creator>
      <dc:date>2012-05-26T14:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert simple checkour buttons to hyper link</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/26756#M14195</link>
      <description>&lt;P&gt;Sure, you can have the form be entirely hidden (remove the submit button and make sure the form is styled to inline and no margins) and then submit it using onclick. Something like &amp;lt;a href="" onclick="document.forms.myformname.submit();"&amp;gt;buy now&amp;lt;/a&amp;gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 27 May 2012 00:37:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/26756#M14195</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-05-27T00:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert simple checkour buttons to hyper link</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/59559#M34141</link>
      <description>&lt;P&gt;Can someone expand on this solution? &amp;nbsp;i.e. make it easier to understand. &amp;nbsp;I have this problem and it's hard to imagine it&amp;nbsp;still hasn't been solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simple hyperlink - instead of a button - that connects to my Simple Checkout donate page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 14:57:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/59559#M34141</guid>
      <dc:creator>bulldoginspect</dc:creator>
      <dc:date>2017-08-27T14:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert simple checkour buttons to hyper link</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/59561#M34143</link>
      <description>&lt;PRE&gt; &amp;lt;a href="#" onclick="document.forms.PrePage.submit();"&amp;gt;buy now&amp;lt;/a&amp;gt;.
 
&amp;lt;form name="PrePage" method = "post" action = "https://scotest.authorize.net/payment/CatalogPayment.aspx"&amp;gt; &lt;BR /&gt;&amp;lt;input type = "hidden" name = "LinkId" value ="cdf825b2-0ac5-4b3e-9c0c-dca1139e771d" /&amp;gt; &amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;P&gt;Change the LinkId value to your own and your form action to &lt;A href="https://simplecheckout.authorize.net/payment/CatalogPayment.aspx" target="_blank"&gt;https://simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt; for live.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you feel me?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2017 16:13:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Convert-simple-checkour-buttons-to-hyper-link/m-p/59561#M34143</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-27T16:13:08Z</dc:date>
    </item>
  </channel>
</rss>

