Hi all
If anyone knows what the correct way would be to echo the user e-mail address from the cart
For instance if a user inputs his e-mail address in the input field, I need to echo the e-mail address only.
So I'll just answer my own question and help somebody else out there :)
Here is a working code:
<?php echo $_POST["email"]; ?>