In code there is javascript part where test the user input if negative number it will disable sumbit button. Now the problem is that I cant get to reset to normal once the fix the number to positive number. Here is what I have try
if num< 0
Do something in here
disable = true .
else
Return true
disable = false.
It won't work both when I put it like that I have try a while loop also does work.