In this form I have only this field and it’s not required
I made this bug report the other day. When a Text Entry or Number Entry has “Required” selected, the Form doesn’t recognize it and lets you submit even if it’s left blank. @Mark have you noticed this?
As for the issue you mention, @Lucas_Pires, I noticed this too, and at first, I thought it was a bug… but after thinking about it for a moment, I’m not sure it is. I believe the idea is that if all of your components are left blank, then you can’t Submit… otherwise the form would send nothing… which wouldn’t make much sense. I think that a form needs to send at least some data—meaning “Required” or not, at least one component needs to have something in it for the Submit button to activate.
Lucas, se quiser enviar alguma informação sem precisar preencher o text entry, cria uma coluna onde vai receber as informações do form e coloca um checkbox no form com visibilidade escondida direcionando para essa coluna
This is a bug. Will fix ASAP.
@Mark Thanks