Adds a field for the Affiliate to enter in their Company's name.
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: Company Name: {FIELD-AFFILIATE-COMPANY}
The Quickcode tag will become the appropriate field when viewing that web page in the storefront: Company Name:
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-COMPANY} QuickCode Tag is changed into the source code below prior to the web page being displayed.