How can I use the value of “TITLE” that is shown on the control document as the TITLE in the User HTML? I tried this:
<!--<title>Sign In</title>-->
<div class="control">
<label class="form-label">Title</label>
<input class="input {SC_FIELD_CLASS}" type="text" placeholder="Title" {SC_FIELD_INFO_title}>
</div>