Send Data to Server

Hello All,

My question is simple. Is it possible to develop ODK collect in such that we can be able to send data once in two differents servers at the same time?

Thank you

You can send data from different forms to different servers by specifying a submission_url in the XLSForm (See http://xlsform.org/#settings for the syntax). The caveat is that you have to enable anonymous submissions on that URL.

You cannot send the same data to different servers. If that's what you need, it'd be good to understand more about the high-level problem you are hoping to solve.