You can't have a single form send its data to two separate locations: this would mean that the browser wouldn't know where to go next. What you could do is create a script which gets called by the form (through the action tag) and does both functions, if possible. Or you could send the data to one place, then at the end of that page redirect to the next one, sending all the data with it.