hey guys.
okay, I know how to count form values.
something like;
<?php echo count($_POST; ?> where the field would be something like field
however, I am cracking my head to get a solution to count, but only where the field has a value.
Please, someone, help me with this ;-)
I tried !isset($_POST) but it does not work :-(