Display Opinion Polls

Modified on Wed, 25 May 2016 at 11:28 AM

You may want to put some questions out to your customers and gather their feedback. Our opinion poll module part are the facility management package can do that for you. Just create the poll under your account and use the following code to display it on your site.

myss_ShowPolls(target);

The following is an explanation of each parameter and their possible values:

1) target: (string) this is the ID of the HTML element in which to display the standings in.

EXAMPLE HTML CODE:

<div style="width: 100%;" id="myss_polls"></div>
<script type="text/javascript">myss_ShowPolls('#myss_polls');</script>

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article