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:
Add:
so it looks like:
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.
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">
Code:
style="display:none;"
Code:
<div id="createCredentials" style="display:none;">