I have a form:
name1 = a
name2 = b
date = sdfsdf
"date" is obviously bad, so ->isValid() will fail. But name1, name2 is ok. How to get their values? I only can see their "default" value
I have a form:
name1 = a
name2 = b
date = sdfsdf
"date" is obviously bad, so ->isValid() will fail. But name1, name2 is ok. How to get their values? I only can see their "default" value