This topic is locked

popup when value equals or is smaller then 1

12/28/2009 5:27:32 PM
PHPRunner General questions
M
munkeh author

Hi,
Is there a way to use an event when for example the value of a field is below 2 then a popup window appears and warns the user that they almost reached the limit (which is 0 in this case). And the field is not allowing a number beneath 0.
Thanks in advance,

Regards,

J
Jane 12/29/2009

Hi,
use Before record added/Before record updated event to check entered values.

Also you can check this value on the fly using custom JavaScript code on the Visual Editor tab.