Hi,
I created a group of repeatable fields (date and time).
How can I enter all the values in my view?
I tried "[types field = 'data' style = 'text' format = 'j F Y'] [/ types] - [types field = 'time'] [/ types]" but it doesn't work.
Regards
It seems the issue you're having here is displaying your repeatable field groups. In such a case you will need to use a view to display the RFG since they are technically posts in a relationship with the Parent post that the RFG is on.
I created the repeatable field group view for you at the link below. hidden link
Then I've added the appropriate fields to the view editor as well as the Post Relationship query filter that should detect which post the RFG is related to in the parent view.
Finally I just added a simple test display of the repeating fields by adding the newly created view to the one below. hidden link
You should now see the fields being displayed below. hidden link
Please let me know if everything works as intended.