can I use HTML POST method with Hollywood?
Posted: Mon Jan 08, 2024 7:35 pm
What I want to do is to have an option inside my game for people to join my mailing list.
Idea is that:
1. Player is shown a message "Join mailing list"
2. Player can write his name and email
3. clicking "join Mailing List"-button, for example browser would be opened which, using POST method would be sending this data given at step 2.
I would have wanted to use GET-method instead, since that had been easy, but Aweber doesnt allow using GET method, hence I am now looking at option to use POST method instead.
But is this doable some way?
Idea is that:
1. Player is shown a message "Join mailing list"
2. Player can write his name and email
3. clicking "join Mailing List"-button, for example browser would be opened which, using POST method would be sending this data given at step 2.
I would have wanted to use GET-method instead, since that had been easy, but Aweber doesnt allow using GET method, hence I am now looking at option to use POST method instead.
But is this doable some way?