Hello,
I read the Contact and Subscriptions documentation carefully and did not manage to have the form emailed to my gmail account when you click on the submit button. Here is what I have done:
In the **include/sendemail.php AND in the include/quickcontact.php **I added my email address and name in the appropriate section. Below is an example of the code that I manipulated. Just so you know, the name and email address below is not my actual email address. For the purpose of this email I added an example in order to avoid spam.
$toemails[] = array(
'email' => 'amalia@amalia.com', // Your Email Address
'name' => 'Amalia' // Your Name
);
I am attaching the html and the php files.
Please let me know if there is something I need to add to the HTML in order to have the form submit to my email address. Thank you
Amalia
