A simple doodle.com clone polling script! Demo available at https://sm2030.user.srcf.net/poll/
- Simple
- Flat-file data storage
- Polls can be set to expire (after which they will become read-only)
To create your own poll:
- Use the poll editor at https://codepen.io/souramoo/full/VwPXLoQ to set the details
- Replace the contents of
polls/1
with the output from the poll editor - Upload this literally anywhere supporting PHP. All responses are stored in a flat-file way to make sure
polls/1
is writeable and you're off!
Contact me for more help!