This topic is locked

validation fields

4/24/2012 8:58:19 AM
PHPRunner General questions
W
Windfall author

Hello,

how do I in the validation the fields to display a popup instead of a text line?

Sergey Kornilov admin 4/24/2012

Check these to articles for inspiration:

http://xlinesoft.com/phprunner/docs/how_to_ask_for_confirmation_before_saving_record.htm

http://xlinesoft.com/phprunner/docs/ctrl_validate.htm
You can add your own code to beforeSave event where you can validate one or more fields and display a message.