I’m currently trying to style the various forms for WebLoginPE, but have hit upon a snag. I can’t for the life of me find out how to change the html for the country selection dropdown. I can only find the list of countries in the countryCodes.php file. But this does not actually contain the html I want to change.
Basically I just want to change
<label for="wlpeUserProfileCountry" id="wlpeUserProfileCountryLabel">Country
to
<label for="wlpeUserProfileCountry" id="wlpeUserProfileCountryLabel">Country</label>
and to delete the existing </label> that occurs after the country list currently.
I’ve looked in all the files in the webloginpe snippet folder, but can’t find the html I need to change anywhere.