hrmmm - that's not what I'm looking for apparently.
I believe this is the area of the code I'm trying to modify:
$formemailadress is a field that you set, that's where the email is actually SENT TO.
I've searched the code and haven't found 'webmasteremail' in there...so I'm wondering if it's 'hard coded' in this code?
I don't know how to code, but I can usually make things do what I want if it already exists. Perhaps it's '$email'?
Code:
$emails = explode(';', $formemailaddress);
foreach ($emails AS $email)
{
vbmail($email, $posttitle, $formsend);