- Active Forums Version: 4.3.3
- DotNetNuke Version: 5.6.0
After a user creates a post and adds a poll, if a vote has been applied to an option, that option can not be edited.
When attempting to edit the option, the edited option is added instead.
Leaving you with the following.
"Choose an Option"
A - 1 vote
B - 3 vote
C - 6 vote
When a user edits the poll
To see the following, for example needing to edit a choice or remove an option...
"Choose an Option"
Apples - 1 vote
Bananas - 3 vote
Carrots - 6 vote
The above is what the user would expect to see... however, the following is what occurs.
"Choose an Option"
A - 1 vote
Apples - 0 vote
B - 3 vote
Bananas - 0 vote
C - 6 vote
Carrots - 0 vote
This is not what a user would anticipate to occur when they are editing the post and poll.