scubaguy wrote:
I just did this for a client yesterday. All you have to do is change a bit of code starting at line 670 of /components/com_contact/contact.html.php Basically you will be replacing the form textbox input element for the Subject with a dropdown select.
scuba,
thanks for that one. I know that variable of course because that's how it should work. The reason why we did not implement it that way is simply to keep standard code without changes which of course did not happen in our form also becasue we created a redirect to a thank-you page: we described how to do that
herehow we did it is basically "faking" the requested solution as requested here by uitilizing the options in the comp_contact:
in the params we set to start with drop-down = yes /created only one category and than at the contact detailes we dd:
Name : JooMaDesk
Contact's Position : General Inquiries on Services
Email:
xxxxxx@joomadesk.comand than set the remaining params.
We than created a menu-link to the very first entry (the one you see here described > menu > contact link and that's it basically and that gives the drop down as described....
hope this as well as the redirect-link helps
Leo