| Would I need to change my form variable names to use your product? |
| User Opinions |
100%
0%
(1 vote)
|
|
Thank you for rating this answer.
|
Changing your form variable names is not required. You may keep your form variable names intact while using our product. To configure your form variable names, open the product configuration file and match your variable names with our transaction fields.
PHP Configuration Example:
Html Form Element
<input type="text" name="first_name" size="20">
Configuration File
$authnet['firstname'] = "$_POST[first_name]";
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Related Questions |
|
No related questions were found.
|
| Attachments |
|
No attachments were found.
|