Duplicate questions being asked

5.42K viewsIssues
1

There should be a failsafe to stop a user from asking the exact same question multiple times. Due to the slow speed it takes from the time the user presses the ‘post question’ button to it being lodged, I have found many times where a user has pressed the button multiple times resulting in the same question being asked (up to 20 times).

There needs to be a way so that if the user asks exactly the same question they get an error popup.

1

There is a simple solution for that: Disable button after it’s been pressed, Enable it only after ajax returned “failed”.

Let the users click disabled button all they want. Showing error messages is so previous century.

This has been already solved. Since 2.4 AnsPress will send specific triggers using header. So now if ajax response is not valid JSON then further action will happen without any interruption.

0

Yes interesting idea. This will be implemented soon.