Ran into an issue today with this very handy plugin. When adding additional fields to the register form, I have created a set of questions that have radio buttons for answers. There are a few of the questions that ask about frequency and have the same options as answers (Everyday, Never, etc.). The problem is that when the form is created, those radio buttons have the same ID and therefore the labels in the form are broken, causing the wrong radio to be selected when clicked.
Perhaps the plugin could assign an additional identifier to the objects when creating the ID's (such as adding the question as it does with the class name)?
Thanks.