lesterchan / wp-polls

Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.
https://wordpress.org/plugins/wp-polls/
91 stars 78 forks source link

Custom message after voting #116

Closed lindseyolson closed 6 years ago

lindseyolson commented 6 years ago

Is there a way to add a custom message after the user has voted -- a call to action to bring them to the post page with the given topic?

If not, is there a possibility you could add a custom hook for the form?

Plugin is great though, thank you for your work!

lesterchan commented 6 years ago

Sorry, that is not possible since the plugin was not designed to do that.

Hook will not work because it is AJAX based and not based on page reloads.