Adds a field for the Affiliate to enter in their Tax ID number.
Requirements / Prerequisites
This must be used in conjunction with a submit button and the following form: <form action="{FORM-ACTION}" method="post" enctype="multipart/form-data" name="aff_register_form" id="aff_register_form"> </form>
Example of Use
The following content in the web page's template: Tax ID: {FIELD-AFFILIATE-TAX-ID}
The Quickcode tag will become the appropriate field when viewing that web page in the storefront: Tax ID:
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {FIELD-AFFILIATE-TAX-ID} QuickCode Tag is changed into the source code below prior to the web page being displayed.