We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbd87e commit b391c0cCopy full SHA for b391c0c
html-templates/profile/profileEdit.tpl
@@ -76,6 +76,8 @@
76
77
<h2 class="h3">{_ 'Contact Information'}</h2>
78
79
+ {field inputName="FirstName" label="First Name" type="text" default=$User->FirstName}
80
+ {field inputName="LastName" label="Last Name" type="text" default=$User->LastName}
81
{field inputName="Email" label="Email" type="email" default=$User->Email}
82
{field inputName="Phone" label="Phone" type="tel" default=$User->Phone}
83
{field inputName="Twitter" label="Twitter" type="text" default=$User->Twitter}
@@ -132,4 +134,4 @@
132
134
</form>
133
135
</div>
136
-{/block}
137
+{/block}
0 commit comments