Question
Why won't my Poll Results link display the results?
Answer
In versions 6.0 to 7.2, the following URL format is used for creating a poll result link:
http://[siteURL]/bin/poll_results?id=[poll id]
However, the current platform requires the realm identification as a parameter. Add "&realm=[realm_name]" or "&realm_id=[realm_id]" to your link as follows:
http://[siteURL]/bin/poll_results?id=[poll_id]&realm=[realm_name]
http://[siteURL]/bin/poll_results?id=[poll_id]&realm_id=[realm_id]
where [siteURL] is the domain of your email platform, [poll_id] is the id for the Poll, and [realm_name] is the name of your realm or [realm_id] is the number of your realm.
For example:
http:// mysystem.com/bin/poll_results?id=1433&realm=whatcounts
http:// mysystem.com/bin/poll_results?id=1433&realm_id=1
Comments