Quote Originally Posted by Ajeh View Post
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.