Poll Component in AEM 6.0 | Community
Skip to main content
New Participant
March 18, 2016
Solved

Poll Component in AEM 6.0

  • March 18, 2016
  • 2 replies
  • 1438 views

Hi i need  Poll component in AEM 6.0 but it is not present in this version as it does not shows in sidekick after referring to the following link https://docs.adobe.com/docs/en/aem/6-0/author/social-communities/using-polls.html so please let me know how we can get Poll component in AEM 6.0 if it is not available in this version than how we can create it.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JK_Kendall

I would suggest contacting your account representative.

Essentially, though, the Poll component would be an extension of Tally and would need to be re-implemented using SRP if/when you upgrade to AEM 6.1 Communities.

- JK

2 replies

kautuk_sahni
Employee
March 21, 2016

Hi

As Mentioned by Kendall "The Poll component would be an extension of Tally and would need to be re-implemented using SRP if/when you upgrade to AEM 6.1 Communities",

But there is another way to implement it, that is via Jquery Plugins.

Link:- http://myprogrammingblog.com/2011/09/16/web-poll-script-overview-top-5/

Link:- https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html

// Integrating the JQuery Framework into Adobe CQ

So using the above article we can integrate AEM with Polling Jquery plugins.

Link:- https://helpx.adobe.com/experience-manager/using/persisting-cq-data-java-content1.html

// Persisting data in JCR

I hope this way you can create a custom component to fulfill your purpose.

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
JK_Kendall
JK_KendallAccepted solution
New Participant
March 18, 2016

I would suggest contacting your account representative.

Essentially, though, the Poll component would be an extension of Tally and would need to be re-implemented using SRP if/when you upgrade to AEM 6.1 Communities.

- JK