VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Creepzn on July 26, 2017, 19:47:24 PM

Title: Echo email input
Post by: Creepzn on July 26, 2017, 19:47:24 PM
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.

Title: Re: Echo email input
Post by: Creepzn on July 27, 2017, 00:33:11 AM
So I'll just answer my own question and help somebody else out there :)

Here is a working code:

<?php echo $_POST["email"]; ?>