WebSite X5Help Center

 
Robin S.
Robin S.
User

I need more info about creating a poll!  en

Author: Robin S.
Visited 539, Followers 1, Shared 0  

I want to have a movie night where my friends and I watch a series of movies (such as the James Bond Serries). I want to be able to e-mail a link to my friends and have them take the poll. I would like to know a) How many votes each option has b) who voted for what.

Is this possible and if so, how do I set it up?

Posted on the
7 ANSWERS - 2 USEFUL
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

A script would have to be created individually.

Each mail recipient should receive an individual link with a URL parameter, e.g.:

https://example.org/?p=Dave

https://example.org/?p=Jack

https://example.org/?p=Bill

The poll script must store the p-value along with the selected movie.

The poll script would then have to output the result like this, for example:

Movie A - Dave, Fred, Tom etc.

Movie B - Jack, Charlie, Bernie etc.

Movie C - Mike, Martin, Bill etc.

Maybe someone here in the forum knows a poll script for this purpose, otherwise a programmer would have to create it.

Read more
Posted on the from Daniel W.
Robin S.
Robin S.
User
Author

What language needs to be used for the script? Are there examples for scripts? I can write my own...

Read more
Posted on the from Robin S.
Franz-Josef H.
Franz-Josef H.
Moderator

You can use the object Poll Link Read this guide to use this object.

Read more
Posted on the from Franz-Josef H.
Jerome P.
Jerome P.
User

Good afternoon

I recommend that you use the google form application, as it allows you to submit responses directly to a google spreadsheet where responses can be evaluated.These forms can be inserted in a frame through the HTML object.Regards

Read more
Posted on the from Jerome P.
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

I don't use poll scripts or poll providers myself, so I don't know where the desired functions are.

More than 10 years ago I made changes and additions to small PHP scripts for other people as a hobby, but I don't want to stress myself with that anymore.

More than 10 years ago I would have looked at the well-known PHP script collections and gotten a free PHP poll script there and added it if something was missing. Today these collections would be too uncertain for me.

Maybe there is a PHP programmer who can recommend a safe (free) PHP poll script.

Read more
Posted on the from Daniel W.
Robin S.
Robin S.
User
Author

Thanks for all the input!

Read more
Posted on the from Robin S.