I need to create a form and one of the fields is "Email" which I would like to populate if logged in with the customers email address.
the contact us page does it but there is no global variable to call the customers email address something like this
where can I set it, and where is the others defined (like 'customer_first_name')PHP Code:$_SESSION['customers_email_address']


Reply With Quote
