reset password
Author Message
NIKI192
Posts: 2
Posted 18:41 Jul 28, 2015 |

Hello Dr.Sun,

Do we need to implement validation in application form?If no then should we let applicant to proceed with null entries?

 

cysun
Posts: 2935
Posted 08:25 Jul 29, 2015 |

No, and maybe. Other than registration where input invalidation is required, you may assume that user input is always "correct" in the sense that required fields will always be filled but optional fields may be left empty.

NIKI192
Posts: 2
Posted 10:17 Jul 29, 2015 |

Thank you