Sidebar widget to show popular post not working?

Replace this line in form function:

echo "<select name="popularpostcount" id='popularpostcount'>";

with:

echo "<select name="".$this->get_field_name("popularpostcount')."' id='".$this->get_field_name('popularpostcount')."'>";