There is a field which I want user to enter different answer, or just
keep in empty.

I've tried by:

db.table.field.requires=IS_NOT_IN_DB(db, 'table.field')

But, it will failed, if the second empty field entered.

How could I do the validation for this case?
Is there any method?

Reply via email to