We've run in to a weird problem on some of our "second page" registration forms. In our case, they are just forms that let authenticated users update partial profile properties.
In our case, the properties that are being updated on this specific module all happen to be custom properties that we have created in the DNN user core section, and then mapped DR Registration fields to them.
We have also placed the user's name, password and password confirm on the form, but hidden them.
The problem is, when the user clicks update registration, nothing happens. And from what I can tell, NOTHING happens: nothing is saved, none of the event completion mechanisms are called etc.
Now here's the catch: If I change the field that is mapped to the user name field from hidden to displayed, it all starts magically working.
take care,
jasen |