| How To / Modify Existing Staff Portal Pages | |
Modify Staff Portal templates to expose hidden fields that are linked to text or integer fields in the database.
Modifying the Account template to expose misc01 will be described.
<input type="hidden" name="misc01" value="##Fmisc01#"/>
<li>
<label for="accountMisc01">Address Line</label>
<input id="accountMisc01" type="text" name="misc01" value="##Fmisc01#"/>
</li>