![]() |
Sergey Kornilov admin 6/9/2011 |
Not really sure when you want to count blank fields and what you want to do with this count. Give us more info on this. |
A
|
angelcause author 6/10/2011 |
I have to monitor the database and report. For example a user fills a form and accidentally leaves a field blank, the form will save without any errors. but i want to include a field which will calculate and tell me the number of fields that have been left blank, which then i will report for further action. |
![]() |
Sergey Kornilov admin 6/10/2011 |
Probably the best approach is to set those fields as Required in PHPRunner. In this case user will be advised to fill those fields before submitting the form. |