I don't have much time, but post up a gist of your code or something and 
I'll take a look. Seems like you're just missing a minor detail or are 
having a conceptual issue.

On 8/17/14, 9:36 PM, Eric Bourland wrote:
> Has anyone here tried out the ColdFusion SIM* sample code from authorize.net? 
> I've downloaded and tested the sample code and have been reading a lot of 
> stuff in the API. I have a question that seems basic and simple: when using 
> the ColdFusion SIM, is it possible to use form fields with variable data -- 
> like Last Name, First Name, Address, Fee Amount, and so on?
>
> The values in the SIM Sample Code are set using the <cfset> tag. Examples:
>
>
> <cfset loginID="xxxxxxx">
> <cfset transactionKey="yyyyyyy">
> <cfset amount="19.99">
> <cfset description="Conference Registration Form">
> <cfset label="Submit Payment"> <!--- This is the label on the 'submit' button 
> --->
> <cfset testMode="false">
>
> When I try to set up (for example) a form field for Last Name:
>
>
> <cfset LastName="#form.LastName#">
> <cfoutput><INPUT type="hidden" name="x_last_name" value="#LastName#" 
> /></cfoutput>
>   
> ... the output to authorize.net is ... empty. No data.
>   
> 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?
>   
> If so, can you show me an example?
>
> My client is hoping I can show her a working authorize.net payment form early 
> this week. But I have been stuck on this problem. Thank you very much for any 
> ideas or examples or other help.
>
>
> best from Eric
>
>   
>
> * Server Integration Method
>
>
>
>
>
>
> *******
>
> Eric Bourland
>
> Internet Project Development
>
> Washington DC
>
>   kind | creative | reliable
>
>                                       
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359124
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to