I often need to make a similar post to multiple sources with almost the same information. I'd like to be able to submit one form, and have it post to half dozen places.
I could make a form, and require certain information be required, but I'm not sure how to have it post to multiple sources. Would it be better to call a local file, and have it execute several functions, like post_loc1(), post_loc2(), etc? Or is there a fancy way of having multiple ACTION METHOD calls in a form header?
Thanks!