I am designing a psychological-test-like-game (kind of in the tradition of TLC). As a feedback, I want users to receive an email with the interpretation of their given answers.
So basically, twine variables (arrays, strings and numbers) should be sent to a server, where they are interpreted and sent via a form mailer script.
What is the best way to accomplish this? I was thinking that an html form with hidden elements (containing the variables) would be easiest, but then I´d have a problem with the arrays.
I checked out the google drive macro, which can write twine data into a google spreadsheet, but I´d rather go for a more direct approach on my web hosting service.
Thanks in advance,
euba
So basically, twine variables (arrays, strings and numbers) should be sent to a server, where they are interpreted and sent via a form mailer script.
What is the best way to accomplish this? I was thinking that an html form with hidden elements (containing the variables) would be easiest, but then I´d have a problem with the arrays.
I checked out the google drive macro, which can write twine data into a google spreadsheet, but I´d rather go for a more direct approach on my web hosting service.
Thanks in advance,
euba