<cfoutput> <cfset lastname="#form.last_name#"> </cfoutput>
but in order for this to work, you need to have a form field with name="lastname" and you don't appear to have that in the code you posted. And I agree with Roger that renaming the field names to the variable name you need to send is the simpler solution. On Mon, Aug 18, 2014 at 7:00 PM, Eric Bourland <[email protected]> wrote: > > Dear Roger, > > Thanks for that. However, > > <cfset lastname="form.lastname"> <!--- set value of lastname from > #form.lastname#---> > > inserts value "form.lastname" in the Last Name field in the authorize.net > form. I think I need the outputs. I am also wondering why any value that > occurs between the outputs gets .. stolen. Gone. > > I'll try this next: > > >>>An easier option would be to just rename your LastName > field to x_last_name and not have to deal with the javascript at all. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:359151 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

