Hi Folks,
Learning lots of things in this project, and heres another one - we want to display the email the person used in the registration form in the Thank You page, basically we want to say:
"Your activation link will be sent to
[email protected]...."
I am guessing i need to use post hook, but ive never used them before so i'm not exactly sure where to start.
I understand i need to add the postHooks switch &postHooks=`getEmail` to the register call, and have set up
$email = $hook->getValue('email');
but i'm not sure how to call the value BACK into the thank you page as a placeholder
Any direction appreciated
Thanks