Does anyone know whether it's possible to automatically post a form without having a user click a submit button?
I have one form that users will complete/submit and the results will be saved to a database. Some of the values from this first form will be used as the values for a second form which the users will not see. It's this second form that I want posted automatically after the first form has been processed. Why do I need this?? Well the results of the second form are posted to a different server than what the web site resides on.
I have one form that users will complete/submit and the results will be saved to a database. Some of the values from this first form will be used as the values for a second form which the users will not see. It's this second form that I want posted automatically after the first form has been processed. Why do I need this?? Well the results of the second form are posted to a different server than what the web site resides on.