Shurek Posted March 6, 2015 Share Posted March 6, 2015 (edited) Dear All, After i update the email in my account the value will not update in the cookie. I have this code to get email value in an input field: Page A: <input class="is_required validate form-control" data-validate="isEmail" type="email" name="email" id="email" value="{$cookie->email|escape:'htmlall':'UTF-8'}" required /> But after i go page: index.php?controller=identity (to change my email) The email is updated in the BO, but when i return to the page A where the input field is, the input field gets the old value. Hope you have an answer? Best regards, Sjoerd ps. I'll hope my english is well enough to explain Edited March 6, 2015 by Shurek (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now