This is used to add a field where the customer can enter in the password they received to open their digital product.
Requirements / Prerequisites
This must be used in conjunction with a submit button and the following form: <form id="download_login" name="download_login" method="post" action="{FORM-ACTION}"> </form>
Example of Use
The following content in the web page's template: Digital Delivery Access Password: {DIGITAL-DELIVERY-PASSWORD-FIELD}
The Quickcode tag will become the appropriate password field when viewing that web page in the storefront: Digital Delivery Access Password:
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {DIGITAL-DELIVERY-PASSWORD-FIELD} QuickCode Tag is changed into the source code below prior to the web page being displayed.