This is, at the moment, only a basic question: would it be possible to create a site in FWP where visitors can vote for something? )I think it an go up do 5 possibilities per vote.) To prevent double votes, ip adresses should be recorded for – lets say – 24 hours or so.
Yes, it’s possible, in the broadest sense of the word, in Freeway. But you will need a data storage mechanism of some kind, either JavaScript or an embedded code like PHP or Ruby to persist the results. You can rig the voting with a short-term cookie rather than an IP address (since those change for most types of Internet connection, sometimes frequently).
If you post a page showing the voting form, we can give you some hints for how to do the back-end part.
Walter
On Feb 24, 2014, at 9:42 AM, GTPeter wrote:
This is, at the moment, only a basic question: would it be possible to create a site in FWP where visitors can vote for something? )I think it an go up do 5 possibilities per vote.) To prevent double votes, ip adresses should be recorded for – lets say – 24 hours or so.