StanLindsey Posted June 24, 2020 Share Posted June 24, 2020 I have the current setup: Repeater Field: `testimonials_repeater` --- Fieldset Page: `testimonial` ------ Text: `author` I can't quite figure out the syntax to display the `FieldSet Page`'s `Author` field as the Repeat Item Label in the repeater. To clarify, I'm talking about this field: Nesting is fun =P. Thanks. Link to comment Share on other sites More sharing options...
elabx Posted June 24, 2020 Share Posted June 24, 2020 I THINK, you'd probably need to hook here. Does the subfield dot notation does not work? Link to comment Share on other sites More sharing options...
MoritzLost Posted June 25, 2020 Share Posted June 25, 2020 Try {testimonial.author}, the dot accessed sub-fields or properties, so this should work for most nested fields. 1 Link to comment Share on other sites More sharing options...
StanLindsey Posted June 25, 2020 Author Share Posted June 25, 2020 Brain fart. There we go, dot accessed subfields ? Cheers. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now