After successful creation of a new user, my CreateUserWizard displays the 'Complete' step, but the 'Continue' button is not enabled. I have a URL set in the 'ContinueDestinationPageURL'. Viewing the source shows the button as disabled, but I don't know where or how to change that.
<input type="submit" name="ctl00$MainContent$RegisterUser$CompleteStepContainer$ContinueButtonButton" value="Continue" disabled="disabled" id="MainContent_RegisterUser_CompleteStepContainer_ContinueButtonButton" />< ...
Go to the complete details ...