You lost me a little there...
The first php code 'tick' I copied from someone...it appeared functional to me, guess i was wrong eh!
Regarding second php - that refers to the sender indeed.
so if I understand you correctly, I replace
Quote:
ini_set("sendmail_from","info@mail.net");
$header = "Cc: $email";
|
by
Quote:
if (isset($_POST['send_cc']))
{
$sendmail_from .= "Cc: {$_POST['email']}\r\n";
}
|
Regarding html - the label I added as it was a stubborn piece that didn't want to line up with the checkbox...for sure I am still taking some difficult turns in css styling but eventually I will get wiser ;-)
I am sorry but the last piece...I have no clue what you're explaining there!
I've only just started making my first website and straight away got into coding - most terms are still a bit algebra for me. I absolutely love it though and it's amazing what I've learned in the last 2-3 weeks....I WANT MORE!!!! hahaha
What really puzzles me is how to link the checkbox to the 'send_cc' - any more suggestions?
You're a great help, thank you so much for taking the time!