Im sorry about this, i feel stupid, i have fixed this in version 0.4.5.
Hey
If you edit the “views/form.php”, there is a hidden input at the bottom of the page more or less:
<p>
<input type="submit" value="Send" />
<input type="hidden" name="customer[type]" value="Retail" />
</p>
All you need to do is change the “Retail” to which ever group you want the users to be put into.
I am intending to have an option in the administration so no HTML editing is needed.