Add attribute to refill value in template
Please refer to [the thread](https://lists.jboss.org/pipermail/keycloak-user/2015-August/002943.html).
This commit is contained in:
parent
b17927c429
commit
c856974a06
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ As an example to add a mobile number to the registration page add the following
|
|||
</div>
|
||||
|
||||
<div class="${properties.kcInputWrapperClass!}">
|
||||
<input type="text" class="${properties.kcInputClass!}" id="user.attributes.mobile" name="user.attributes.mobile"/>
|
||||
<input type="text" class="${properties.kcInputClass!}" id="user.attributes.mobile" name="user.attributes.mobile" value="${(register.formData['user.attributes.mobile']!'')}"/>
|
||||
</div>
|
||||
</div>
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue