Gossamer Forum
Home : Products : DBMan : Customization :

Sec. PW lookup - change email address question

Quote Reply
Sec. PW lookup - change email address question
I'm using the Secure Password Lookup mod, which is working beautifully.

I wonder, on the "change email address" page, is there a way to display the CURRENTLY registered email address for the person?

In other words, something like "Here is your currently registered email address: blah@blah.net". Change it by using the form below.

Quote Reply
Re: Sec. PW lookup - change email address question In reply to
Merci, Eliot!
Quote Reply
Re: Sec. PW lookup - change email address question In reply to
In the sub html_record_form routine, you can add a hidden field in the form that will print the email address:

Code:
Email Address: $rec{'Email'} <input type="hidden" name="Email" value="$rec{'Email">

Then you can add a link to the email change form.

Hope this helps.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Sec. PW lookup - change email address question In reply to
No problem. You're welcome.

Glad it worked.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------