Hi there, I have two forms which Ive kind of merged into 1...obviously the form has 2 different methods set eg <form method="post" action="blahblahblahblah target="_new"> Is it possible to have 1 submit button for the 2 forms methods...so when a user clicks the submit button, the 2 seperate methods both work at the same time.. If so how would I write it...thanks very much
My approach would be make them one form and look at what I get posted to the action handler to know what to do i.e. process one form, the other or both.
Hi there thanks.. Yeah I want it as 1 form, but I tried doing it but it only procecced one of the form methods.. How do i make it process both of them at the same time?