Originally Posted by Ajeh Check your stylesheet.css and make sure that you have: Code: .hiddenField { display: none; } .visibleField { display: inline; } Thanks Ajeh, you hit the nail on the head once again, those lines wont in the CSS file and when added, everything now perfect. Thanks alot.
.hiddenField { display: none; } .visibleField { display: inline; }
Forum Rules