• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

form submit action 2 destinations?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

medo145

Member
Joined
Jun 11, 2004
Is there a way that once someone hits submit on a form that it goes to 2 different places?
 
Nope. It posts to one place. You can, however, build a new post and submit a second time from a separate page:

first page > post > second page (process information/rebuild request/resubmit) > post > third page
 
Is this for logging actions or something like that? I don't know if this is ASP.Net or not, but, in that, you could easily put some code in the target page's onload event that sends the needed stuff elsewhere.
 
i was trying to create an email reply to a from with 2 people as recipients and different content in the emails. i just ended up combining the 2 phps into 1 and it works that way.
 
Back