Re: Question
Looking at your login page I see a couple of possibilities. First is you are missing a section of the CSS code that should hide the grayed-out block.
Add this to your stylesheet -
.hiddenField {
display: none;
}
.visibleField {
display: inline;
}
Second - I think you need to add the UK counties in order for that dropdown to work properly. Check the downloads section for the addition.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.