I want to add some more Fields like DOB, so i have added in UserNew.aspx but fields are not showing up in New User Registration.
Any suggestions...
Regards,
Jithendra.
Any suggestions...
Regards,
Jithendra.
<!-- Model -->
<wssuc:InputFormSection runat="server" Title="<%$ Resources:FBAPackWebPages, ModelColHeaderText %>">
<template_inputformcontrols>
<asp:Label ID="lblModel" runat="server" Text="" ForeColor="red"></asp:Label>
<wssuc:InputFormControl runat="server" LabelText="<%$ Resources:FBAPackWebPages, TypeModelLabelText %>">
<Template_Control>
<SharePoint:InputFormTextBox Title="<%$ Resources:FBAPackWebPages, ModelColHeaderText %>" class="ms-input" Columns="40" maxlength="255" ID="txtModel" Direction="LeftToRight" Runat="server" autocomplete="off" />
<SharePoint:InputFormRegularExpressionValidator ID="InputFormModel" ControlToValidate="txtModel" Display="Dynamic" runat="server" />
</Template_Control>
</wssuc:InputFormControl>
</template_inputformcontrols>
</wssuc:InputFormSection>
This should just render a label with the name "Model" and a textbox for it.