<?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: Custom Field in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41070#M22266</link>
    <description>&lt;P&gt;I also tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;input type="hidden" name="x_rename" value="x_Description,Referred by:"&lt;SPAN style="font-family: arial black,avant garde;"&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that doesn't work either.&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2014 03:00:49 GMT</pubDate>
    <dc:creator>MrsS</dc:creator>
    <dc:date>2014-05-15T03:00:49Z</dc:date>
    <item>
      <title>Custom Field</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41050#M22256</link>
      <description>&lt;P&gt;We are running a donation campaign and would like various alumni to be acknowledged for the funds that&lt;/P&gt;&lt;P&gt;come in through them.&amp;nbsp; Ideally I would create a customized link for each alumnus which will pass a "FundraiserID"&amp;nbsp;&lt;/P&gt;&lt;P&gt;to the payment gateway, so that when we see our report of transactions for the day this FundraiserID shows up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not clear if a custom field can be created and added to html to substitute for the button we currently use.&lt;/P&gt;&lt;P&gt;If you can tell me how to do this, I will be very grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plan B is to ask the donor to fill in a field labeled "REFERRED BY", which they may or may not do.&lt;/P&gt;&lt;P&gt;(I can't make the field required because not everyone is referred.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this code that I was given is not even doing that:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" name="x_rename" value="x_Description,Referred by:"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does not change the "Description" label at all.&amp;nbsp; Since I am really illiterate in HTML, I would greatly appreciate&lt;/P&gt;&lt;P&gt;if someone can help me correct my syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 23:22:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41050#M22256</guid>
      <dc:creator>MrsS</dc:creator>
      <dc:date>2014-05-14T23:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41054#M22258</link>
      <description>&lt;P&gt;are you using simple checkout? or other API?&lt;/P&gt;&lt;P&gt;As far as I know, you can't pass anything extra for simple checkout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if it SIM, I tried it and it work, where did you add the &amp;lt;input /&amp;gt; ?&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 23:38:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41054#M22258</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-05-14T23:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41066#M22264</link>
      <description>&lt;P&gt;I am using Simple Checkout.&lt;/P&gt;&lt;P&gt;Using the code Authorize.net gives me, I created a button to link to Simple Checkout&lt;/P&gt;&lt;P&gt;by pasting the following html on the web page:&lt;/P&gt;&lt;P&gt;&amp;lt;form name="PrePage" method = "post" action = "&lt;A target="_blank"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;input type = "hidden" name = "LinkId" value ="xxx882e-xf" /&amp;gt;&lt;BR /&gt;&amp;lt;input type = "submit" value = "Raffle &amp;amp;gt; $180" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to this help page that they gave me,&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A621"&gt;https://support.authorize.net/authkb/index?page=content&amp;amp;id=A621&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I can modify the code by adding:&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" name="x_rename" value="x_description,Referred by:"&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't generate any error, but clearly I am missing a bracket or something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I said, I can look at HTML&amp;amp; guess what it's doing, but I sure don't know how to speak it correctly!&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 02:25:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41066#M22264</guid>
      <dc:creator>MrsS</dc:creator>
      <dc:date>2014-05-15T02:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41070#M22266</link>
      <description>&lt;P&gt;I also tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;input type="hidden" name="x_rename" value="x_Description,Referred by:"&lt;SPAN style="font-family: arial black,avant garde;"&gt;/&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that doesn't work either.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 03:00:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41070#M22266</guid>
      <dc:creator>MrsS</dc:creator>
      <dc:date>2014-05-15T03:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41080#M22270</link>
      <description>&lt;P&gt;And how about the merchant-defined field in Simple Checkout?&amp;nbsp; I tried searching for that &amp;amp; all I got was broken links.&lt;/P&gt;&lt;P&gt;And a page saying you CAN'T rename a field, you have to collect the info yourself &amp;amp; pass it with a merchant defined field.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 03:41:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41080#M22270</guid>
      <dc:creator>MrsS</dc:creator>
      <dc:date>2014-05-15T03:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41086#M22272</link>
      <description>&lt;P&gt;As far as I know you can't add or modify anything for simple checkout. it is what it is. You can add it but it will NOT take it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The rename fields thing is new(er), but it only for SIM.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 12:18:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Custom-Field/m-p/41086#M22272</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-05-15T12:18:20Z</dc:date>
    </item>
  </channel>
</rss>

