Announcement

Collapse
No announcement yet.

Password for New Customer Account RWD missing display:none;

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Password for New Customer Account RWD missing display:none;

    I have had two or three of these now.

    The 'Enter Password for new account' and 'Retype Password' boxes are displaying by default and disappear when the box is ticked to 'Create Account (login will be your email address)'

    This is of course the reverse of intended functionality.

    Open the layout 'Password for New Customer Account RWD' and look for the line:

    Code:
    <div id="createCredentials">
    Add:

    Code:
    style="display:none;"
    so it looks like:

    Code:
    <div id="createCredentials" style="display:none;">
    The 'Enter Password for new account' and 'Retype Pssword' boxes are now hidden and display when the'Create Account (login will be your email address)' box is ticked.
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk
Working...
X