Lines Matching refs:fieldName
191 $fieldName = $field["name"];
192 if ($fieldName == null) {
210 switch ($fieldName) {
215 <input type="password" class="form-control" placeholder="$passwordText" required="required" name="$fieldName">
225 <label><input type="checkbox" name="$fieldName" value="$ConfirmValue" required="required"> $confirmText</label>
232 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
321 $fieldName = $field["name"];
322 if ($fieldName == null) {
353 switch ($fieldName) {
361 <input type="text" class="form-control" id="inputUserName" placeholder="Username" name="$fieldName" value="$loginValue" disabled>
374 <input type="text" class="form-control" id="inputRealName" placeholder="$fullNameText" tabindex="1" name="$fieldName" value="$fullNameValue" required="required">
387 <input type="email" class="form-control" id="inputEmail" placeholder="name@example.com" tabindex="2" name="$fieldName" value="$emailValue" required="required">
399 <input type="password" class="form-control" id="inputPassword" placeholder="$passwordText" tabindex="3" name="$fieldName">
411 <input type="password" class="form-control" id="inputPasswordCheck" placeholder="$passwordText" tabindex="4" name="$fieldName">
423 <input type="password" class="form-control" id="inputPasswordCheck" placeholder="$passwordCheckText" tabindex="5" name="$fieldName" required="required">
433 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);