How do I change the default radio buttons to 'hide' in login.jspa
I've added the following to accountforum.jsp
<tr>
<td>
<input type="radio" name="nameVisible" value="false" id="nv01"<%= ((action.getNameVisible()==Boolean.FALSE) ? " checked" : "") %>>
<%-- Show --%>
<label for="nv01"><ww:text name="global.show" /></label>
<input type="radio" name="nameVisible" value="true" id="nv02"<%= ((action.getNameVisible()==Boolean.TRUE) ? " checked" : "") %>>
<%-- Hide --%>
<label for="nv02"><ww:text name="global.hide" /></label>
</td>
</tr>
but it has no effect.
Can you show a screenshot of what you're trying to change? I'm not sure I understand what part of the page you're looking at.
Sorry the create new user screen.
The name and email fields default as 'show' I would like the default to be hide. I've attched a screen shot.
thanks
You'll want to look in the create-profile.ftl template, under the Name and Email Address comments. The radio buttons are there and you can set the default check by modifying that template.
Is there a way to just remove the Hide option all together?
Yes, just remove the hide label from the template.
Jive combines collaboration software, community software & social networking software into the leading SBS solution.
© Copyright 2000–2009 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205