- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AuthorizeNetDPM Form
Hello,
I am new to PHP scripting.
When implementing the (DPM) I was interested in passing the name and address information into the credit card request form. i have created a direct_post.php file on the fly for each visitor. It now includes these additional values:
AuthorizeNetDPM::directPostDemo($url, $api_login_id, $transaction_key, $amount, $md5_setting, $FName, $LName, $Address, $City, $State, $Zip, $Country);
I need assistance with placing these values into the form as a "prefill":
$FName, $LName, $Address, $City, $State, $Zip, $Country
1) there might be additional files I need to pass these variables through
2) then what would be the code that will populate the AuthorizeNetDPM.php file?
Thanks in advance
โ03-08-2013 09:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If this is data that you have already collected from the customer, you may also consider sending it using hidden form fields instead of text input boxes.
โ03-12-2013 01:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-12-2013 11:27 PM

