create a vote or Poll

Hello ,
I have Mikrotik router Os Lv5 v4.22 with Hotspot user account and I want to create vote in my status page. One vote per Hotspot user account.
Also I want to collect results

For example,
What do you think of our service?
-super
-very good

  • good
    -average
    -bad
    -very bad

Easy,

edit status page and add a link to your website and make a poll in your website ; )

I want the methods or code to create poll

You cannot do that with pages hosted on the router itself, only with status pages hosted externally. Thus this has nothing to do with RouterOS outside of how to redirect from the internal to an external status page.

At least votes by IP.

Again, you cannot do that with pages hosted on the router itself. That would require a database backend (even if that’s only flat files) and some sort of programming language to process input. RouterOS doesn’t offer any of that.