Copy link to clipboard
Copied
Is there an easy way to add a poll into Dreamweaver?
Copy link to clipboard
Copied
Dreamweaver has no such feature built-in.
You would need to code your own manually or use a 3rd party script or widget. The type of script depends on what you want and which server-side technologies are supported by your hosting plan.
Copy link to clipboard
Copied
Any recommendation for a 3rd party wiget to use? Just want the results to be viewable for everyone to see.
Copy link to clipboard
Copied
Did you do a Google search?
Copy link to clipboard
Copied
yes
Copy link to clipboard
Copied
If you want something self-hosted, then you need to look for a script that your server supports (ie: PHP, .NET, etc.). If you don't mind a hosted solution you could use survey monkey ( https://surveymonkey.com ), typeform ( https://www.typeform.com ), or wufoo ( https://www.wufoo.com ).
Copy link to clipboard
Copied
First and foremost you need to set up a local testing server using Mamp or Xampp so you can store the polling information in a local database while in production. If you havent got that far then its probably pointless trying to code your own poll, although its relatively easy to do so with a little bit of coding knowledge.
If your coding knowledge is next to zero then you are going to be better off using a third party provider, Ben in his post has supplied some links.