This topic is locked
[SOLVED]

 confirm email address

2/22/2010 11:52:53 PM
PHPRunner General questions
G
guroos author

I've searched this forum but cannot find anything. This is a common item on forms.

At the moment I have 2 fields ('email' & 'confirm_email'). Is it just a matter of adding code somewhere or is it built into the PHPRunner interface?
Could someone please point me in the right direction, I've just crossed over to PHP from ASP.

Sergey Kornilov admin 2/23/2010

What exactly is the question here?
If you talking about 'confirm email' feature - it's builtin and available via Security->User Login Settings.

G
guroos author 2/23/2010

Sorry I wasn't very clear.
I'm referring to a form that a user fills out (in this case an 'add new record' page)

where they are asked for the usual contact details eg: name, address, phone, etc.

When they get to the field 'email' my client wants the user to confirm their address by entering it a second time.
I see this a lot when I am filling out application forms, but I am probably explaining it wrong.

N
ninemins 2/23/2010



Sorry I wasn't very clear.
I'm referring to a form that a user fills out (in this case an 'add new record' page)

where they are asked for the usual contact details eg: name, address, phone, etc.

When they get to the field 'email' my client wants the user to confirm their address by entering it a second time.
I see this a lot when I am filling out application forms, but I am probably explaining it wrong.


If there is room for interpretation - is the confirm email available only if part of email / password mechanism

or can it be used elsewhere. Work address for login home email for reference and emergency email for next of kin for example. So 3 email addresses good to verify them all is this possible?
Hope I have not confused things!
Chris