<?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 SIM Sample Code -- is it possible to use other fields, like Last Name, Address, and so on? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Sample-Code-is-it-possible-to-use-other-fields-like-Last/m-p/46371#M23453</link>
    <description>&lt;P&gt;Hi. I need some help with the authorize.net SIM Sample Code for ColdFusion. The sample form is great, but I need to modify the form to include other information, such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;Last Name&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;P&gt;Different payment values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I notice that the values in the SIM Sample Code are "hard-coded" using the &amp;lt;cfset&amp;gt; tag. Examples:&lt;/P&gt;&lt;P&gt;&amp;lt;cfset loginID="xxxxxxx"&amp;gt;&lt;BR /&gt;&amp;lt;cfset transactionKey="yyyyyyy"&amp;gt;&lt;BR /&gt;&amp;lt;cfset amount="19.99"&amp;gt;&lt;BR /&gt;&amp;lt;cfset description="Conference Registration Form"&amp;gt;&lt;BR /&gt;&amp;lt;cfset label="Submit Payment"&amp;gt; &amp;lt;!--- This is the label on the 'submit' button ---&amp;gt;&lt;BR /&gt;&amp;lt;cfset testMode="false"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to set up (for example) a form field for Last Name:&lt;/P&gt;&lt;P&gt;&amp;lt;cfset LastName="#form.LastName#"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;cfoutput&amp;gt;&amp;lt;INPUT type="hidden" name="x_last_name" value="#LastName#" /&amp;gt;&amp;lt;/cfoutput&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... the output to authorize.net is ... empty. No data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone here been able to develop an authorize.net SIM form to include variables like First Name, Last Name, Registration Fees, and so on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, can you show me an example?&lt;BR /&gt;&lt;BR /&gt;My client is hoping I can show her a working authorize.net payment form early this week. =) Thanks very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
    <pubDate>Mon, 18 Aug 2014 04:20:48 GMT</pubDate>
    <dc:creator>EricBourland</dc:creator>
    <dc:date>2014-08-18T04:20:48Z</dc:date>
    <item>
      <title>SIM Sample Code -- is it possible to use other fields, like Last Name, Address, and so on?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Sample-Code-is-it-possible-to-use-other-fields-like-Last/m-p/46371#M23453</link>
      <description>&lt;P&gt;Hi. I need some help with the authorize.net SIM Sample Code for ColdFusion. The sample form is great, but I need to modify the form to include other information, such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;Last Name&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;P&gt;Different payment values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I notice that the values in the SIM Sample Code are "hard-coded" using the &amp;lt;cfset&amp;gt; tag. Examples:&lt;/P&gt;&lt;P&gt;&amp;lt;cfset loginID="xxxxxxx"&amp;gt;&lt;BR /&gt;&amp;lt;cfset transactionKey="yyyyyyy"&amp;gt;&lt;BR /&gt;&amp;lt;cfset amount="19.99"&amp;gt;&lt;BR /&gt;&amp;lt;cfset description="Conference Registration Form"&amp;gt;&lt;BR /&gt;&amp;lt;cfset label="Submit Payment"&amp;gt; &amp;lt;!--- This is the label on the 'submit' button ---&amp;gt;&lt;BR /&gt;&amp;lt;cfset testMode="false"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to set up (for example) a form field for Last Name:&lt;/P&gt;&lt;P&gt;&amp;lt;cfset LastName="#form.LastName#"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;cfoutput&amp;gt;&amp;lt;INPUT type="hidden" name="x_last_name" value="#LastName#" /&amp;gt;&amp;lt;/cfoutput&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... the output to authorize.net is ... empty. No data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone here been able to develop an authorize.net SIM form to include variables like First Name, Last Name, Registration Fees, and so on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, can you show me an example?&lt;BR /&gt;&lt;BR /&gt;My client is hoping I can show her a working authorize.net payment form early this week. =) Thanks very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 04:20:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Sample-Code-is-it-possible-to-use-other-fields-like-Last/m-p/46371#M23453</guid>
      <dc:creator>EricBourland</dc:creator>
      <dc:date>2014-08-18T04:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Sample Code -- is it possible to use other fields, like Last Name, Address, and so on?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Sample-Code-is-it-possible-to-use-other-fields-like-Last/m-p/46455#M23494</link>
      <description>&lt;P&gt;Hello EricBourland&lt;BR /&gt;&lt;BR /&gt;It's been a while since this was first posted. I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 15:34:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Sample-Code-is-it-possible-to-use-other-fields-like-Last/m-p/46455#M23494</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-08-20T15:34:30Z</dc:date>
    </item>
  </channel>
</rss>

