1
hi,
i would l;ike to modifie the contact form to have a drop down list with several person name each name corresponding to an email, when it is submit the message is snt via email to the corresponding person.
file contacform.php
$name_text = new XoopsFormText(_CT_NAME, "usersName", 50, 100, $name_v);
$contact_form->addElement($name_text, true);
this for the usernam field how to do it for a list ?
in index.php i can see $xoopsMailer->send();
but is there a way to pass the email and not always send it to the admin ?
thks for your help
i installed liaise if it can help