Knowledgebase Home | Contact Knowledgebase Home | Contact
Search the Knowledgebase Browse by Category
 
Would I need to change my form variable names to use your product?
User Opinions
100% 0% (1 vote)

How would you rate this answer?
Helpful
Not helpful

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.