How to generate new row for every value, if repeating field have more than 1 value? I hope the picture added explains, what i'm tryng to build. In first table i have repeating field values simply separated by comma, second table is just a drawing how i wish to look it like.
Thanks for quick response, but i do need some more guidance. About wpv-for-each i read a lot before asking help. Looks pretty clear how to get a list of repeating fields, but i have to build new table row repeating all other fields also. If you don't mind to give me a sample.
Here is my first attempt:
I tried this way earlier today - prints out repeating fields into one cell.
Or is there a way to set wpv-conditional to check usermeta second value exist?
I found in other topic: [wpv-for-each] loop shortcode iterate through multiple items in a post meta field ... means it only works in custom post fields, it does not work for custom user fields.https://toolset.com/forums/topic/usermeta-repeater-field/
If wpv-for-each still not extended for usermeta, let's try with wpv-conditional. I just can't find how to check the existence second value of repeated usermeta.