i have a need for a way to send feedback from many places on my site. for example, i have pages on subject A and subject B and C, etc. at the bottom of each, I want to put a form that says "if you have questions about Subject A, please send Person X a message using this box." This would send the person an email with the persons question. I also need to be able to define the subject of the email depending on which subject.
Most of the form to email scripts out there seem to be "one script, one destination." I know I could install separate scripts at each location, configured individually, but the maintenance of that would be killer.
Ideally, I'm looking for a script that:
- installs in on central location
- allows you to pre-configure feedback setups, like Config #1 = send msg to person X's email with subject line "blah blah blah."
- then at the form location, I would just put an include of form set for Config #1, and then when the submission takes place, the main script looks up who it should go to, sets the subject line, and emails it off.
I've been looking through the form processing section at hotscripts without finding anything that operates this way, but I'm in a rush and can't code it myself and can't install tons of scripts to check them all out.
I'm hoping somebody has tried or found something like this before and can offer a suggestion.
Thanks,
Collin