To generate reply-to email/name when the form is set to be submitted by email, the form should be contain the following elements:
The user name field, which can be created by adding a text box to the form in the module admin, then put the text "{UNAME}" into the input box titled "Default value".
The email field, by adding a text box and use the text "{EMAIL}" for the default value.
Both of the elements should be set as required fields, and you should put no more than a pair of name/email combo to the form or the module will be confused.
