Well, I open another thread, because I have another question with forms:
I use the
but I would like to exclude the fields that are not selected or empty...how could I achieve that?
and how to do that if I call singular form values, like
thanks in advance
tanja
I use the
- Code: Select all
<cms:each k_success sep='\n'>
<cms:show item /><br>
</cms:each>
but I would like to exclude the fields that are not selected or empty...how could I achieve that?
and how to do that if I call singular form values, like
- Code: Select all
cms:show frm_name
thanks in advance
tanja