What is the syntax to include hidden field in HTML Template Language (HTL)?
In jsp we can write
<input type="hidden" id="thisField" name="inputName" value="hiddenValue"/>
You would do the exact same thing in HTL.
Copyright © 2021 Jogjafile Inc.
You would do the exact same thing in HTL.