<?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: Break apart  &amp;lt;%=Html.CheckoutFormInputsWithAddress(true) %&amp;gt;  Form Fields in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21283#M11600</link>
    <description>&lt;P&gt;The fastest and easiest way is to download the C# SDK source and change it.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2012 20:04:39 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-01-06T20:04:39Z</dc:date>
    <item>
      <title>Break apart  &lt;%=Html.CheckoutFormInputsWithAddress(true) %&gt;  Form Fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21277#M11597</link>
      <description>&lt;P&gt;I am using DPM, MVC, C#, VS 2010.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am now succesfully creating test transcations with my solution and all is well there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am formatting and customizing the page branding.&amp;nbsp; Here is a link to my very basic form just beginning to take shape: &lt;A target="_blank" href="http://authorize.avtec.edu"&gt;http://authorize.avtec.edu&lt;/A&gt; .&amp;nbsp; You will notice that the form fields are strung together in series, and are not pretty.&amp;nbsp; To produce the form fields, I use the script code embeddings provided on the Index page. the tag looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;%&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;Html.CheckoutFormInputsWithAddress(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;) %&amp;gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This provides me the proper form fields, but I have no way of editing them, including the text, box size or arrangement on the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what?&lt;/P&gt;&lt;P&gt;:smileyindifferent:&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 19:44:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21277#M11597</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-06T19:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Break apart  &lt;%=Html.CheckoutFormInputsWithAddress(true) %&gt;  Form Fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21283#M11600</link>
      <description>&lt;P&gt;The fastest and easiest way is to download the C# SDK source and change it.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:04:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21283#M11600</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-06T20:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Break apart  &lt;%=Html.CheckoutFormInputsWithAddress(true) %&gt;  Form Fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21293#M11605</link>
      <description>&lt;P&gt;The only files I brought into the solution&amp;nbsp;from the SDK were the DLL's.&amp;nbsp;I am assuming&amp;nbsp;that these classes and objects are coming from that.&amp;nbsp; The dll does not open&amp;nbsp;in notepad, likely not open source. Also, In the C# SDK there are no files for Direct Post Method, other than the &amp;nbsp;DLL files.&amp;nbsp; The rest are for different methods.&amp;nbsp; Even if there were files in there, how would I include them into a project that is already functioning using the proper directives etc.?&amp;nbsp; If it were a matter of edting a file and replacing it, great.&amp;nbsp; But there is no file to replace other than the DLL.&amp;nbsp; Everything else was code&amp;nbsp;pasted into the default&amp;nbsp;MVC project, as instructed by Authorize.NET Quick Start Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could just be too newbish to understand, so thanks for bearing with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I looked for sample code for DPM C# and cannot find any.&amp;nbsp; All I could find were for other integration&amp;nbsp;methods.&amp;nbsp; I found a post from Dec. 2010 from a moderator that confirmed there was no sample code for C# DPM, but that was a year ago.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 21:34:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21293#M11605</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-06T21:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Break apart  &lt;%=Html.CheckoutFormInputsWithAddress(true) %&gt;  Form Fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21295#M11606</link>
      <description>&lt;P&gt;On the &lt;A target="_blank" href="http://developer.authorize.net/downloads/"&gt;http://developer.authorize.net/downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Under C# there are two link(even though it look like just one button), source on the left and dll on the right.&lt;/P&gt;&lt;P&gt;I think the source is a VS2008 solution, since it ask me to covert to VS2010 solution. Change the source and compile and use the dll to replace the one you downloaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no C# DPM sample code, but it is very similar to SIM, with a few&amp;nbsp;different required fields. You can see what being pass for DPM on your &lt;A target="_blank" href="http://authorize.avtec.edu/"&gt;http://authorize.avtec.edu/&lt;/A&gt; site by viewing the web browser page source.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 21:48:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21295#M11606</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-06T21:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Break apart  &lt;%=Html.CheckoutFormInputsWithAddress(true) %&gt;  Form Fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21323#M11619</link>
      <description>&lt;P&gt;I&amp;nbsp;was digging a little too deep.&amp;nbsp; I found CheckOutFormBuilders.cs under the AuthorizeNet.Helpers project.&amp;nbsp; It is all there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The WEIRD part of all of this is, initially I ran a Edit &amp;gt; Find&amp;nbsp;search for the Test CC# or&amp;nbsp;any of the text that is displayed on the page adjacent the form fields.&amp;nbsp; If found nothing, so I assumed it was in the DLL.&amp;nbsp;So no need to recompile anything, just edit the C#&amp;nbsp;file as&amp;nbsp;in its place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AND Again, thaks for your time sir!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2012 00:54:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21323#M11619</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-07T00:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Break apart  &lt;%=Html.CheckoutFormInputsWithAddress(true) %&gt;  Form Fields</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21325#M11620</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;Edit to the above:&lt;/FONT&gt;&lt;/STRONG&gt; I &lt;STRONG&gt;DID have to re-compile&amp;nbsp;&lt;/STRONG&gt;the AuthorizeNet.helpers dll.&amp;nbsp; I was working this problem out on a seperate soultion and was in my usual state of confusion when I wrote the above, sorry. :smileyvery-happy:&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2012 01:43:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Break-apart-lt-Html-CheckoutFormInputsWithAddress-true-gt-Form/m-p/21325#M11620</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-07T01:43:38Z</dc:date>
    </item>
  </channel>
</rss>

