I have a little test game that I've made in Construct 2, I want the user to be able to play it 5 times and once the average data has been collected, I want to send that data along with the user to an appropriate php form for them to fill out some further information.
I'm not sure how to do this in construct 2 though... I know you can send out AJAX Requests, but this keeps the user in the html5 app, I want to link them to the form, basically a Submit button.
Thanks.