Upon further reflection and testing, I’m now not so sure that it is the "hidden" aspect of the field that is causing my trouble. still playing around with it. any further advice or opinions would be appreciated.
It seems to be:
Default Forms/countryCodes.php
found it - webloginpe.class.php on lines 1922, 1982,2014 the </label> after </select> needs to be commented out a few lines down after each of these.
Mostly harmless.
In a page I call WebloginPE with parameter type = "manager".
This shows a list of registered web users, each one with two buttons, for profile edit or deletion.
When I click one of those buttons, I go to the profile editing form, or to the profile deletion form, in Firefox 2 and Opera 9.
But, in IE7 when I click them nothing happens. I can just click them, but no action is taken by the browser. And there are no javascript errors.
How can I make those button work in IE7?
Hello all!
I have a website, use modx CMS. I used WebloginPE to make register form and store user infor to database. I want to user can login directly after register (Don’t show login form). How to I can do that?
Kevin.
The demo website appears to be down. Is this a broken link or are you modifying the site? I really need to see an example of the proper way of checking if someone is logged in or not.