Hello there. First, I'd like to say that I love the formmail and find it very useful.
Now, I manage several websites for a real estate company, with a total of about 30 forms. We recently started using a web-based lead management program called Top Producer. My superiors now want all of our form results to go into Top Producer, in addition to receiving an email with the results like we do now. They use ASP to process their results, and the form action we're supposed to use is https://www.topproduceronline.com/LeadToolkit.asp, plus a bunch of hidden fields that tell the asp which account to post the results to (which I can post here if needed).
What I want to know is, can I tell the formmail to also send the results to that website, and how?
Any help would be greatly appreciated, including alternative suggestions (for example, if anyone knows how to make a form post to two places).
Thanks in advance!
-courtney

Yes it is possible. You'll
Yes it is possible. You'll have to hardcode the hidden fields in the script but other than that you'll just need to use redirect and redirect_values. (Redirect to point to that .asp file and redirect values so it will send over the values.)
http://www.boaddrink.com/project/phpformmail/readme_all_in_one#redirect_...
-Andrew M Riley
thank you!
thank you very much! we'll give it a shot!
one more question
Hi again. I'm working on figuring this out, and I have an outside guy who's going to help me, but just in case he can't figure it out either, I figured I should ask: when you say I have to hardcode the hidden fields in the script, where exactly would I need to do that?
ok, i've been putting this
ok, i've been putting this off for a while, and looking for other alternatives. but now i'm back on it.
could you please tell me where in the script i would need to hardcode the hidden fields?