I’ve build a php feed back form. Everything works fine except one thing; There are some “buttons” (don’t now the exact English word) that one can click to choose between different options (like: no or yes).
That way there are always some unchecked buttons but when submitting I get a error message that says that there are empty fields. Even when I “check” the “ignore empty fields”.
I’m doing something wrong, but can’t figure out what.
Lower-case, that spelling exactly. Your email field is currently named item20.
Some of the errors you’re seeing may be related to this.
But the two checkboxes at the bottom appear to have the Validation Suite Action applied to them, they are being required that way. (This has nothing to do with PHPFF itself – it only validates the name and email fields.)
Walter
On Mar 27, 2013, at 11:23 AM, Robboxxx wrote:
Yup. There he is again.
I’ve build a php feed back form. Everything works fine except one thing; There are some “buttons” (don’t now the exact English word) that one can click to choose between different options (like: no or yes).
That way there are always some unchecked buttons but when submitting I get a error message that says that there are empty fields. Even when I “check” the “ignore empty fields”.
I’m doing something wrong, but can’t figure out what.
Oke Walter. So if i’m reading this correct; the checkboxes don’t need to be “validated” (beside the name error)? I validated them all. I will try this when I’m at work tomorrow.