Hi, I am preparing a customized log-in form. I want to add a link to recover the password, which is implemented with the A(..) element. In the controller function where I want to send an email, I need to access the email given by the user. I do that with request.vars.email. The problem is that, since the form was not submitted, the email is empty.
How can I submit the form with an A() element? Please note that I *do not* want to have an extra button with "Lost Password" to submit the form. I really want it to be a link. Is this possible? Thanks, Daniel --